Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css properties in html

/* We will be using different properties. Here are only a few. */
hello {
  background-color: blue;
  color: green;
  text-align: right;
  font-size: 40pt;
  float: center;
  border: 4px solid green;
}
 
PREVIOUS NEXT
Tagged: #css #properties #html
ADD COMMENT
Topic
Name
1+3 =