Link
This commit is contained in:
parent
41670b4517
commit
66fb068fa5
3 changed files with 55 additions and 33 deletions
|
|
@ -27,8 +27,9 @@ body {
|
|||
width: 120px;
|
||||
height: 120px;
|
||||
background: #D66C00;
|
||||
border-radius: 60px;
|
||||
border-radius: 80px;
|
||||
display: block;
|
||||
border: 3px solid #1a1c1c;
|
||||
}
|
||||
|
||||
.items > li a:hover {
|
||||
|
|
@ -37,8 +38,10 @@ body {
|
|||
}
|
||||
|
||||
.items > li.face-up a {
|
||||
background-size: cover;
|
||||
background-color: #ed8112;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.fullview {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue