Skip to content

Lesson1: Introduction to CSS and Basic SelectorsΒ #1

@github-actions

Description

@github-actions

Welcome to the GeekInk Builders CSS Course! πŸš€

To stay organized, every GeekInk Builder must follow these professional standards:

πŸ“‚ Repository Naming Convention

For this lesson, name your new repository:
geekink-css-lesson-1

πŸ—οΈ Standard Folder Structure

Your repository must be organized exactly like this:

geekink-css-lesson-1/
β”œβ”€β”€ index.html       # Main content
β”œβ”€β”€ css/
β”‚   └── styles.css   # All styles
β”œβ”€β”€ js/
β”‚   └── index.js     # Any scripts
└── README.md        # Description of your work

πŸ“ Lesson 1 Assignment:

  • Create your repository using the name geekink-css-lesson-1.
  • Setup the folder structure and link css/styles.css to index.html.
  • Apply styles using element, class, and ID selectors.
  • Use px, %, em, and rem for margins and font sizes.
  • Document your learning in the README.md.

Pro Tip: Keeping a consistent name like geekink-css-lesson-X will help you find your work quickly during your final project!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions