-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
55 lines (50 loc) · 951 Bytes
/
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
@font-face { font-family: Terserah; font-weight: bold; src: url('font/Terserah.otf');}
@font-face { font-family: Gronzy; font-weight: bold; src: url('font/Gronzy.ttf');}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
body {
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}
h1 {
text-align: center;
color: black;
font-family: Terserah;
}
p {
text-align: center;
font-family: Gronzy;
font-size: 35px;
}
.button {
background: rgba(9,9,121,1);
flex-basis: 40%;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
margin: 0 auto;
}
.button img
{
width: 100px;
height: 100px;
}
.button p
{
font-size: 20px;
padding-left: 20px;
}
.avatar
{
width: 10%;
border-radius: 50%;
align-content: center;
display: block;
margin-left: auto;
margin-right: auto;
}