A personal repository documenting my learning journey through HTML and CSS. Every file here is something I actually built while studying — working code with comments, not just theory.
I'm JP, a first-year Computer Science student at Universidad Europea de Madrid, ~6 months into my programming journey. This repo is my learning log — every topic I study ends up here as working code.
html-css-course/
├── html/
│ ├── day-01-basics/ # document structure, headings, paragraphs
│ └── day-02-links-forms-lists/ # links, images, forms, inputs, lists
├── css/
│ ├── day-01-selectors-border/ # selectors, border, border-radius
│ └── day-02-box-model-text/ # margin, padding, width, height, fonts
├── exercises/
│ └── exercise-01/ # profile card combining html + css
└── README.md
HTML
- Document structure and boilerplate
- Headings, paragraphs and text elements
- Internal and external links
- Images and media
- Lists (ordered and unordered)
- Forms and inputs
CSS
- Selectors (element, class, id)
- Colors, fonts and text properties
- Box model (margin, padding, border)
- Width, height and sizing
- Border radius
- Linking external stylesheets
🟢 Actively learning — updated regularly as I progress.