forked from nin0/website
48 lines
816 B
CSS
48 lines
816 B
CSS
.me-container {
|
|
display: flex;
|
|
h3 {
|
|
color: #89b4fa;
|
|
font-weight: 400;
|
|
font-size: 2rem;
|
|
margin-left: 20px;
|
|
margin-top: auto;
|
|
margin-bottom: auto;
|
|
}
|
|
img {
|
|
width: 80px;
|
|
height: 80px;
|
|
border-radius: 6px;
|
|
box-shadow: 10px black;
|
|
border-style: solid;
|
|
border-width: 2px;
|
|
}
|
|
}
|
|
.spotify-card {
|
|
h3 {
|
|
margin: 13px 0;
|
|
}
|
|
.prefix {
|
|
color: #a6adc8 !important;
|
|
}
|
|
.spotify-card-background {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: -1;
|
|
border-radius: 15px;
|
|
filter: brightness(0.3) blur(8px);
|
|
background-size: cover;
|
|
background-position: center;
|
|
overflow: hidden;
|
|
}
|
|
position: relative;
|
|
background-color: transparent;
|
|
padding: 5px 15px;
|
|
margin-top: 15px;
|
|
border-radius: 15px;
|
|
border: 2px solid #cdd6f4;
|
|
z-index: 0;
|
|
overflow: hidden;
|
|
}
|