mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 22:05:15 +00:00
Update style.css
This commit is contained in:
parent
f97d229e4a
commit
1eb6ac4bfb
1 changed files with 30 additions and 0 deletions
|
|
@ -769,3 +769,33 @@ input[type="submit"]:hover {
|
|||
background: rgb(163, 47, 47);
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
/*Upload Page*/
|
||||
.container {
|
||||
margin: 50px auto;
|
||||
width: 80%;
|
||||
text-align: center;
|
||||
}
|
||||
.upload-btn {
|
||||
padding: 10px 20px;
|
||||
background-color: #c5203d;
|
||||
color: #000;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
border-radius: 5px; /* Optional, for rounded corners */
|
||||
}
|
||||
.up-btn {
|
||||
padding: 10px 20px;
|
||||
background-color: #c5203d;
|
||||
color: #000;
|
||||
cursor: pointer;
|
||||
border-radius: 5px; /* Optional, for rounded corners */
|
||||
}
|
||||
input[type="file"] {
|
||||
display: none;
|
||||
}
|
||||
#uploaded-image {
|
||||
max-width: 500px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue