We will be practicing how to structure HTML to create an informative web application about the Eagle Justice Team!
To create a simple web application using HTML elements and style with CSS.
- Clone this repository using the command line
- Create a new file called
index.html
- In your
index.html
change thetitle
of your web app in thehead
of your HTML structure to Eagle Justice League
- Within the
body
of your HTML structure, create the following:
- A
header
that contains the name of your team - A
paragraph
with your team's mission statement - An
unordered list
with the names of all your team members - Within each unordered list item, create an additional
unordered list
that details each team member's super power - Add an
image
of your team
Note: Remember to make a commit after each html element is added!
- Create a new file called
styles.css
- Link your CSS file in your HTML
- Using the
body
selector, change the following:
- The value of the property background-color to a color of your choice
- Using the
p
selector, change the following:
- The value of the property font-size to
10px
- Using the
li
selector, change the following:
- The value of the property border-style to
solid