-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathly4.css
More file actions
62 lines (51 loc) · 907 Bytes
/
ly4.css
File metadata and controls
62 lines (51 loc) · 907 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
58
59
60
61
62
body {
margin: 0;
background: rgb(165, 226, 228);
}
.nav {
height: 90px;
background: rgb(38, 60, 73);
}
.skeleton-text {
height: 32px;
width: 100%;
background: rgb(115, 153, 184);
}
.skeleton-text-bold {
background: rgb(53, 95, 134);
height: 25px;
width: 100%;
}
.skeleton-image {
height: 330px;
width: 100%;
background: rgb(76, 113, 129);
}
.skeleton-image-light {
margin-top: 20px;
height: 150px;
width: 100%;
background: rgb(57, 80, 95);
}
.skeleton-image-small {
width: 100%;
height: 100%;
background: rgb(77, 98, 122);
}
.container {
padding: 50px 180px 50px 180px;
}
.flex {
display: flex;
justify-content: center;
column-gap: 1.5rem;
row-gap: 1.5rem;
}
.box-border {
height: 100%;
border: 3px solid rgb(48, 60, 94);
}
.footer {
background: rgb(42, 63, 77);
padding: 20px;
}