- Fork and clone repo
cd
into directory- create a css stylesheet (
style.css
) and add a link tag to it inindex.html
- open
index.html
in your browser - Add in css properties in
style.css
to make index.html look so:
- body
- background color:
#f1f1f1
- font-size:
16px
- font-family:
Lucida Grande, sans-serif
- color:
#666
- background color:
- a
- color:
#08c
- color:
- #content
- background:
white
- border:
#aaaaaa
- background:
- #banner
- height:
677px
- height:
- #banner h2
- color:
#666
- color:
- .section
- background:
linear-gradient(rgb(243, 243, 243), white)
- border-top:
rgb(223, 223, 223)
- background:
- td
- color:
#666
- color:
- thead h1
Copyright (c) 2018 ThoughtWorks. For personal use and training purposes only; not to be copied or distributed without further approval.