-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
93 lines (82 loc) · 1.53 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
body {
margin: 0px 0 0;
padding: 50px;
font-family: 'Source Sans Pro', sans-serif;
display: flex;
justify-content: center;
align-items: center;
}
.container {
padding: 0;
margin: auto;
display: grid;
margin: 5px 15px;
gap: 20px;
width: 100%;
box-shadow: 0 10px 10px rgba(0,0,0,.1);
/* text-align: center; */
}
.nav{
text-align: center;
}
.nav a{
font-family: sans-serif;
text-decoration:none;
}
.btn{
font-size: 1em;
background: blue;
color: white;
border: white 0.2rem solid;
border-radius: 0.5rem;
padding: 0.8rem 35rem;
box-shadow: 0 10px 10px rgba(0,0,0,.1);
margin-top: 1rem;
}
.tiga img{
display: block;
margin-left: auto;
margin-right: auto;
}
.isi{
background: rgb(0, 134, 123);
color: white;
border: white 1.2rem solid;
border-radius: 0.5rem;
padding: 0.8rem 20rem;
margin-top: 1rem;
}
.rumusS{
text-align: center;
}
.pengertian{
margin-left: 25px;
}
h1{
text-align: center;
}
.input{
text-align: center;
}
.button{
font-size: 1em;
background: blue;
color: white;
border: white 0.2rem solid;
border-radius: 0.5rem;
padding: 0rem 3rem;
box-shadow: 0 10px 10px rgba(0,0,0,.1);
margin-top: 1rem;
text-align: center;
}
.center{
display: flex;
justify-content: center;
align-items: center;
color: blue;
}
.jg img{
display: block;
margin-left: auto;
margin-right: auto;
}