-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
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.csstoindex.html. - Apply styles using element, class, and ID selectors.
- Use
px,%,em, andremfor 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!
Reactions are currently unavailable