Skip to content

Commit 611efd2

Browse files
committed
Add styling to second header
1 parent 190f8eb commit 611efd2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

css/stylesheet.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#wrapper {
2323
width: 100%;
2424
height: 100%;
25-
background-image: url('HTML-and-CSS-for-beginners/images/background.jpg');
2625
}
2726

2827
.nav_bar {
@@ -101,6 +100,7 @@
101100
font-family: 'Old Standard TT', serif;
102101
color: #51442A;
103102
width: 100%;
103+
text-decoration: underline;
104104
}
105105

106106
.star_wars {

index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2 class="third_header">Rules</h2>
4848
</div>
4949
<div>
5050
<h2 class="section_3">What will you learn today?</h2>
51-
<p class="star_wars">Why don't you try turning this </br>
51+
<p class="star_wars">Why don't you try turning this </br>
5252
text box into a star wars type text</br>
5353
scroll, where it fades in the </br>
5454
distance, using purely css? Don't think its possible? </br>
@@ -69,7 +69,6 @@ <h2 class="section_3">What will you learn today?</h2>
6969
<a href="instagram.com"><img src="images/insta.jpg" alt="Instagram icon" height="42" width="42"></a>
7070
<a href="twitter.com"><img src="images/twitter.jpg" alt="Twitter icon" height="42" width="42"></a>
7171
</span>
72-
7372
</div>
7473

7574

0 commit comments

Comments
 (0)