first commit
commit
1fbe6d6b12
Binary file not shown.
Binary file not shown.
@ -0,0 +1,60 @@
|
|||||||
|
@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: 50%;
|
||||||
|
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{
|
||||||
|
position: absolute;
|
||||||
|
top: 32%;
|
||||||
|
/* animation: infinite linear maskMove 10s; */
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue