What is new in step 2?
h3 - HTML & Content| th - The Stylesheet | |
|---|---|
* {
margin: 0;
padding: 0;
border-width: 0 }
* html div {
height: 1em }
body {
color: #000000;
font-size: 1em;
font-weight: normal;
text-decoration: none;
background-color: #ffffff }
#box1 {
padding: 2%;
border: dashed 2px #c03 }
h1 {
margin-bottom: 2%;
padding: 2%;
border: dotted 2px #000 }
#box2 {
margin-top: 10%;
padding: 2%;
width: 15%;
float: left;
border: dashed 2px #c03 }
h2 {
margin-bottom: 2%;
padding: 2%;
border: dotted 2px #000 }
#box3 {
margin-top: 10%;
margin-left: 20%;
padding: 2%;
width: auto;
border: dashed 2px #c03 }
h3 {
margin-bottom: 2%;
padding: 2%;
border: dotted 2px #000 }
p {
margin-bottom: 2%;
padding: 1%;
border: dotted 1px #036 }
ol {
list-style: upper-roman;
margin-bottom: 2%;
margin-left: 2%;
padding: 1%;
height: auto;
border: dotted 1px #036 }
li {
display: list-item;
margin-bottom: 2%;
border: dotted 1px #06c }
table {
margin-bottom: 2%;
padding: 2%;
border: dotted 1px #000 }
td, th {
margin: 1%;
padding: 2%;
border: dotted 1px #06c }
.classheadline, caption {
margin-bottom: 2%;
padding: 1%;
border: dotted 2px #06c }
|
|
| back to top (internal reference to anchor in box3) |