mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2025-12-15 23:18:47 +00:00
34 lines
531 B
CSS
Executable File
34 lines
531 B
CSS
Executable File
body {
|
|
background-color: #1E1E1E;
|
|
}
|
|
|
|
|
|
form {
|
|
width: 100%;
|
|
height: 150px;
|
|
/* border: black solid 1px; */
|
|
border-bottom: #727272 solid 2px;
|
|
|
|
}
|
|
|
|
.title-text {
|
|
float: left;
|
|
margin-top: 28px;
|
|
padding-right: 20px;
|
|
color: #FF3D53;
|
|
font-family: "Calibri";
|
|
font-size: 50pt;
|
|
}
|
|
.search {
|
|
width: 60%;
|
|
padding: 10px;
|
|
font-size: 20px;
|
|
margin-top: 45px;
|
|
}
|
|
|
|
.submit {
|
|
width: 150px;
|
|
padding: 10px;
|
|
font-size: 20px;
|
|
/* float: left; */
|
|
} |