Album CSS and link to Spotify
This commit is contained in:
parent
d581d87f89
commit
3b057fa31d
4 changed files with 40 additions and 23 deletions
|
@ -2,7 +2,6 @@
|
|||
border: solid thin #b6b6b6;
|
||||
width: 12em;
|
||||
height: 18.5em;
|
||||
cursor: pointer;
|
||||
|
||||
.picture {
|
||||
border-bottom: solid thin #b6b6b6;
|
||||
|
@ -35,12 +34,28 @@
|
|||
}
|
||||
}
|
||||
|
||||
p {
|
||||
p, li {
|
||||
font-size: 0.7rem;
|
||||
color: #787878;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.artists {
|
||||
display: grid;
|
||||
max-height: 36px;
|
||||
|
||||
ul {
|
||||
width: 100%;
|
||||
|
||||
li {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.top {
|
||||
padding: 10px;
|
||||
}
|
||||
|
@ -51,10 +66,13 @@
|
|||
bottom: 25px;
|
||||
}
|
||||
|
||||
button {
|
||||
a {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
height: 2.5em;
|
||||
text-align: center;
|
||||
padding: 7px 0;
|
||||
text-decoration: none;
|
||||
font-size: 9pt;
|
||||
width: 100%;
|
||||
color: #868686;
|
||||
background: #f1f1f1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue