Skip to content

thoughtworks-jumpstart/apple-css-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recreate Apple landing page with CSS

Instructions

  • Fork and clone repo
  • cd into directory
  • create a css stylesheet (style.css) and add a link tag to it in index.html
  • open index.html in your browser
  • Add in css properties in style.css to make index.html look so:

Colors/Fonts

  • body
    • background color: #f1f1f1
    • font-size: 16px
    • font-family: Lucida Grande, sans-serif
    • color: #666
  • a
    • color: #08c
  • #content
    • background: white
    • border: #aaaaaa
  • #banner
    • height: 677px
  • #banner h2
    • color: #666
  • .section
    • background: linear-gradient(rgb(243, 243, 243), white)
    • border-top: rgb(223, 223, 223)
  • td
    • color: #666
  • thead h1
    • color: #666 end state

Copyright (c) 2018 ThoughtWorks. For personal use and training purposes only; not to be copied or distributed without further approval.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages