Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css syntax

/*body,h2,p,input are html tags */
/*.hello and #test are html class and id attributes*/
body {
  background-color: blue;
}

h2 {
  color: grey;
  text-align: center;
}

p {
  font-family: Sans-serif ;
  font-size: 30px;
}
input{
  width:50%;
}
.hello{
 	color:red;
}
#test{
  	color:blue;
}
Comment

PREVIOUS NEXT
Code Example
Css :: animate.css not working 
Css :: css disable animation on load 
Css :: checkbox checked color change css 
Css :: repeating gradient 
Css :: change image color with css 
Css :: clear both css 
Css :: after certain width how make ontent center and add margin auto both side 
Css :: scss color black white 
Css :: Responsive Web Design - Videos 
Css :: how to use nth-child 
Css :: showing two iframes side by side 
Css :: how to set media path and media root 
Css :: padding left 
Css :: nth child 
Css :: changong text color css 
Css :: css interne 
Css :: vue scoped css child component 
Css :: css padding property 
Css :: woolentor product archive not centered 
Css :: are the iphone dimensions widht then height 
Css :: debordement de texte css 
Css :: divs overlapping on mobile landscape 
Css :: preserve aspect ratio image css 
Css :: can i merge background image background-image css 
Css :: Deployer custom Options 
Css :: table vertical align center 
Css :: css if child has class 
Css :: add css to django 
Css :: restore mariadb from bz2 file cli 
Css :: Functions in Golang 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =