-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (74 loc) · 1.2 KB
/
style.css
File metadata and controls
76 lines (74 loc) · 1.2 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
65
66
67
68
69
70
71
72
73
74
75
76
h2 {
color: #fcffeb;
margin: auto;
font-family: Arvo;
}
body {
font-family: Arvo;
/* align-items: center;
justify-content: center; */
background: linear-gradient(90deg, #283044 50%, #78a1bb 50%);
}
button {
font-family: Arvo;
color: black;
padding: 3px 4px 3px 4px;
background-color: #fcffeb;
border-radius: 4px;
border: 0;
transition-duration: 0.4s;
/* margin: auto; */
/* width: auto; */
}
button:hover {
background-color: #846C5B;
color: #fcffeb;
}
span {
font-size: 75%;
}
span.inline{
font-size: 110%;
}
input {
background-color: #fcffeb;
border: 0;
border-radius: 4px;
}
select {
background-color: #fcffeb;
border: 0;
border-radius: 4px;
width: 50px;
}
#logoFea {
position: absolute;
bottom: 0;
right: 0;
width: 300px;
height: auto;
}
div {
margin: 10px auto;
color: #fcffeb;
/* display: flex; */
}
/* input {
display: flex;
} */
.montante {
color: #fcffeb;
}
/* .center {
text-align: center;
width: 50%;
} */
/* #78a1bb #e7efc5*/
/* CSS grid layout */
.grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.serie {
margin-left: 10px;
}