| Line 1: |
Line 1: |
| − | <nowiki>#</nowiki>sidebar{ | + | <!DOCTYPE html> |
| − | | + | <html> |
| − | float : right;
| + | <link rel="stylesheet" href="https://www.google.com/w3.css"> |
| − | | + | <head> |
| − | width: 30%;
| + | <style> |
| − | | + | body { |
| − | background - color: #333; | + | background-color: linen; |
| | + | } |
| | | | |
| − | color:#fff; | + | h1 { |
| | + | color: maroon; |
| | + | margin-left: 40px; |
| | + | } |
| | + | </style> |
| | + | </head> |
| | + | <body> |
| | | | |
| − | paddling: 15px;
| + | <h1>This is a heading</h1> |
| | + | <p>This is a paragraph.</p> |
| | | | |
| − | box-sitting: border-box;
| + | </body> |
| − | | + | </html> |
| − | }
| |