-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
56 lines (56 loc) · 1.18 KB
/
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
.slider-block{
transition: 0.3s ease-in-out;
width: 90vw;
max-width: 1200px;
margin: 45px auto;
border-radius: 15px;
overflow: hidden;
height: 700px;
box-shadow: 0px 0px 5px gray;;
}
.slader-a{
transition: 0.3s ease-in-out;
display: block;
width: 90vw;
max-width: 1200px;
height: 700px;
border-radius: 15px;
border: 1px solid;
position: absolute;
overflow: hidden;
opacity: 1;
}
.slider-table{
width: 90vw;
max-width: 1200px;
height: 700px;
text-align: center;
font-family: "Comfortaa", cursive;
font-size: 60px;
color: #fff;
background-image: url(img/img-1.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.slider-table tr td{
background: rgb(0,0,0,0.5);
}
.header-logo{
width: 90vw;
max-width: 1200px;
margin: 10px auto 0px auto;
}
.header-logo img{
display: block;
margin: 0px auto 0px auto;
}
.header-table{
width: 90vw;
height: 70px;
max-width: 1200px;
}
.header-td-text{
font-family: "Comfortaa";
text-align: center;
}