-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathly2.css
More file actions
57 lines (47 loc) · 763 Bytes
/
ly2.css
File metadata and controls
57 lines (47 loc) · 763 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
57
body {
margin: 0;
padding: 40px 100px 100px 100px;
background: rgb(52, 33, 70);
}
div {
margin: 10px;
}
.text-center {
text-align: center;
}
.nav-item {
flex: 1;
}
.navbar {
display: flex;
background: rgb(127, 98, 133);
padding: 20px;
}
.header {
background: rgb(131, 105, 136);
padding: 100px;
}
.introArea {
background: rgb(137, 111, 143);
padding: 85px;
}
.dock {
display: flex;
padding-top: 1rem;
padding-bottom: 1rem;
;
column-gap: 2rem;
flex-flow: wrap;
}
.box {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
height: 800px;
background: rgb(121, 101, 124);
}
.footer {
background: rgb(106, 90, 110);
padding: 30px;
}