head
CSS
/*
Template T-03 Space Travel
By Jumble Fun
Site URL https://alicex.jp/kenz/
*/
* {
font-size:13px;
font-weight:600;
font-family:'Train One';
box-sizing:border-box;
margin:0;
padding:0;
}
body {
background-color:black;
background-image:
url('../body.animation.gif');
background-repeat:no-repeat;
background-position:110% 107%;
background-size:50%;
scroll-behavior:smooth;
}
a {
color:aliceblue;
text-decoration:none;
}
main {
padding:100px 50px;
}
div.container {
line-height:180%;
white-space:pre-line;
}
div.container a:before {
content:"\f7c0";
font-family:'Font Awesome 5 Free';
margin-right:8px;
}
footer {
position:absolute;
bottom:10px;
left:10px;
}
body