File tree Expand file tree Collapse file tree 6 files changed +337
-6
lines changed
Expand file tree Collapse file tree 6 files changed +337
-6
lines changed Original file line number Diff line number Diff line change 1+ body {
2+ background-color : white;
3+ }
4+
5+ header {
6+ background-color : # 4a4a4a ;
7+ width : 100% ;
8+ height : 150px ;
9+ }
10+
11+ header # logo {
12+ margin : 0 auto;
13+ padding : 55px 0 ;
14+ display : block;
15+ }
16+
17+ # thanks {
18+ padding : 10px ;
19+ }
20+
21+ # thanks p {
22+ color : # 000 ;
23+ font-size : 35px ;
24+ font-weight : 600 ;
25+ text-align : center;
26+ }
27+
28+ # thanks a {
29+ display : block;
30+ font-size : 16px ;
31+ text-align : center;
32+ }
33+
34+ footer {
35+ color : # 000 ;
36+ }
37+
38+ footer # social a {
39+ display : inline-block;
40+ width : 32px ;
41+ height : 32px ;
42+ background-size : 32px ;
43+ background-repeat : no-repeat;
44+ margin : 2.5px ;
45+ }
46+
47+ footer # twitter-icon {
48+ background-image : url ('../images/twitter_icon-greyscale.svg' );
49+ }
50+
51+ footer # twitter-icon : hover , # twitter-icon : active {
52+ background-image : url ('../images/twitter_icon-colour.svg' );
53+ }
54+
55+ # sponsored a {
56+ color : # 000 ;
57+ }
You can’t perform that action at this time.
0 commit comments