File tree 2 files changed +41
-6
lines changed
2 files changed +41
-6
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ html, body{
6
6
body {
7
7
display : flex;
8
8
flex-direction : column;
9
- background-color : cornsilk;
10
- min-height : 775px ;
9
+ background-color : # ffffff ;
10
+ min-height : 575px ;
11
+ font-family : 'Source Sans Pro' , sans-serif;;
11
12
}
12
13
13
14
header {
14
15
box-sizing : border-box;
15
16
flex : 0 1 auto;
16
- background-color : brown ;
17
+ background-color : # AD1457 ;
17
18
color : white;
18
19
}
19
20
@@ -23,8 +24,16 @@ section{
23
24
}
24
25
25
26
footer {
26
- flex : .5 100% ;
27
- background-color : chocolate;
27
+ background-color : # eeeeee ;
28
+ font-family : Georgia, serif;
29
+ color : # 9E9E9E ;
30
+ text-decoration : none;
31
+ font-size : 0.9rem ;
32
+ position : absolute;
33
+ bottom : 0 ;
34
+ left : 0 ;
35
+ right : 0 ;
36
+ padding : 0 30px ;
28
37
}
29
38
30
39
h1 , # logo {
47
56
48
57
footer > ul {
49
58
list-style : none;
59
+ -webkit-padding-start : 0 ;
60
+ }
61
+
62
+ footer li {
63
+ padding : 5px ;
64
+ }
65
+
66
+ footer a {
67
+ text-decoration : none;
68
+ color : # 9E9E9E ;
69
+ font-style : italic;
70
+ }
71
+
72
+ footer a : hover {
73
+ color : # 000000 ;
50
74
}
51
75
52
76
# surprise {
53
77
color : red;
54
78
font-size : 35px ;
79
+ }
80
+
81
+ .float-left {
82
+ float : left;
83
+ }
84
+
85
+ .float-right {
86
+ float : right;
55
87
}
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< title > NodeGirls JavaScript Workshop</ title >
6
+ < link href ="https://fonts.googleapis.com/css?family=Roboto+Condensed:300|Source+Sans+Pro:200 " rel ="stylesheet ">
6
7
< link rel ="stylesheet " href ="css/main.css ">
7
8
</ head >
8
9
< body >
@@ -29,12 +30,14 @@ <h1>Hello everyone. Let's do some interactive coding today! </h1>
29
30
</ section >
30
31
31
32
< footer >
32
- < ul >
33
+ < ul class =" float-left " >
33
34
< li class ="twitter ">
34
35
Twitter: < a href ="https://twitter.com/NodeGirlsSydney "> @NodeGirlsSydney</ a >
35
36
< a href ="https://twitter.com/NodeGirlsMelb "> @NodeGirlsMelb</ a >
36
37
</ li >
37
38
< li class ="facebook "> Facebook: < a href ="https://www.facebook.com/NodeGirlsAustralia "> NodeGirlsAustralia</ a > </ li >
39
+ </ ul >
40
+ < ul class ="float-right ">
38
41
< li class ="website "> Website: < a href ="http://nodegirls.com.au "> http://nodegirls.com.au</ a > </ li >
39
42
< li class ="email "> e-mail: < a href ="mailto:info@nodegirls.com.au "> info@nodegirls.com.au</ a > </ li >
40
43
</ ul >
You can’t perform that action at this time.
0 commit comments