-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
50 lines (43 loc) · 817 Bytes
/
main.css
File metadata and controls
50 lines (43 loc) · 817 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
47
48
49
50
body{
font-family: sans-serif;
background: rgb(27, 255, 217);
}
h1{
text-align: center;
font-weight: 300;
}
.tulisan_login{
text-align: center;
text-transform: uppercase;
color: rgb(110, 107, 107);
}
.kotak_login{
width: 350px;
background: gray;
margin: 50px auto;
padding: 30px 20px;
}
.form_login{
box-sizing: border-box;
width: 100%;
padding: 10px;
font-size: 11pt;
margin-bottom: 20px;
color: white;
}
.tombol_login{
background: #46de4b;
color: white;
font-size: 11pt;
width: 80%;
border: none;
border-radius: 3px;
padding: 10px 20px;
margin-top: 20px;
}
.link{
color: #232323;
text-decoration: none;
font-size: 11pt;
padding-top: 10%;
}