-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathstyle.css
More file actions
34 lines (31 loc) · 639 Bytes
/
style.css
File metadata and controls
34 lines (31 loc) · 639 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
body {
margin: 25px;
padding: 10px;
display: flex;
flex-direction: column;
align-items: center;
}
#search_bar {
border-radius: 25px;
border: 5px solid blue;
display: flex;
flex-direction: row;
gap: 50px;
padding: 10px;
width: 600px;
align-items: center;
margin-bottom: 50px;
}
#my_card {
background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
display: flex;
flex-direction: column;
align-items: center;
padding: 25px;
}
#stickers_div {
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
}