generated from Skynet/deploy_user
This commit is contained in:
parent
6362bb267c
commit
72b10425d3
1 changed files with 9 additions and 3 deletions
|
@ -2,17 +2,23 @@ html, body {
|
|||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: grey;
|
||||
background-color:#191919;
|
||||
|
||||
}
|
||||
p1{
|
||||
font-family: "Times New Roman";
|
||||
font-size: 100%;
|
||||
background-color: black;
|
||||
color: green;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
p.solid{border-style: solid;}
|
||||
|
||||
p2{
|
||||
font-family: "Times New Roman";
|
||||
font-size: 100%;
|
||||
background-color: darkblue;
|
||||
color: orange;
|
||||
}
|
||||
|
||||
/* Style the tab */
|
||||
.tab {
|
||||
|
|
Loading…
Add table
Reference in a new issue