HTML
freeCodeCamp
DevTools
CodePen
We can use a style sheet language to change the presentational properties of a structured document
Properties like...
...colour...
...size...
...layout...
...and more!
CSS stands for: Cascading Style Sheets
It's the style sheet language used to style web pages!
<p>This text needs colour</p>
This text needs colour
<p style="color: red;">This text needs colour</p>
This text needs colour
Head to www.freeCodeCamp.org
Head to http://tiny.cc/aydxiz
Open up your browser (preferably Google chrome) and head to the Google homepage
Using the CSS you've learnt, style your tribute page project.
Work together in pairs, try out some pair programming, and use Codepen.
Feel free to style your page however you like
Share your Codepens in the Slack channel. Look at what others have made - see what CSS they have used.
If you have time, try to complete 'Basic CSS' on freeCodeCamp. You can also continue styling your tribute page project!