Skip to content

JP-Aceves/html-css-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML & CSS Course 📚

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.

About

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.

Project Structure

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

What I Learned

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

Tech

HTML CSS

Status

🟢 Actively learning — updated regularly as I progress.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors