Skip to content

dpvasani/CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS Repository

πŸ“Œ Introduction

This repository contains a comprehensive collection of CSS concepts, techniques, and best practices. It serves as a learning resource and reference for mastering CSS fundamentals and advanced topics.

πŸ“‚ Directory Structure

Below is an overview of the folders included in this repository:

CSS/
│── Advanced-CSS/
│── Anchor/
│── Background/
│── Basic/
│── Bonus/
│── Box-Model/
│── Color/
│── Column-Layout/
│── Combinators/
│── CSS-Variables/
│── Display/
│── Filters/
│── Flexbox/
│── Font/
│── Gradients/
│── Grid/
│── Images/
│── Latest-CSS/
│── Lists/
│── Overflow/
│── Positions/
│── Project/
│── Pseudo-Class/
│── Pseudo-Elements/
│── Shadows/
│── Specificity/
│── Text/
│── Units/
│── Z-Index/
│── Best-Practices.md
│── Complete CSS Course Notes.pdf
│── Readme.md

πŸš€ Getting Started

Clone the Repository

To download this repository, run the following command in your terminal:

git clone https://github.com/dpvasani/CSS.git

Navigate into the Directory

cd CSS

View Available Files

ls

πŸ“– Contents

Each folder contains relevant concepts and examples:

  • Advanced-CSS: Covers modern CSS techniques and best practices.
  • Box-Model: Understanding the box model (margin, padding, border, content).
  • Flexbox: Flexible box layout module for responsive design.
  • Grid: CSS Grid system for layout structuring.
  • Pseudo-Class & Pseudo-Elements: Styling elements based on state and structure.
  • Shadows: Applying box-shadow and text-shadow effects.
  • Specificity: How CSS rules are prioritized.

...and much more!

πŸ“š Additional Resources

  • Best-Practices.md: Guidelines for writing maintainable and scalable CSS.
  • Complete CSS Course Notes.pdf: A complete reference guide for learning CSS.

πŸ’‘ Contributing

Feel free to contribute by creating a pull request. Suggestions, improvements, and additional examples are always welcome!

πŸ“œ License

This repository is open-source and available for educational purposes.

About

This repository contains a comprehensive collection of CSS concepts, techniques, and best practices. It serves as a learning resource and reference for mastering CSS fundamentals and advanced topics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors