Use Bootstrap's default primary button style - that one looks nicer.
parent
05303096e1
commit
732a22b9c1
11
Header.php
11
Header.php
|
@ -102,17 +102,6 @@ if (mysqli_connect_errno()) {
|
||||||
color: white
|
color: white
|
||||||
}
|
}
|
||||||
|
|
||||||
/* [ Login Button ]*/
|
|
||||||
.btn-primary {
|
|
||||||
color: white;
|
|
||||||
border-radius: 5px;
|
|
||||||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
||||||
background: rgb(75, 184, 240);
|
|
||||||
padding:5px 100px;
|
|
||||||
font-family: Poppins-Regular;
|
|
||||||
font-size: 23px;
|
|
||||||
line-height: 1.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#footer{
|
#footer{
|
||||||
position:fixed;
|
position:fixed;
|
||||||
|
|
Loading…
Reference in New Issue