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%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: grey;
|
background-color:#191919;
|
||||||
|
|
||||||
}
|
}
|
||||||
p1{
|
p1{
|
||||||
font-family: "Times New Roman";
|
font-family: "Times New Roman";
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
background-color: black;
|
background-color: white;
|
||||||
color: green;
|
color: black;
|
||||||
}
|
}
|
||||||
p.solid{border-style: solid;}
|
p.solid{border-style: solid;}
|
||||||
|
|
||||||
|
p2{
|
||||||
|
font-family: "Times New Roman";
|
||||||
|
font-size: 100%;
|
||||||
|
background-color: darkblue;
|
||||||
|
color: orange;
|
||||||
|
}
|
||||||
|
|
||||||
/* Style the tab */
|
/* Style the tab */
|
||||||
.tab {
|
.tab {
|
||||||
|
|
Loading…
Add table
Reference in a new issue