-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
96 lines (93 loc) · 1.69 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
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
body {
/* height: 3000px; */
height: 100%;
background-color: rgb(78, 78, 78);
}
.p-0 {
padding: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
height: 50px;
width: 50px;
}
.mt-10 {
margin-top: 50px !important;
}
.ml-10 {
margin-left: 50px;
}
.fon3d {
background-image: url(img/3d.jpg);
}
#needTop {
opacity: 0.85;
width: 89%;
height: 0;
/* border-left: 50px solid transparent; */
border-right: 190px solid transparent; /* Ширина элемента */
border-top: 160px solid red; /* Высота элемента */
}
#needWall {
/* text-align: right; */
right: 15px;
opacity: 0.85;
width: 200px;
height: 0;
border-left: 140px solid transparent;
border-bottom: 140px solid red;
}
#needWall:after {
content: "";
display: inline-block;
position: absolute;
right: 0px;
bottom: -320px;
border-width: 0;
background: red;
width: 200px;
height: 160px;
/* transform: rotate(45deg); */
}
.colorch {
min-width: 50px;
width: 100%;
height: 30px;
}
.p-big {
/* font-size: 4vw; */
font-size: 3vw;
/* font-size: 4vh; */
color: white;
}
.p-md {
font-size: calc(5px + 2vw);
/* font-size: 3vw; */
color: rgb(7, 7, 7);
/* margin-top: 2px; */
}
.g {
flex-flow: row wrap;
border: 1px solid red;
height: 100%;
}
.mycol {
width: 100%;
}
@media (min-width: 1200px) {
.mycol {
width: 1200px;
}
}
.test {
border: 1px solid red;
}
.vizitka {
height: 50vw;
min-height: 50vh;
max-height: 100vh;
}
.heig1 {
height: 25vw;
min-height: 25vh;
max-height: 50vh;
}