Skip to content

Commit 7d3ee4a

Browse files
committed
[proj. Lounge] Add style.css file/folder, connect
1 parent 6305355 commit 7d3ee4a

5 files changed

Lines changed: 19 additions & 8 deletions

File tree

Learning_HTML_CSS_Freeman_E/Lounge/about/directions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Head First Lounge Directions</title>
8+
<link rel="stylesheet" href="../css/style.css">
89
</head>
910

1011
<body>

Learning_HTML_CSS_Freeman_E/Lounge/beverages/elixir.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Head First Lounge Elixirs</title>
8+
<link rel="stylesheet" href="../css/style.css">
89
</head>
910

1011
<body>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
body {
2+
font-family: sans-serif;
3+
}
4+
5+
h1 {
6+
border-bottom: 1px solid gray;
7+
color: gray;
8+
}
9+
10+
h2 {
11+
color: gray;
12+
}
13+
14+
p {
15+
color: maroon;
16+
}

Learning_HTML_CSS_Freeman_E/Lounge/lounge.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Head First Lounge</title>
8+
<link rel="stylesheet" href="css/style.css">
89
</head>
910

1011
<body>

Learning_HTML_CSS_Freeman_E/MyPod/index.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ <h2>Seattle, Washington:</h2>
2929
<p>Me and my iPod in Seattle! You can see rain clouds and the Space Needle. You can't see the 628 coffee shops.</p>
3030

3131
<div class="img-wrapper page__img-wrapper">
32-
<!-- <img src="img/My_iPod_Seattle_600_400.jpg" width="600" height="400" alt="My iPod in Seattle, Washington!">
33-
<img src="img/iPod_Classic_600_400.jpg" width="600" height="400" alt="iPod Classic in Seattle, Washington!">
34-
<img src="img/iPod_Shuffle_600_400.jpg" width="600" height="400" alt="iPod shuffle in Seattle, Washington!">
35-
<img src="img/iPod_in_the_Sith_600_400.jpg" width="600" height="400"
36-
alt="iPod in the Sith business center, Washington"> -->
3732
<a href="html/seattle.html">
3833
<img src="sketches/My_iPod_Seattle_150_100.jpg" width="150" height="100" alt="My iPod in Seattle, Washington!">
3934
</a>
@@ -54,9 +49,6 @@ <h2>Birmingham, England:</h2>
5449
look at the classic British red telephone booths!</p>
5550

5651
<div class="img-wrapper page__img-wrapper">
57-
<!-- <img src="img/iPod_in_telephone_booth_401_601.jpg" width="401" height="601"
58-
alt="iPod in Birmingham in a telephone booth!">
59-
<img src="img/iPod_in_Apple_store_400_600.jpg" width="400" height="600" alt="iPod in Birmingham in Apple store!"> -->
6052
<a href="html/in_telephone_booth.html">
6153
<img src="sketches/iPod_in_telephone_booth_101_151.jpg" width="100" height="150"
6254
alt="iPod in Birmingham in a telephone booth!">

0 commit comments

Comments
 (0)