-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
51 lines (41 loc) · 1010 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
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
/* import cool bold font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
html {
/* bacground image always cover whole site */
background: url(bg.webp) no-repeat fixed;
height: 100%;
width: 100%;
background-size: cover;
}
h1 {
padding-top: 4%;
font-size: 5em;
font-family: 'Courgette', sans-serif !important;
}
.card {
background: rgba(230,230,230, 0.4);
backdrop-filter: blur(3px) ;
padding: 0;
}
.mail {
margin: 3%;
}
.card-title {
font-size: 2em;
font-family: 'Montserrat', sans-serif !important;
}
.modal, .modal-footer {
background: rgba(230,230,230, 0.8) !important;
backdrop-filter: blur(123px) ;
}
.divider {
margin-top: 2%;
margin-bottom: 2%;
}
.title {
background-image: url(img/tabliczka.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}