Skip to content

JulieZold/css-fundamentals-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

css-fundamentals-lab

  • git add
  • git commit -m "comment"
  • git push
  • git checkout -b feature/main
  • git add .
  • git commit -m "create main page"
  • git checkout -b feature/css
  • git add .
  • git commit -m "add basic CSS selectors"
  • git add .
  • git commit -m "add box model styles"
  • git add .
  • git commit -m "add flexbox layouts"
  • git checkout main
  • git merge feature/main
  • git merge feature/css
  • git status
  • git push origin development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published