What is new in step 3?
HTML & Contentth - The Stylesheet | |
---|---|
body { color: #000000; font-size: 1em; font-family: sans-serif, Arial; font-weight: normal; text-decoration: none; background-color: #ffffff } #box1 { padding: 2%; border: dashed 2px #c03 } h1 { font-size: 2em; font-weight: bold; margin-bottom: 2%; border: dotted 2px #000 } #box2 { margin-top: 10%; padding: 2%; width: 15%; float: left; border: dashed 2px #c03 } h2 { font-size: 1.5em; font-weight: bold; text-align: left; margin-bottom: 2%; border: dotted 2px #000 } #box3 { margin-top: 10%; margin-left: 20%; padding: 2%; width: auto; border: dashed 2px #c03 } h3 { font-size: 1.5em; font-weight: bold; text-align: left; margin-bottom: 2%; border: dotted 2px #000 } p { margin-bottom: 2%; padding: 1%; border: dotted 1px #036 } ol { list-style: upper-roman; margin-top: 2%; margin-bottom: 2%; margin-left: 2%; padding: 1%; border: dotted 1px #036 } li { display: list-item; margin-bottom: 2%; border: dotted 1px #06c } table { margin-bottom: 2%; padding: 2%; width: 100%; border: dotted 1px #000 } caption { font-size: 1.2em; font-weight: bold; text-decoration: underline; text-align: left; margin: 1%; border: dotted 2px #06c } th { font-size: 1.1em; font-weight: bold; text-align: left; margin: 1%; padding: 2%; border: dotted 1px #06c } td { margin: 1%; padding: 2%; vertical-align: top; border: dotted 1px #06c } .classheadline { font-size: 1.2em; font-weight: bold; text-decoration: underline; text-align: left; margin-bottom: 2%; border: dotted 2px #06c } a:link { color: blue; font-weight: bold; text-decoration: none } a:visited { color: purple; font-weight: bold; text-decoration: none } a:hover { color: purple; font-weight: bold; text-decoration: none } a:active { color: red; font-weight: bold; text-decoration: none } |
body:
|
back to top (internal reference to anchor in box3) |