You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
971 B
CSS

@font-face {
font-family: 'inter';
src: url(Inter-Thin.otf);
}
@font-face {
font-family: 'kind';
src: url(KindRegards.otf);
}
body, html{
width: 100%;
height: 100%;
text-align: center;
font-family: 'inter';
margin: 0;
padding: 0;
}
img{
width: 200px;
border-radius: 20%;
}
.due{
width: 15%;
}
h1{
font-family: 'kind';
font-size: 4rem;
margin-bottom: 0;
}
p{
margin: 1rem;
}
.animaz{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
@keyframes maskMove {
from{
left: 0;
} to{
left: 100vw;
}
}
.mask{
width: 100px;
}
.maskContainer{
display: flex;
align-items: center;
margin-top: 2rem;
}
button{
background: none;
border-radius: 25%;
border: solid .2px black;
padding: .5rem 1rem;
margin-bottom: 1rem;
font-family: 'inter';
}
.uno{
scale: 1.55
}
.quattro{
scale: 1.2
}