Skip to content

Instantly share code, notes, and snippets.

Task 1:

Add classes to organize the places by borough.

Task 2:

Use CSS to make each of the classes look different. Manhattan, Brooklyn, Bronx and Staten Island and Queens should all have distinguishing characteristics (think about text color, background color, text size, etc.)

<!DOCTYPE html>
<html>
<head>
<title>HireMe! Barack Obama</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
</head>
<body>
<img id="headshot" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama.jpg/220px-President_Barack_Obama.jpg">
<h1 class="header">Barack Obama</h1>
<p>Former President of the United States.</p>
<!DOCTYPE html>
<html>
<head>
<title>HireMe! Barack Obama</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
</head>
<body>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama.jpg/220px-President_Barack_Obama.jpg">
<h1>Barack Obama</h1>
<p>Former President of the United States.</p>
<!DOCTYPE html>
<html>
<head>
<title>03.2 Classes: Dream Travel</title>
</head>
<body>
<h1>Places I'd love to visit on my trip to NEW YORK CITYYYYYY</h1>
<p>Times Square</p>
<p>Brooklyn Museum of Art</p>
<p>Staten Island</p>
<!DOCTYPE html>
<html>
<head>
<title>03.1 ID Practice Carlton's Food</title>
</head>
<body>
<h1>What can Carlton eat?</h1>
<img src="https://pmcvariety.files.wordpress.com/2015/08/alfonso-ribeiro-fresh-prince-of-bel-air.jpg?w=670&h=377&crop=1">
<ul>
<li>Steak</li>
@alexpelan
alexpelan / index.html
Created July 9, 2017 21:24
Exported from Popcode. Click to import: http://localhost:3000/?gist=0b821400c0d74de39631ff0f55c1fced
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
@alexpelan
alexpelan / index.html
Created July 9, 2017 21:19
Exported from Popcode. Click to import: http://localhost:3000/?gist=9c5bca8470cd311bf287a5d3793426cd
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
@alexpelan
alexpelan / index.html
Created July 9, 2017 21:18
Exported from Popcode. Click to import: http://localhost:3000/?gist=989ea5c8b50f4b876a750e4cffb734d9
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
@alexpelan
alexpelan / index.html
Created July 9, 2017 15:23
Exported from Popcode. Click to import: http://localhost:3000/?gist=942898f0e4ec11ef4b865aa0ee178a59
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
@alexpelan
alexpelan / index.html
Created July 7, 2017 02:50
Exported from Popcode. Click to import: http://localhost:3000/?gist=18aa689c4bcc142f7101412c65cc0879
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>