CSS Lab #
In this lab, you will start learning to write CSS code! CSS defines the design style and layout of web site.
[0] Set up #
๐ป Start by cloning your starter code.
Be sure to change yourgithubusername to your actual Github username.
cd ~/desktop/making_with_code/unit04_webdesign
git clone https://github.com/the-isf-academy/lab_css_yourgithubusername
๐ป cd into the lab
cd lab_css_yourgithubusername
๐ This repo contains the following:
index.htmlstyles.cssassets/- contains 5 imagesREADME.md
[0] Wireframe Design #
๐จ In this lab you will design a wireframe for the G9 & G10 ELP. A wireframe is a layout design for a website.

โ๏ธ Complete the wireframe design document.
[1] Develop the Wireframe #
๐ป Exchange wireframe design documents and implement your partners design in HTML and CSS. This will require you to write CSS rules for various HTML elements.
โ
You must implement class and id selectors
๐จ Go to fonts.google.com to find a custom font.
- Select
Get Font - Select
Get embeded code - Copy the code from the
Embed code in the <head> of your htmlinto theheadof yourhtmlfile - You can then use the name of the font in the
cssfile
[2] Deliverables #
โกโจ Once you've successfully completed the lab:โ๏ธ Fill out this Google form
๐ป Push your code to Github.
- git status
- git add -A
- git status
- git commit -m “describe your code and your process here”
be sure to customize this message, do not copy and paste this line
- git push