Skip to content

fridaysedge/essential-html-css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

essential-html-css

TODO

main.css

General Page Body Formatting

  • (COMPLETE) All text in the page body should use the font 'Lato' at 18 pixels and 300 weight; if the 'Lato' font is not available for some reason, you should fall back to 'Helvetica Neue', then 'Helvetica', and finally sans-serif

  • (COMPLETE) The body background image is in the file background.jpg in the img directory (note that the img directory is a peer to the directory in which this CSS file lives, so you need use a relative path that goes up one level and back down into the img directory)

  • (COMPLETE) The body background image size should be set so that it scales to completely cover the entire page body

  • (COMPLETE) The background image should also remain fixed with regard to the viewport and not scroll with the page

  • (COMPLETE) All hyperlinks (both unvisited and visited) should have no underlines, and should have the color #0000AA

  • (COMPLETE) When a reader hovers over or sets focus to any hyperlink, the color should change to #0000EE

Headings

  • (COMPLETE) All the headings should use the font 'Raleway' at 300 weight; use the same fall back fonts as you did for the main body font

  • (COMPLETE) The top-level heading should have a font size of 300% and all margins set to 0

  • (COMPLETE) The second and third-level headings should use #505050 for their font color

  • (COMPLETE) The second-level headings should have a font size of 150%

  • (COMPLETE) The third-level headings should have a font size of 125%

Main Page Content

  • (COMPLETE) The main page content should have a Left Margin of 30% so that it is shifted over to the right side of the page by 30% of the current window width; the top, bottom, and right margins should all be 20px

  • (COMPLETE) The background texture image for that area is in the file ricepaper_v3.png in the img directory

  • (COMPLETE) The opacity of this area should be set to 0.9 so that is it slightly transparent

Page Header

  • (COMPLETE) There should be 1em of padding between the edge and the content on all sides

  • (COMPLETE) The background color should be #FA5A0F

  • (COMPLETE) The bottom border should be 5px tall in the color #EA4A00

  • (COMPLETE) The color of the text in the header should be #FFFFFF

  • (COMPLETE) The tag line ('Feeding Hungry Huskies Since 2013') should be sized at 120% in the color #EEEEEE with all margins set to 0

Restaurant Info Section

  • (COMPLETE) There should be 1em of padding between the edge and the content on all sides

Menu Section

  • (COMPLETE) There should be 1em of padding between the edge and the content on all sides

  • (COMPLETE) The background color for this area should use the following color values: red = 207; green = 205; blue = 140; opacity = 0.5

  • (COMPLETE) The pizza names should use a font weight of 400. Note that different operating systems may render fonts in slightly different ways. The screen shots were taken on a Mac, so if you are viewing your page on Windows, the 400 font weight may not look quite as dark as it does in the screenshots. The TAs will be viewing these pages on a Mac and looking at your CSS source, so use 400 for the weight even if it looks a bit lighter than the screenshots on Windows.

  • (COMPLETE) The pizza descriptions should use a font size of 80%, be in italics, and have a 1em margin on the left and bottom

About Us Section

  • (COMPLETE) There should be 1em of padding between the edge and the content on all sides

Page Footer

  • (COMPLETE) There should be 1em of padding between the edge and the content on all sides

  • (COMPLETE) The background color for this area should be #FC892F

  • (COMPLETE) The top border should be 5px tall in the color #EC791F

  • (COMPLETE) The text should sized at 80% and aligned on the right side

About

INFO 343 Essential HTML/CSS Challenge Assets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%