Line 2: |
Line 2: |
| <html> | | <html> |
| <head> | | <head> |
− | <title>New MyGCHR</title>
| + | <style> |
| + | body { |
| + | background-color: linen; |
| + | } |
| + | |
| + | h1 { |
| + | color: maroon; |
| + | margin-left: 40px; |
| + | } |
| + | </style> |
| </head> | | </head> |
| <body> | | <body> |
− | <a href="Myblog.html">Go to MyBlog</a>
| |
− | <header>
| |
− | <div class="container">
| |
− | <div id ="navigation">
| |
− | </header>
| |
| | | |
− | <section id="showcase">
| + | <h1>This is a heading</h1> |
− | <div class="container">
| + | <p>This is a paragraph.</p> |
− | <h1>MyCCHR</h1>
| + | |
− | <p> Better and improved HR website</p>
| |
− | </div>
| |
− | </section>
| |
− | <button>click here</button>
| |
− | <br>
| |
− |
| |
| </body> | | </body> |
| </html> | | </html> |