Skip to content

jasheloper/Sweet-Eats-User-Interface-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Details

Objectives:
Student should be able to describe and use semantic HTML tags to markup content, demonstrate the use of CSS selectors to style markup and demonstrate CSS specificity and inheritance to create and update styles

Completed all Minimal Viable Project Tasks

Stretch Tasks:

  • Modified the design - font, colors & background
  • Integrated CSS animations into the navigation.
  • Created a cookies page.
sweet eats home
sweet eats cookies

Contact Me

PortfolioLinkedInTwitterInstagramE-mail

User-Interface---Sweet-Eats-Project

This project is going to explore selectors, inheritance in combination with our new found HTML skills.

Tasks

Lets take our knowledge of CSS selectors, properties, and inheritance to add some style to the Sweet Eats Bakery website.

Task 1:
Fork this pen. You will want to have your own version saved.

Task 2:
Explore the CSS. Look at all the unique selectors. Find things that are new to you and learn what they do. Find properties you may not be familiar with and google them.

Task 3:
Update the CSS. You will notice the CSS comments throughout the file below. Follow the instructions to complete the Sweet Eats Bakery site. If you follow the instructions, you should see this as a final result:

https://tk-assets.lambdaschool.com/44f6a520-b218-4ed1-910b-f4dc876cd1a6_sweet-eats-home-page.png

DO NOT ATTEMPT STRETCH UNTIL YOU ARE FINISHED WITH EVERYTHING ELSE!

Stretch Task:
Fork your final work and see how much you can change the design without changing the HTML. Try to transform the site by only using CSS selectors.

Stretch Task:
Look at CSS animations and see if you could integrate them on the navigation hovers.

Stretch Task:
Pick a navigation item and create a new page with the same header and footer as the home page. Example: you could make a new page just for cookies. Be creative and have fun coming up with your own unique content and styles.