Untitled
unknown
plain_text
9 months ago
2.0 kB
1
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>John Rick - Real Estate Businessman</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; } .container { width: 80%; margin: 0 auto; overflow: hidden; } header { background: #333; color: #fff; padding-top: 30px; min-height: 70px; border-bottom: #77aaff 3px solid; } header h1 { text-align: center; margin: 0; font-size: 24px; } .content { padding: 20px; background: #fff; margin-top: 20px; } .section { margin-bottom: 20px; } .section h2 { border-bottom: 2px solid #77aaff; padding-bottom: 10px; } footer { background: #333; color: #fff; text-align: center; padding: 10px 0; margin-top: 20px; } </style> </head> <body> <header> <div class="container"> <h1>John Rick - Real Estate Businessman</h1> </div> </header> <div class="container"> <div class="content"> <div class="section"> <h2>About Me</h2> <p>My name is John Rick. I am a businessman in real estate.</p> </div> <div class="section"> <h2>My Interests</h2> <p>I am passionate about plots, lands, real estates, houses, and buildings.</p> </div> </div> </div> <footer> <p>© 2024 John Rick. All rights reserved.</p> </footer> </body> </html>
Editor is loading...
Leave a Comment