Implemented anime characters
This commit is contained in:
25
pages/anime/character.scarlet
Normal file
25
pages/anime/character.scarlet
Normal file
@ -0,0 +1,25 @@
|
||||
.characters
|
||||
horizontal-wrap
|
||||
|
||||
.character
|
||||
vertical
|
||||
align-items center
|
||||
margin 0.5rem
|
||||
|
||||
:hover
|
||||
.character-name
|
||||
opacity 1
|
||||
|
||||
.character-image
|
||||
border-radius 3px
|
||||
object-fit cover
|
||||
|
||||
.character-name
|
||||
font-size 0.8rem
|
||||
color text-color
|
||||
opacity 0.5
|
||||
default-transition
|
||||
|
||||
.character-image
|
||||
width 112px
|
||||
height 175px
|
Reference in New Issue
Block a user