-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (52 loc) · 876 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
56
57
58
59
60
61
62
63
64
body {
margin: 0;
padding: 0;
background-color: #f8efdb;
}
.container {
margin: auto;
margin-top: 200px;
width: 70%;
}
.wrap {
background-color: white;
padding: 30px;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
width: 90%;
margin-left: 50px;
}
h1 {
font-family: 'Rampart One', cursive;
font-weight: bold;
font-size: 4em;
}
input {
height: 50px;
}
button {
width: 100%;
}
#buttonLogin {
background-color: #afe989;
}
#buttonLogin:hover {
background-color: #8be251;
}
#buttonCreate {
background-color: #afe989;
}
#buttonCreate:hover {
background-color: #8be251;
}
.akunBaru {
text-decoration: none;
color: black;
}
.akunBaru:hover {
color: rgb(16, 113, 248);
}
.keterangan {
font-family: 'Times New Roman', Times, serif;
font-size: 1.4em;
}