Follow aymane.elamrani
aymane.elamrani
<header>
Your Name 🚀 - Portfolio
Explore my videos and work 🎥💻
</header> <section id="videos">
Videos 🎬
</section> <section id="work">
Work Showcase 💼
gfgf
Description of your work item 2.
</section> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; } header { background-color: #1a1a1a; color: white; text-align: center; padding: 20px; } section { padding: 20px; margin: 20px; background-color: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } h2 { color: #1a1a1a; } iframe { width: 100%; height: 400px; margin-bottom: 20px; } .work-item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; } .work-item img { max-width: 100%; max-height: 100px; margin-right: 20px; border-radius: 5px; } .emojis { font-size: 1.5em; margin-right: 5px; } </style>