Skip to content

kpcornea/Preprocessing-I

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Variables: Incorporate variables in your project for color and font stacks.
  • Nesting: Every selector should be nested inside the main container. Avoid having global styles unless they are element level.
  • Mixins: Create 2 mixins of your choosing. Hint: It's super helpful to use flexbox properties in mixins
  • Mobile: Use nested-at rules to provide a mobile version of your resume. Use 500px as a max-width for mobile.

Stretch Goals:

  • Incorporate a google font of your choosing
  • Convert the great idea CSS into LESS. Introduce variables, mixins, nesting, etc.
  • Create a link to the portfolio page and create a layout that would allow users to see your work. A good idea is to link projects back to their github repos so employers can see your code.

About

Preprocessing Module 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 77.2%
  • HTML 22.8%