File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22
22
# wrapper {
23
23
width : 100% ;
24
24
height : 100% ;
25
- background-image : url ('HTML-and-CSS-for-beginners/images/background.jpg' );
26
25
}
27
26
28
27
.nav_bar {
101
100
font-family : 'Old Standard TT' , serif;
102
101
color : # 51442A ;
103
102
width : 100% ;
103
+ text-decoration : underline;
104
104
}
105
105
106
106
.star_wars {
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h2 class="third_header">Rules</h2>
48
48
</ div >
49
49
< div >
50
50
< 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 >
52
52
text box into a star wars type text</ br >
53
53
scroll, where it fades in the </ br >
54
54
distance, using purely css? Don't think its possible? </ br >
@@ -69,7 +69,6 @@ <h2 class="section_3">What will you learn today?</h2>
69
69
< a href ="instagram.com "> < img src ="images/insta.jpg " alt ="Instagram icon " height ="42 " width ="42 "> </ a >
70
70
< a href ="twitter.com "> < img src ="images/twitter.jpg " alt ="Twitter icon " height ="42 " width ="42 "> </ a >
71
71
</ span >
72
-
73
72
</ div >
74
73
75
74
You can’t perform that action at this time.
0 commit comments