-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
34 lines (31 loc) · 730 Bytes
/
style.css
File metadata and controls
34 lines (31 loc) · 730 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
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@media(max-width: 575px){
.spotify {
width: 400px;
}
}
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: black;
color: white;
font-family: "Work Sans", sans-serif;
margin: 0;
width: 100vw;
height: 100vh;
gap: 10px;
}
.spotify {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #090909;
height: 250px;
width: 550px;
border-radius: 8px;
padding: 15px;
outline: 1.5px solid #252525;
}