basic formatting

added orange backgrounds to textboxes and started adding more to the sites layout.
This commit is contained in:
WillowRo 2020-12-17 22:00:58 +00:00
parent 58d18c26f9
commit 89e39ca2c9
2 changed files with 18 additions and 1 deletions

View file

@ -6,7 +6,7 @@
*{
color: #ffffff;
font-family: "roboto" ;
font-family: "roboto";
}
body{
@ -20,6 +20,10 @@ h1{
margin-left: 30px;
}
div *{
background-color: #ffa500;
}
.row::after {
clear: both;
display: table;