-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (52 loc) · 1.07 KB
/
style.css
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
47
48
49
50
51
52
53
54
55
56
57
58
59
@font-face {font-family: LemonMilk; src: url("LemonMilkbold.otf")}
@font-face {font-family: IBMPlexSans-Regular; src: url("IBMPlexSans-Regular.ttf")}
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
overflow: hidden;
background-repeat: no-repeat;
background-attachment: fixed;
background-image: radial-gradient(circle closest-side,
#0085CC, #112D58, #141621);
}
img {
transform: scale(2.3);
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100px;
height: 100px;
background-repeat: no-repeat;
}
a {
border-radius: 60px;
background: white;
border: 20px solid white;
color: #0085CC;
padding: 20px;
width: 200px;
height: 150px;
text-decoration: none;
font-family: IBMPlexSans-Regular;
font-size: 35px;
}
#tagline {
padding-top: 200px;
text-align: center;
color: white;
font-size: 50px;
font-family: LemonMilk;
}
#footer {
text-align: center;
position:absolute;
bottom:30px;
width:100%;
height:150px;
}