-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.css
More file actions
46 lines (42 loc) · 889 Bytes
/
main.css
File metadata and controls
46 lines (42 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
body {
background: #f1f1f2;
box-shadow: inset 0 0 10em 2em #bcbcc1;
display: block;
margin: 0;
height: 100vh;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #404041; }
h1, svg {
position: absolute;
width: 250px;
top: 40%;
left: 50%; }
h1 {
margin: 50px 0 0 -125px;
height: 287.5px;
font-family: sans-serif;
font-size: 30px;
letter-spacing: 6px;
line-height: 287.5px;
text-align: center;
z-index: 100; }
svg {
margin: -143.75px 0 0 -125px; }
svg #shape polygon {
fill: #404041;
opacity: 0;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease; }
svg #shape polygon.active {
opacity: 1; }
svg > polygon {
fill: #d7d7d9; }
.pinklighting {
position: absolute;
bottom: 1em;
left: 1.8em;
right: 1.8em;
text-align: left;