Goal: Practice the following HTML and CSS from the Styling lesson:
<a>
tag<a>
represent?Meet the goal by completing one of these projects. Remember to create separate folders for each project in your home directory, commit regularly and push any changes to each project's remote repository on GitHub.
flashy
, and create a CSS rule to make them red and italic.best
and add it to the most popular cupcake featured on your site. Apply a style of your choice to make it stand out.boring-lecture.html
that is a fake page about a boring subject of your choice. Use lorem ipsum text to fill up the page using <p>
tags.<h2>
subheading, a paragraph or two, and a picture. Give each of these elements the class intro
.h2.intro
, p.intro
, and img.intro
. Remember that in CSS, classes are prefaced with a .
Lesson 37 of 65
Last updated more than 3 months ago.