File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -221,4 +221,31 @@ header nav li {
221
221
font-size : 18px ;
222
222
color : # 555 ;
223
223
flex : 1 ;
224
+ }
225
+
226
+ /* Footer Section */
227
+
228
+ footer {
229
+ display : flex;
230
+ align-items : center;
231
+ justify-content : space-around;
232
+ background-color : # 7d3faf ;
233
+ color : # fff ;
234
+ padding : 20px 0 ;
235
+ }
236
+
237
+ footer ul {
238
+ display : flex;
239
+ }
240
+
241
+ footer ul li {
242
+ margin-left : 16px ;
243
+ }
244
+
245
+ footer p {
246
+ text-transform : uppercase;
247
+ font-size : 14px ;
248
+ opacity : 0.6 ;
249
+ align-self : center;
250
+ padding : 5px ;
224
251
}
Original file line number Diff line number Diff line change @@ -112,5 +112,15 @@ <h3 class="title">Learn More</h3>
112
112
</ form >
113
113
</ section >
114
114
115
+ < footer >
116
+ < p > Images courtesy of < a href ="http://unsplash.com "> unsplash</ a > .</ p >
117
+ < p > Why are you even reading this? There's never anything interesting in the footer!</ p >
118
+ < ul >
119
+ < li > < a href ="# "> < i class ="fa fa-twitter-square fa-2x "> </ i > </ a > </ li >
120
+ < li > < a href ="# "> < i class ="fa fa-facebook-square fa-2x "> </ i > </ a > </ li >
121
+ < li > < a href ="# "> < i class ="fa fa-snapchat-square fa-2x "> </ i > </ a > </ li >
122
+ </ ul >
123
+ </ footer >
124
+
115
125
</ body >
116
126
</ html >
You can’t perform that action at this time.
0 commit comments