minor css cleanups

This commit is contained in:
Nye Evans 2022-04-29 10:56:24 +01:00
parent 1f18b3597c
commit 5aadd002e6
3 changed files with 5 additions and 3 deletions

View file

@ -20,5 +20,5 @@ h2{
} }
body{ body{
margin: 3vw; margin: 20vw;
} }

View file

@ -10,7 +10,8 @@ body{
color: #ffd256; color: #ffd256;
font-family: "roboto"; font-family: "roboto";
background-color: #181818; background-color: #181818;
margin-left: 10vw;
margin-right: 10vw;
} }
h1{ h1{
@ -32,6 +33,7 @@ a:link, a:visited{
font-size: 1vw; font-size: 1vw;
margin-top: 3vh; margin-top: 3vh;
padding: 2.5vh; padding: 2.5vh;
} }

View file

@ -13,7 +13,7 @@
</h1> </h1>
<div class = "textBox"> <div class = "textBox">
<h2>What it is</h2> <h2>What it is</h2>
This project was completed for my Extended Project Equalification (also knows as EPQ). During the EPQ, a student will pick a subject of their choice, research it and then either write a paper or create a piece of media This project was completed for my Extended Project Equalification (also known as EPQ). During the EPQ, a student will pick a subject of their choice, research it and then either write a paper or create a piece of media
(an "artefact") based on what they have learnt. For my subject I originally chose physics simulation as at the time I lacked confidence in maths and wanted to force myself to relearn and become more comfortable with it. (an "artefact") based on what they have learnt. For my subject I originally chose physics simulation as at the time I lacked confidence in maths and wanted to force myself to relearn and become more comfortable with it.
The idea of combining VR with this later came about in an attempt to make the project more modern so more primary research and testing could be done.<br><br> The idea of combining VR with this later came about in an attempt to make the project more modern so more primary research and testing could be done.<br><br>