HTML and CSS Reference
In-Depth Information
-ms-box-shadow: inset 0 1px 4px #88a, 0 1px 10px white;
box-shadow: inset 0 1px 4px #88a, 0 1px 10px white;
}
section {
width: 400px;
}
aside {
width: 226px;
margin-left: 0;
}
body,section,aside,input {
/* Sets a border radius for every element that needs it */
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;
}
footer { margin: 0 0 10px; }
h1,h2 {
margin: 20px 30px 10px;
color: #446;
font-weight: bold;
font-family: georgia, serif;
}
h1 {
font-size: 30px;
line-height: 40px;
}
h2 {
font-size: 18px;
}
label,li {
display: block;
margin: 0 0 10px;
font: 15px/20px sans-serif;
color: #557;
}
h1,label,input,li { text-shadow: 1px 1px 1px #88a; }
Search WWH ::




Custom Search