Let’s be honest, you want to make something cool. Lets start with your personal site. When we are done, we’ll have your site up on the web so you can show it off.
:whitecheckmark: Do the Following:
index.html
and the css file main.css
. When you’re done you should have something that looks like this:File Structure:
my_site/
index.html
main.css
index.html:
Abe's site
Hello everyone!
main.css
.container {
background-color: 'blue';
}
index.html
and main.css
.