Skip to content

KyngMurray/css-interview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

CSS Interview

In this project, you'll add some style to the project you created in html-interview.

Instructions

  • Start off by forking this repository
  • Set up GitHub pages just like the last assignment
  • Add a new file called styles.css
  • Go to your HTML and add a line of code to import your new CSS file
  • Finally, edit styles.css to style the page in the following ways
    • Add a blue border to each <div> element
    • Change the font of each header element to any font that you like
    • Set each image to have a border radius of 50px
    • Add 25px of padding to each <div> element
    • Add 10px of margin to each <li> element
    • Italicize each <li> element

Stretch goals

  • Add a shadow to each <div>
  • Add a background-color to each <div>
  • Add a background-image to the whole page

About

MURRAY - CSS INTERVIEW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%