-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtampil-anggota.css
61 lines (52 loc) · 1.21 KB
/
tampil-anggota.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
60
61
body {
font-family: "Fira Code", -apple-system, sans-serif;
font-size: 18px;
}
.container {
height: 550px;
background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
border-radius: 20px;
margin: 34px auto 0 auto;
padding: 50px;
width: 600px;
}
#back {
color: black;
width: 100%;
display: inline-block;
text-decoration: none;
}
#data {
width: 100%;
height: 350px;
margin-bottom: 20px;
}
#line-under-title {
margin-bottom: 10px;
}
#reset:hover {
background-image: radial-gradient(circle 400px at 6.8% 8.3%, rgba(255, 244, 169, 1) 0%, rgba(255, 244, 234, 1) 100.2%);
}
#submit {
margin: 10px 0;
transition: all 0.5s;
}
#submit:hover {
background-image: radial-gradient(circle 400px at 6.8% 8.3%, rgba(255, 244, 169, 1) 0%, rgba(255, 244, 234, 1) 100.2%);
}
#title {
font-size: 60px;
font-weight: 540;
}
button {
font-size: 20px;
font-weight: 100;
background-image: linear-gradient(white, lemonchiffon);
display: inline-block;
width: 100%;
text-align: center;
margin: 0 auto;
padding: 10px;
border: 1px solid white;
border-radius: 10px;
}