-
Notifications
You must be signed in to change notification settings - Fork 1
/
styleschedule.css
55 lines (46 loc) · 887 Bytes
/
styleschedule.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
@font-face {
font-family: AdamWarren;
src: url(./adamwarrenpro.ttf);
}
.navbar{
background-image: url(./navbar.png);
}
.nav-logo{
max-width: 150px;
}
.navigation-tab{
color: white;
font-family: AdamWarren;
}
body{
margin: 0;
background-image: url(./fundalsite3.png);
background-size: cover;
background-repeat: no-repeat;
background-position:initial;
/* background-attachment: fixed; */
min-height: 100vh;
}
.footer1{
background-image: url("./div.framer-u5253.png");
background-size: cover;
background-position: center;
}
.logo-section{
justify-content: center;
align-items: center;
}
.footer-img{
max-width: 125px;
}
.footer-logo{
max-width: 50px;
}
@media screen and (max-width: 767.98px) {
body{
background-attachment: fixed;
}
.footer1{
margin-top: 50vh;
}
}