Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 976 Bytes

File metadata and controls

27 lines (21 loc) · 976 Bytes

🤖 RoboPage – Android Edition This is a themed robot layout built using semantic HTML and modern CSS. It was the second hands-on project from the Complete Web Developer course at ZTM, designed to reinforce structure, styling, and interactivity fundamentals.

💡 About the Project

  • Custom gradient background for visual depth
  • Cleaned up and commented CSS for readability
  • Color scheme changed to Android green for thematic consistency
  • Heart icon added to torso with hover reveal
  • Arms and legs rotate diagonally on hover for playful interaction
  • Focused on modular layout and semantic clarity

🛠 Tech Stack

  • HTML5
  • CSS3
  • Flexbox layout
  • Font Awesome icons

🚀 Live Demo 🔗 https://robopage-android.netlify.app

🧠 What I Learned

  • How to clean and structure CSS for readability
  • Applying gradients and hover effects for visual polish
  • Using semantic HTML to build modular components
  • Reinforcing the value of completion and public documentation