Skip to content

Commit a4227dd

Browse files
author
katy and Jentry Jibben
committed
add new HTML pages and CSS style sheets
1 parent 5216bf0 commit a4227dd

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

css/cupcake.css

Whitespace-only changes.

css/styles-1.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
h1 {
2+
color: green;
3+
}

cupcake-shop.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<link href="css/cupcake.css" rel="stylesheet" type="text/css">
5+
<meta charset="utf-8">
6+
<title>Cupcake Shop</title>
7+
</head>
8+
<body>
9+
<h1>Welcome to the Cupcake Shop!</h1>
10+
<h2>We have several flavors and options to choose from</h2>
11+
12+
13+
<img src="https://www.google.com/url?sa=i&source=images&cd=&cad=rja&uact=8&ved=2ahUKEwi89s2_gd_cAhUQ658KHXv5BF4QjRx6BAgBEAU&url=https%3A%2F%2Fwww.tastemade.com%2Fvideos%2Ffreakfetti-cupcakes&psig=AOvVaw2kzem3aKA5Yj1TV9we_UAd&ust=1533871162287135">
14+
15+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
16+
17+
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
18+
19+
</body>
20+
</html>

my-first-webpage.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<link href="css/styles-1.css" rel="stylesheet" type="text/css">
45
<title>Web page #1</title>
56
</head>
67
<body>

0 commit comments

Comments
 (0)