mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2025-12-15 23:18:47 +00:00
57 lines
969 B
CSS
Executable File
57 lines
969 B
CSS
Executable File
body {
|
|
background-color: #1E1E1E;
|
|
}
|
|
|
|
|
|
/* form.search {
|
|
width: 80%;
|
|
height: 150px;
|
|
border: white solid 1px;
|
|
border-bottom: #727272 solid 2px;
|
|
} */
|
|
|
|
/* div.upload {
|
|
width: 5%;
|
|
height: 150px;
|
|
border: white solid 1px;
|
|
border-bottom: #727272 solid 2px;
|
|
display: block;
|
|
float: left;
|
|
} */
|
|
|
|
form.search {
|
|
/* border: white solid 1px; */
|
|
height: 150px;
|
|
margin-top: -10px !important;
|
|
width: 99% !important;
|
|
border-bottom: #727272 solid 2px;
|
|
}
|
|
|
|
.title-text {
|
|
float: left;
|
|
margin-top: 26px;
|
|
padding-right: 20px;
|
|
color: #FF3D53;
|
|
font-family: "Calibri";
|
|
font-size: 50pt;
|
|
}
|
|
|
|
.search {
|
|
width: 50%;
|
|
padding: 10px;
|
|
font-size: 20px;
|
|
margin-top: 45px;
|
|
}
|
|
|
|
.submit {
|
|
width: 150px;
|
|
padding: 10px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
img.upload {
|
|
width: 150px;
|
|
/* margin-bottom: -17px; */
|
|
margin-top: 45px;
|
|
float: right;
|
|
} |