Skip to content

Instantly share code, notes, and snippets.

@AkiyonKS
Created August 9, 2022 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkiyonKS/74696118c41557ba2122e46a910e9603 to your computer and use it in GitHub Desktop.
Save AkiyonKS/74696118c41557ba2122e46a910e9603 to your computer and use it in GitHub Desktop.
header {
background-color: dodgerblue;
margin: -8px;
padding: 10px;
}
.header-logo {
color: #fff;
font-size: 24px;
margin: 15px 25px;
text-decoration: none;
}
.main {
padding: 10px;
text-align: left;
}
p {
color: #444444;
margin: 10px 0px 10px 0px;
text-align: left;
}
form {
text-align: left;
}
.upload_img {
width: 400px;
}
.div_upload_img{
text-align: left;
margin-top: 10px;
}
table.scores {
margin-top: 15px;
}
table.scores > thead > tr > th {
border: solid lightgray 1px;
text-align: center;
}
table.scores > tbody > tr > td {
border: solid lightgray 1px;
text-align: center;
padding: 2px 8px;
}
table.scores > tbody > tr > td > a{
color: black;
text-decoration: none;
}
table.scores > tbody > tr.result > td {
border: solid goldenrod 3px;
text-decoration: bolder;
background-color: gold;
}
table.scores > tbody > tr.notresult > td {
color: darkgray;
}
table.scores > tbody > tr.notresult > td > a{
color: darkgray;
}
div.input_url {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
div.input_url > input {
width: 80%;
}
@media screen and (max-width:400px) {
.upload_img {
width: 90vw;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment