Skip to content

II3boody/Elzero-Fourth-Design

Repository files navigation

Zero Design — Fourth Layout

🏁 Introduction

This is the fourth design in the “Zero Design” series. The project is built using HTML & CSS only (no JavaScript). The goal is to practice layout skills, clean styling, typography, responsiveness, and visual design for different screen sizes.


✨ Features

  • Clean and minimal design
  • Responsive layout for mobile, tablet, and desktop
  • Use of Flexbox and/or CSS Grid for structuring the content
  • Consistent color scheme and readable fonts
  • Optimized for fast loading (minimal reliance on images where possible)

🛠 Technologies Used

  • HTML5
  • CSS3
  • Media Queries for responsive behavior
  • External fonts (e.g. Google Fonts)

🗂 Project Structure

zero-design-layout4/ ├── index.html ├── styles/ │ └── style.css ├── images/ │

📸 Screenshots

Here is how the design looks:

Screenshot of design

🧠 Challenges Faced

  • Making the layout responsive so it works nicely on all screen sizes

  • Keeping color contrast and typography readable across devices

  • Writing clean and maintainable CSS

🤝 Contributing

  • Feel free to suggest improvements via issues or pull requests

  • Keep code clean, use meaningful class names and comments

  • Test changes on multiple screen sizes and browsers

MIT License

Copyright (c) 2024 Abd-Elrahman

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No releases published

Packages

 
 
 

Contributors