Skip to content

junior-devleague/eagle-justice-league

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Eagle Justice League

We will be practicing how to structure HTML to create an informative web application about the Eagle Justice Team!

Objective

To create a simple web application using HTML elements and style with CSS.

Part 1 - HTML

Set up

  1. Clone this repository using the command line
  2. Create a new file called index.html

Your Challenge

  1. In your index.html change the title of your web app in the head of your HTML structure to Eagle Justice League
  1. 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!

Part 2 - CSS

Set up

  1. Create a new file called styles.css
  2. Link your CSS file in your HTML

Your Challenge

  1. Using the body selector, change the following:
  • The value of the property background-color to a color of your choice
  1. Using the p selector, change the following:
  • The value of the property font-size to 10px
  1. Using the li selector, change the following:
  • The value of the property border-style to solid

Bonus: Modify the values of 5 different element properties and make your image a 300px by 300px size.

Resources

About

[Beginner] HTML, CSS - Intro to HTML Structure and Basic Styling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •