-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFooter.css
More file actions
105 lines (104 loc) · 2.21 KB
/
Footer.css
File metadata and controls
105 lines (104 loc) · 2.21 KB
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
.container{
background-image:url("./assets/img/Footer.jpg");
font-size: 20px;
color: rgb(255, 255, 255);
}
a{
text-decoration: none;
}
.no_markers{
list-style-type:none;
}
.centerblock{
background-image: url("./assets/img/main_fon.jpg");
}
.flex_container_mein{
display: flex;
flex-wrap: wrap;
justify-content:center ;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.flex_up{
display: flex;
flex-direction: row;
justify-content: space-around;
}
.main_1{
background-image:url("./assets/img/Main_1.jpeg");
background-size: 100%;
background-repeat: no-repeat;
margin: 10px;
font-size: 20px;
height: 200px;
min-width: 300px;
max-width: 300px;
}
.main_2{
background-image: url("./assets/img/main_2.jpg");
background-size: 110%;
background-repeat: no-repeat;
margin: 10px;
font-size: 30px;
height: 200px;
min-width: 300px;
max-width: 300px;
}
.main_3{
background-image: url("./assets/img/main_3.jpg");
background-size: 100%;
background-repeat: no-repeat;
margin: 10px;
font-size: 30px;
height: 200px;
min-width: 300px;
max-width: 300px;
}
.flex_bottom{
display: flex;
}
.main_4{
background-image: url("./assets/img/main_4.jpeg");
background-size: 110%;
background-repeat: no-repeat;
margin: 10px;
font-size: 30px;
height: 200px;
min-width: 300px;
max-width: 300px;
}
.main_5{
background-image: url("./assets/img/main_5.jpg");
background-size: 100%;
background-repeat: no-repeat;
margin: 10px;
font-size: 30px;
height: 200px;
min-width: 300px;
max-width: 300px;
}
.main_6{
background-image: url("./assets/img/main_6.jpg");
background-size: 100%;
background-repeat: no-repeat;
margin: 10px;
font-size: 30px;
height: 200px;
min-width: 300px;
max-width: 300px;
}
.flex_container_footer{
display: flex;
justify-content: space-around;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.call_back{
font-size: 25px;
background-image: url("./assets/img/Footer_call_back.jpg");
padding: 0px 20px 5px 20px;
}
.footer_a_color{
color: blanchedalmond;
}
.footer_a_color:hover{
color: red;
}