forked from icaroharry/cambio-da-casa-do-milho
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (56 loc) · 1.15 KB
/
style.css
File metadata and controls
64 lines (56 loc) · 1.15 KB
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 {
display: flex;
flex-direction: column;
align-items: center;
background: url('./assets/layout_facebook_150421_1-1.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#currency-list {
text-align: center;
list-style-type: none;
background: white;
padding: 0;
width: 300px;
}
li {
padding: 10px 0;
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
li:nth-child(even) {
background: yellow;
}
.header {
width: 100%;
text-align: center;
}
.main-section {
padding: 20px;
display: flex;
flex-direction: column;
font-weight: 800;
text-align: center;
}
.main-section label {
background-color: #65d9fe;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.main-section input {
height: 30px;
border: none;
border-radius: 3px;
margin: 10px 0;
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.main-section button {
border: none;
border-radius: 3px;
height: 30px;
background-color: rgb(255, 255, 15);
font-weight: 800;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}