A simple project on HTML and CSS and how to re-create a webpage from a design prototype.
This repository is for the Animal Trading Cards Project, which is part of the Udacity Front-End Web Developer Nanodegree program.
- HTML
- CSS
- Download the project
- Double click on card.html
Initial project can be found here.
CSS Classes
- Using classes with meaningful names in HTML for styling
Separation of Concerns
- Seperating HTML and CSS files by linking HTML to CSS stylesheet
- Removing any
<style>
elements from HTML<head>
tag orstyle
attributes inside<body>
tag
Code Quality
- Writing readable code with proper new lines and indentation
- Add Table of Contents to README file
- Add some fonts
- Add some more design features as following link
- Live preview