basic formatting
added orange backgrounds to textboxes and started adding more to the sites layout.
This commit is contained in:
parent
58d18c26f9
commit
89e39ca2c9
2 changed files with 18 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue