| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8" /> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| <title>Document</title> |
| <link rel="stylesheet" href="style.css" /> |
| </head> |
| <body> |
| <div class="main-container"> |
| <div class="left"> |
| <div class="text-content"> |
| <h2>WordPress</h2> |
| <p>Learn to work with WordPress websites</p> |
| <a href="#" class="btn">Learn More</a> |
| </div> |
| </div> |
|
|
| <div class="right"> |
| <div class="text-content"> |
| <h2>Blogger</h2> |
| <p>Learn how to customize Blogger websites</p> |
| <a href="#" class="btn">Learn More</a> |
| </div> |
| </div> |
| </div> |
| </body> |
| </html> |