-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (42 loc) · 832 Bytes
/
style.css
File metadata and controls
47 lines (42 loc) · 832 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
*{
padding: 10px;
}
.logo-container{
height: 100px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.logo{
height: 83px;
background: #081921;
border-radius: 20px;
}
.container{
display: flex;
overflow-y: scroll;
height: 434px;
/* width: 1024px; */
overflow-y: scroll;
background: #081921;
padding: 2%;
border-radius: 80px;
box-shadow: 0 4px 8px 0 #00ffff, 0 6px 20px 0 rgb(0 0 0 / 19%);
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.container-img{
display: flex;
/* flex-direction: row; */
flex-wrap: wrap;
align-content: center;
justify-content: center;
}
.image{
height: 200px;
width: 200px;
margin: 50px;
box-shadow: 5px 5px 15px #000000;
}