- 👋 Hi, I’m @neba-1697
- 👀 I’m interested in ...
- 🌱 I’m currently learning ...
- 💞️ I’m looking to collaborate on ...
- 📫 How to reach me ...
- 😄 Pronouns: ...
- ⚡ Fun fact: ...
<!
<title>My Website</title>This is a simple website created using HTML and CSS.
© 2024 My Website
--- neba-1697/neba-1697 is a ✨ special ✨ repository because its `README.md` (this file) appears on your GitHub profile. You can click the Preview link to take a look at your changes. ---> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; }header { background-color: #333; color: white; padding: 1rem 0; text-align: center; }
nav ul { list-style: none; padding: 0; }
nav ul li { display: inline; margin: 0 1rem; }
nav ul li a { color: white; text-decoration: none; }
main { padding: 2rem; }
footer { background-color: #333; color: white; text-align: center; padding: 1rem 0; position: fixed; width: 100%; bottom: 0; }