-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
115 lines (105 loc) · 2.29 KB
/
main.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body{
margin: 0 auto;
margin-top: 2rem;
text-align: center;
display: flex;
justify-content: center;
}
#foto {
position: absolute;
top: 20px;
left: 80px;
display: flex;
}
.container {
position: relative;
column-count: 3;
}
img {
position: absolute;
top: 20px;
left: 40px;
}
h1 {
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
font-size: 20px;
padding: 15px 10px;
text-align: center;
text-transform: uppercase;
text-rendering: optimizeLegibility;
color: rgb(251, 250, 250);
background-color: #819ced;
letter-spacing: .05em;
}
h2 {
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
padding: 15px 10px;
text-align: center;
text-transform: uppercase;
text-rendering: optimizeLegibility;
color: rgb(251, 250, 250);
background-color: #819ced;
letter-spacing: .05em;
}
.styleincexp {
font-style: italic;
font-size: 20px;
padding: 15px 10px;
}
.budget__value {
font-weight: 300;
font-size: 46px;
text-align: center;
margin-bottom: 25px;
letter-spacing: 2px;
}
.css-button-arrow--yellow {
min-width: 130px;
height: 40px;
color: #fff;
padding: 5px 10px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
display: inline-block;
outline: none;
overflow: hidden;
border-radius: 5px;
border: none;
background-color: #ffc766
}
.css-button-arrow--yellow:hover {
border-radius: 5px;
padding-right: 24px;
padding-left:8px;
}
.css-button-arrow--yellow:hover:after {
opacity: 1;
right: 10px;
}
.css-button-arrow--yellow:after {
content: "\00BB";
position: absolute;
opacity: 0;
font-size: 20px;
line-height: 40px;
top: 0;
right: -20px;
transition: 0.5s;
}
.styleInEx {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
text-align: center;
padding: 1rem;
border: solid 1px lightgrey;
margin: 0 3rem;
box-shadow: 0px 0px 3px 1px lightgray;
}
label {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}