A recreation of a webpage design template using only HTML and CSS.
This project is a frontend exercise to accurately recreate the visual layout and styling of the given template, using only HTML for structure and CSS for presentation.
Desktop:
Hover styles:
|
Mobile:
|
- HTML5
- CSS3
- Clone this repository:
git clone https://github.com/jplimmer/planned-planthood.git- Open
index.htmlin your browser.
├── index.html
├── styles/
| ├── reset.css
│ └── styles.css
├── assets/
│ └── images/
│ └── (image assets)
│ └── icons/
│ └── (icon assets)
│ └── avatars/
│ └── (avatar assets)
├── design/
│ └── (template designs)
└── README.md (this file)


