home: css cleanup
This commit is contained in:
+11
-11
@@ -10,26 +10,26 @@
|
||||
<link rel="icon" type="image/png" href="assets/logo_icon.png" />
|
||||
</head>
|
||||
<body>
|
||||
<img src="assets/logo.png" class="img" />
|
||||
<img src="assets/logo.png" class="logo" />
|
||||
<div class="flex flex-col gap-8 mt-4 max-w-md">
|
||||
<p>here you can learn some things</p>
|
||||
<p class="font-light">here you can learn some things</p>
|
||||
<div class="flex flex-col gap-2">
|
||||
<h2 class="big heavier">terms</h2>
|
||||
<h2 class="font-heavy big">terms</h2>
|
||||
<ul>
|
||||
<li>the fitnessgram pacer test is a multistage aerobic capacity test</li>
|
||||
<li>that progressively gets more difficult as it continues. the 20 meter pacer test</li>
|
||||
<li>will begin in 30 seconds. line up at the start. the running speed starts slowly,</li>
|
||||
<li class="font-light">the fitnessgram pacer test is a multistage aerobic capacity test</li>
|
||||
<li class="font-light">that progressively gets more difficult as it continues. the 20 meter pacer test</li>
|
||||
<li class="font-light">will begin in 30 seconds. line up at the start. the running speed starts slowly,</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex flex-col gap-2">
|
||||
<h2 class="big heavier">privacy</h2>
|
||||
<h2 class="font-heavy big">privacy</h2>
|
||||
<ul>
|
||||
<li>but gets faster each minute after you hear this signal *boop*. a single lap should be completed</li>
|
||||
<li>each time you hear this sound *ding*. remember to run in a straight line, and run as long as possible.</li>
|
||||
<li>the second time you fail to complete a lap before the sound, your test is over. the test will begin on the word start. on your mark, get ready, start.</li>
|
||||
<li class="font-light">but gets faster each minute after you hear this signal *boop*. a single lap should be completed</li>
|
||||
<li class="font-light">each time you hear this sound *ding*. remember to run in a straight line, and run as long as possible.</li>
|
||||
<li class="font-light">the second time you fail to complete a lap before the sound, your test is over. the test will begin on the word start. on your mark, get ready, start.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a href="##" onclick="history.go(-1)" class="self-start pop heavy">← back</a>
|
||||
<a href="##" onclick="history.go(-1)" class="self-start font-normal pop">← back</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user