mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-20 12:00:16 -04:00
color login
This commit is contained in:
parent
99cd207561
commit
2cbbb34e54
|
@ -1,6 +1,6 @@
|
||||||
body{
|
body{
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
background:#3498db;
|
background:#FF7F50;
|
||||||
margin: 0 auto 0 auto;
|
margin: 0 auto 0 auto;
|
||||||
width:100%;
|
width:100%;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
@ -19,7 +19,7 @@ h1{
|
||||||
}
|
}
|
||||||
|
|
||||||
.box{
|
.box{
|
||||||
background:white;
|
background:black;
|
||||||
width:300px;
|
width:300px;
|
||||||
border-radius:6px;
|
border-radius:6px;
|
||||||
margin: 0 auto 0 auto;
|
margin: 0 auto 0 auto;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user