-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
62 lines (53 loc) · 912 Bytes
/
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
body {
margin: 0;
background: lightgray;
}
:root {
--main-color: rgb(231, 111, 13);
}
.bg {
text-align: center;
padding: 10px;
height: 100vh;
background-size: cover;
box-sizing: border-box;
filter: blur(5px);
}
.bg-text {
color: var(--main-color);
font-weight: bold;
border: 4px solid #f1f1f1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
width: 80%;
padding: 20px;
text-align: center;
font-family: 'Orelega One', cursive;
}
.custom-section {
padding-top: 50px;
}
.cb {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.card-text {
font-family: 'Titillium Web', sans-serif;
}
footer {
background: black;
padding: 20px 0;
color: var(--main-color);
margin-top: 40px;
}
.home {
background-image: url("./imges/Fondo_Porfolio.jpg");
}
#qr{
margin-left: 35px;
}