-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
168 lines (153 loc) · 2.55 KB
/
style.css
File metadata and controls
168 lines (153 loc) · 2.55 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
html,body{
padding: 0;
margin: 0;
width: 100vw;
height: 100vh;
overflow-x: hidden;
font-family: Inter,sans-serif;
background-color: #212b2d;
}
.header{
background-color:#37565b;
height: 165px;
width: 100%;
padding: 50px 90px;
color: white;
}
.nav-section{
background-color: #333d3f;
width: 100%;
color: white;
text-decoration: none;
}
.main-nav{
display: flex;
align-items: baseline;
list-style: none;
font-size: 18px;
margin: 0;
padding: 20px;
}
.nav li{
margin-left: auto;
margin-right: auto;
text-decoration: none;
}
.nav a{
color: white;
text-decoration: none;
}
nav ul {
display: flex;
justify-content: space-between;
background-color: #444;
padding: 10px;
text-decoration: none;
}
main{
display: grid;
grid-template-columns: 25% 75%;
padding: 30px;
margin: 0px 30px;
border-bottom: 1px solid white;
}
.sidebar{
display: flex;
flex-direction: column;
gap: 10px;
}
.Menu_paragraph{
color: white;
margin: 0px;
}
.Menu_paragraph h2{
padding-left: 15px;
margin: 0;
}
.Menu_paragraph ul{
padding: 28px;
}
.Menu_paragraph li{
text-decoration: underline;
margin: 0;
padding: 8px 0px;
}
.Block_paragraph {
padding: 20px 50px 40px 0px;
color: white;
margin: 0;
line-height: 1.5;
}
.Block_paragraph h2{
padding: 15px;
}
.flex-template{
display: flex;
width: 100%;
}
.gallery{
color: white;
margin: 0;
line-height: 1.8;
margin-bottom: 80px;
}
.gallery h1{
border-bottom: 1px solid white;
margin: 0;
padding: 10px 0px;
}
.read-more{
padding: 15px 15px;
border: 0;
background-color: #96abaf;
color: black;
font-weight: bold;
display: block;
}
.subscription{
color: white;
line-height: 1.5;
width: fit-content;
padding-right: 20px;
}
.subscription p {
margin: 40px 0px;
}
.Other_services{
color: white;
line-height: 1.5;
width: fit-content;
padding-left: 20px;
border-left: 1px solid white;
}
.Other_services p {
margin: 35px 0px;
}
.footer{
width: 100%;
height: 50px;
display: flex;
justify-content: center;
padding: 40px;
color: white;
line-height: 1.5;
margin-right: 95px;
}
.image {
width: 100%;
height: 100%;
display: flex;
}
.first_block{
border-width: 1px;
border-style: ridge;
width: 1000px;
height: 360px;
margin-left: 15%0;
margin-top: 20 px;
}
form{
text-align: center;
color: white;
margin-bottom: 75px;
}