-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathly1.css
More file actions
56 lines (46 loc) · 737 Bytes
/
ly1.css
File metadata and controls
56 lines (46 loc) · 737 Bytes
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
body {
margin: 0;
display: flex;
justify-content: center;
}
.container {
padding: 10px 200px 10px 200px;
width: 100%;
background: rgb(62, 99, 68);
}
.logo {
padding: 50px 20px 15px 20px;
}
.navbar {
text-align: center;
padding: 20px 20px 15px 20px;
}
.header {
display: flex;
align-items: center;
justify-content: center;
height: 190px;
}
.flexnaja {
display: flex;
}
.sidebar {
display: block;
flex: 0.7;
column-gap: 3;
height: 500px;
}
.content {
display: block;
flex: 2;
column-gap: 3;
height: 500px;
}
.gray-color {
background: rgb(131, 163, 147) !important;
margin: 5px;
}
.footer {
text-align: center;
height: 75px;
}