- 👋 Hi, I’m @royal skay
- 👀 Real estate and commercial services ... shipping ...
- Your apartment is simply within your reach...
- 📫 How to reach me ...
header {
background-color: #333;
color: #fff;
text-align: center;
padding: 1em;
}
section {
padding: 20px;
max-width: 800px;
margin: auto;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 1em;
position: fixed;
bottom: 0;
width: 100%;
}
</style>
<section id="home">
<h2>Welcome to Our Home Page!</h2>
<p>This is the home section.</p>
</section>
<section id="about">
<h2>About Us</h2>
<p>This is the about section.</p>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>This is the contact section.</p>
</section>
<footer>
© 2023 Your Company
</footer>