head

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Train+One:wght@400;700&display=swap"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"> <style> CSS </style>

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

<div class="contain"> <main> <div class="container"> <a href="">Content</a> <a href="">Content</a> <a href="">Content</a> </div> </main> </div>