Updated layout

This commit is contained in:
Robert 2020-09-27 03:07:05 +02:00
parent fd1c493e91
commit 9172ffb41a
2 changed files with 49 additions and 5 deletions

View file

@ -13,9 +13,54 @@
<script src="orbitals/rendering.js" defer></script>
<style>
body
{
background-color: black;
color: white;
font-family: "Arial";
}
h1
{
margin-top: 100px;
font-family: "Trebuchet MS";
}
p
{
margin-right: 100px;
text-align: justify;
}
a
{
text-decoration: none;
}
i
{
font-family: Georgia, 'Times New Roman', Times, serif;
}
button
{
width: 100px;
height: 50px;
background-color: rgb(57, 135, 224);
color: white;
border: 0px;
font-weight: bold;
}
button:hover
{
background-color: rgb(33, 110, 199);
}
#screen
{
border: 1px solid red;
height: 95vh;
width: 95vh;
}
</style>
</head>