Skip to content

codeableorg/html-css-01-CLE-Balzhunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Component Library - Essentials

While the concept of Design Systems is really important, our main focus as developers is to build and use a component library. Today assignment is to start building a basic component library using the concepts reviewed so far.

Find the design here.

Take into consideration:

  • Avoid using CSS Flexbox or CSS Grid for now. Stick to the Float positioning system.

  • Organize your CSS files so your components could be re-use with ease. You could follow this structure: component-library file structure

    index.html: contain all the HTML for your main page (Disain page). This file links to the style.css file.

    css/style.css: this is the main css file for your project. Here live all the global CSS rules. It also imports the specific css files for each one of your components.

    css/components/component.css: Here live the specific css rules for one component.

Have fun and don't forget to ask for help when you get stuck.

About

Back up and Branch to link it with git.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published