|
|
(30 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | <html>
| |
− | <head>
| |
− | <style type="text/css">
| |
− | body {
| |
− | background-color:white;
| |
− | }
| |
− |
| |
− | p.sansserif {
| |
− | font-family: Arial, Helvetica, sans-serif;
| |
− | }
| |
− |
| |
− | #rcorners1 {
| |
− | border-radius: 25px;
| |
− | background: #FFCE76;
| |
− | padding: 20px;
| |
− | width: 100px;
| |
− | height: 30px;
| |
− | }
| |
− | #rcorners1:hover {
| |
− | border-radius: 25px;
| |
− | background:#E8C560;
| |
− | padding: 20px;
| |
− | width: 100px;
| |
− | height: 30px;
| |
− | }
| |
− | a.one:link {color:2F6CB2;text-decoration:none;}
| |
− | a.one:visited {color:#0000ff;text-decoration:none;}
| |
− | a.one:hover {color:#FFE9C2;text-decoration:none;}
| |
− |
| |
− | p.ex {
| |
− | width: 270px;
| |
− | padding: 0px;
| |
− | margin: 0;
| |
− | }
| |
− |
| |
− | li {
| |
− | display: inline;
| |
− | }
| |
− |
| |
− | img.ex {
| |
− | margin-left: 50px;
| |
− | }
| |
| | | |
− | .floating-box {
| |
− | float: left;
| |
− | width: 200px;
| |
− | height: 75px;
| |
− | margin: 50px;
| |
− |
| |
− | }
| |
− | h1.ex {
| |
− | margin-left: 50px
| |
− | }
| |
− |
| |
− | .after-box {
| |
− | clear: left;
| |
− | }
| |
− | </style>
| |
− | </head>
| |
− | <body style="width:975px; heigh:200px">
| |
− |
| |
− |
| |
− | <div style="background-color:aqua; border:dotted">
| |
− |
| |
− | </div>
| |
− |
| |
− |
| |
− |
| |
− | </body>
| |
− | </html>
| |