You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.html h1 {
|
|
color: royalblue;
|
|
}
|
|
|
|
.html h2 {
|
|
color: #29547f;
|
|
}
|
|
|
|
/* margin left required for Firefox */
|
|
|
|
.list li {
|
|
/*margin-left: 4px; */
|
|
margin-left: 10px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.list {
|
|
display: inline-block;
|
|
margin-right: 50px;
|
|
} |