-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
126 lines (122 loc) · 2.13 KB
/
main.css
File metadata and controls
126 lines (122 loc) · 2.13 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
*
{
box-sizing: border-box;
font-family: 'Playfair Display', serif;
padding: 0;
margin: 0;
background-color:white;
}
.header{
width: auto;
display: flex;
padding-top: 104px;
padding-left: 133px;
padding-right: 133px;
padding-bottom: 168px;
}
.main{
background-color: whitesmoke;
display: flex;
padding-top: 130px;
padding-left:170px;
padding-right: auto;
padding-bottom: 168px;
margin-top: 300px;
}
.header>h3, h4{
font-size: 23px;
line-height: 50px;
margin-bottom: 61px;
}
.delit{
width: 45px;
height: auto;
background-color: whitesmoke;
}
.strela{
padding: 10px;
}
.imgp>img{
right:9.4px;
position: relative;
height: 420px;
width: 410px;
opacity: 0.9;
}
.buy{
display: flex;
position: relative;
}
.buy>a{
display: block;
width: 278px;
height: 82px;
background-color: rgb(29, 27, 27);
color:#ffff;
text-decoration: none;
font-size: 32px;
line-height: 82px;
text-align: center;
}
.buy>p {
width: 278px;
height: 82px;
background-color:#ffff;
text-decoration: none;
font-size: 32px;
line-height: 82px;
text-align: center;
}
.buy2>p, a{
display: grid;
text-align: center;
}
@keyframes animka {
from{
line-height: 0px;
}
to{
line-height: 150px;
}
}
.intr{
animation-name:animka;
animation-delay: 0s;
animation-duration: 2.4s;
animation-timing-function: ease-in;
animation-iteration-count: infinite;
margin-top: 236px;
font-size: 100px;
text-align: center;
line-height: 113px;
}
.ftr{
text-align: center;
}
.buy2>a{
color:white;
display: block;
width: 278px;
height: 82px;
background-color: rgb(29, 27, 27);
text-decoration: none;
font-size: 32px;
line-height: 82px;
text-align: center;
}
.buy2>p{
align-items: center;
text-align: center;
display: flex;
width: 278px;
height: 82px;
background-color:#ffff;
text-decoration: none;
font-size: 32px;
line-height: 82px;
text-align: center;
}
.buy2{
width: 50%;
display: block;
}