A recreation of a simple 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.
- HTML5
- CSS3
- Clone this repository:
git clone https://github.com/jplimmer/recept-ovning.git- Open
index.htmlin your browser.
├── index.html
├── styles/
│ ├── reset.css
│ └── styles.css
├── images/
│ └── (image assets)
└── README.md (this file)
