internal corporate restructuring
This commit is contained in:
parent
22251c3b2b
commit
6015db1f4f
37 changed files with 1207 additions and 348 deletions
48
src/css/me.css
Normal file
48
src/css/me.css
Normal file
|
@ -0,0 +1,48 @@
|
|||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue