Commit 49657e414149351bb2bdb95532753c5c68906d3b
clean up
Michael Williams committed on 11/21/2017, 9:31:40 AMParent: 05af45f26874f568c15a0c2c69eebba7570fdd87
Files changed
index.css | changed |
index.css | ||
---|---|---|
@@ -1,91 +1,76 @@ | ||
1 | -body{ | |
2 | - font-family: 'SourceCodeProRegular'; | |
3 | - font-weight: lighter; | |
4 | - font-style: normal; | |
5 | - font-size: 16px; | |
6 | - margin: 20px; } | |
1 … | +body { | |
2 … | + font-family: 'SourceCodeProRegular'; | |
3 … | + font-weight: lighter; | |
4 … | + font-style: normal; | |
5 … | + font-size: 16px; | |
6 … | + margin: 20px; | |
7 … | +} | |
7 | 8 … | |
8 | -.title{ | |
9 | - font-size: 2.5em; | |
10 | - color: #48a47d; | |
11 | - letter-spacing: 3px; | |
12 | - font-weight: 200; | |
13 | - margin-top: 40px; | |
14 | - margin-bottom: 10px; | |
15 | - text-transform: uppercase; | |
9 … | +.title { | |
10 … | + font-size: 2.5em; | |
11 … | + color: #48a47d; | |
12 … | + letter-spacing: 3px; | |
13 … | + font-weight: 200; | |
14 … | + margin-top: 40px; | |
15 … | + margin-bottom: 10px; | |
16 … | + text-transform: uppercase; | |
16 | 17 … | } |
17 | 18 … | |
18 | -h2{ | |
19 | - margin-top: 10px; | |
20 | - font-size: 1.3em; | |
21 | - color; #202329; | |
22 | - font-weight: lighter; } | |
19 … | +h2 { | |
20 … | + margin-top: 10px; | |
21 … | + font-size: 1.3em; | |
22 … | + color: #202329; | |
23 … | + font-weight: lighter; | |
24 … | +} | |
23 | 25 … | |
24 | -.main{ | |
25 | - max-width: 960px; | |
26 | - margin: auto; | |
27 | - text-align: center;} | |
26 … | +.main { | |
27 … | + max-width: 960px; | |
28 … | + margin: auto; | |
29 … | + text-align: center; | |
30 … | +} | |
28 | 31 … | |
29 | - | |
30 | -.logo{ | |
31 | - max-width: 50%; | |
32 | - display: block; | |
33 | - margin: auto; } | |
34 | - | |
35 | -a{ | |
36 | - color: inherit; | |
37 | - font-size: 1.4em; | |
38 | - font-weight: light; | |
39 | - text-decoration: none; } | |
40 | - | |
41 | -.link-box{ | |
42 | - max-width: 250px; | |
43 | - text-align: center; | |
44 | - margin: auto; | |
45 | - margin-top: 35px; | |
46 | - margin-bottom: 35px; | |
32 … | +.logo { | |
33 … | + max-width: 50%; | |
34 … | + display: block; | |
35 … | + margin: auto; | |
47 | 36 … | } |
48 | - | |
49 | -.link-button{ | |
50 | - background-color: #015249; | |
51 | - color: white; | |
52 | - padding: 10px; } | |
53 | - | |
54 | -.caption{ | |
55 | - font-size: 0.8em; | |
56 | - margin-top: 1px; | |
57 | - margin-bottom: 1px; | |
58 | - font-style: italic; } | |
59 | 37 … | |
60 | -.accent-text{ | |
61 | - color: #77c9d4; | |
62 | - font-weight: bold; | |
63 | - font-style: normal; } | |
64 | - | |
65 | -.invite-code{ | |
66 | - font-family: 'FantasqueSansMonoRegular'; | |
67 | - font-style: normal; | |
68 | - font-weight: lighter; | |
69 | - font-size: 1.1em; | |
70 | - line-height: 1.3em; } | |
38 … | +a { | |
39 … | + color: inherit; | |
40 … | + font-weight: light; | |
41 … | + text-decoration: none; | |
42 … | +} | |
71 | 43 … | |
72 | -.gif{ | |
73 | - max-width: 600px; | |
74 | - display: block; | |
75 | - margin: auto; | |
76 | - margin-top: 40px; | |
77 | - margin-bottom: 40px; | |
78 | - -webkit-filter: drop-shadow(2px 2px 2px #a5a5af); | |
79 | - filter: drop-shadow(2px 2px 2px #a5a5af); } | |
80 | - | |
81 | -.closer{ | |
82 | - margin-top: 10px; | |
44 … | +.link-box { | |
45 … | + max-width: 250px; | |
46 … | + text-align: center; | |
47 … | + margin: auto; | |
48 … | + margin-top: 35px; | |
49 … | + margin-bottom: 35px; | |
83 | 50 … | } |
84 | 51 … | |
85 | -.closing-remarks{ | |
86 | - margin-top: 60px; | |
87 | - margin-bottom: 60px; } | |
52 … | +.link-button { | |
53 … | + background-color: #015249; | |
54 … | + color: white; | |
55 … | + padding: 10px; | |
56 … | +} | |
88 | 57 … | |
58 … | +a.download { | |
59 … | + font-size: 1.4em; | |
60 … | + display: block; | |
61 … | +} | |
62 … | + | |
63 … | +.download { | |
64 … | + display: block; | |
65 … | +} | |
66 … | + | |
67 … | +.caption { | |
68 … | + font-size: 0.8em; | |
69 … | + margin-top: 1px; | |
70 … | + margin-bottom: 1px; | |
71 … | + font-style: italic; | |
72 … | +} | |
73 … | + | |
89 | 74 … | .platform { |
90 | 75 … | text-transform: capitalize; |
91 | 76 … | } |
Built with git-ssb-web