26 lines
500 B
Sass
26 lines
500 B
Sass
.center
|
|
position: absolute
|
|
text-align: center
|
|
left: 50%
|
|
top: 50%
|
|
transform: translate(-50%, -50%)
|
|
|
|
.avatar
|
|
border-radius: 50%
|
|
|
|
.name
|
|
letter-spacing: 15px
|
|
font-family: "Helvetica Bold"
|
|
margin-bottom: 0
|
|
|
|
// font-kerning: 300px
|
|
.pronunciation
|
|
margin-top: 0
|
|
font-family: "Helvetica Light"
|
|
|
|
.info
|
|
font-family: "Helvetica Regular"
|
|
.link
|
|
// letter-spacing: 10px
|
|
&:hover
|
|
text-decoration: underline
|