Skip to content

developer-junaid/02-css-course-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CSS Crash Course 2025 πŸš€

CSS Crash Course Thumbnail

πŸ“Ί Watch the Video

CSS Crash Course 2025

🎯 What You'll Learn

In this comprehensive CSS crash course, we cover all the essential CSS concepts and properties you need to start styling beautiful web pages. Here's what we explore:

CSS Basics

  • Inline Styles: Adding styles directly to HTML elements using the style attribute
  • Internal Styles: Using the <style> tag within the <head> section
  • External Stylesheets: Linking CSS files using <link rel="stylesheet">

Selectors

  • Tag Selector: Targeting elements by their tag name (e.g., h2 { ... })
  • ID Selector: Targeting elements by their ID (e.g., #mera-h2 { ... })
  • Class Selector: Targeting elements by their class (e.g., .purple-li { ... })

Text & Font Styling

  • color - Changing text color
  • font-size - Adjusting the size of text
  • font-weight - Making text bold or lighter
  • text-align - Aligning text (left, right, center)

Box Model

  • background-color - Setting background color
  • border - Adding borders (solid, dashed, dotted)
  • margin - Creating space outside elements
  • padding - Creating space inside elements
  • width & height - Controlling element size

Lists & Tables

  • Styling list items with classes
  • Creating and styling tables (table, tr, td, th, thead, tbody)

Layouts

  • Flexbox: Arranging elements in flexible layouts using display: flex, justify-content, and align-items
  • Building a simple navbar and main content area with Flexbox

πŸ’» Code Repository

This repository contains all the code examples and practice files used in the video tutorial. Feel free to clone, fork, and experiment with the code!

πŸ“ License

Feel free to use this code for your learning and projects!


Made with ❀️ by Developer Junaid

About

This is a code repository for my video course on CSS Essentials !

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published