Spaces:
Running
Running
td { | |
white-space: nowrap; | |
overflow: hidden; | |
text-align: center; | |
width: 20%; | |
} | |
td:nth-child(2), | |
td:nth-child(5) { | |
text-align: right; | |
} | |
td:nth-child(1), | |
td:nth-child(3), | |
td:nth-child(4), | |
td:nth-child(6) { | |
text-align: left; | |
} | |
table { | |
table-layout: fixed; | |
} | |
body { | |
background-color: black; | |
/* background-color: #232639; */ | |
margin: 0 ; | |
} | |
.first { | |
opacity: 1 ; | |
} | |
#upl { | |
position: fixed; | |
top: 0; | |
width: 100%; | |
height: auto; | |
display: block; | |
background-color: #1a1c2f; | |
opacity: 0; | |
transition: opacity 0.618s linear; | |
} | |
#upl:hover { | |
opacity: 1; | |
} | |
canvas { | |
aspect-ratio: 16/9; | |
margin: 0 auto; | |
display: block; | |
} | |
p, | |
#bgFile, | |
#musicFile { | |
color: white; | |
} | |
.bg { | |
background-image: url('../src/bg.jpg'); | |
background-repeat: no-repeat; | |
background-size: cover; | |
background-position: center; | |
top: 0 ; | |
left: 0 ; | |
filter: opacity(0.618); | |
display: block; | |
width: 100%; | |
height: 100%; | |
position: absolute; | |
z-index: -1; | |
} | |
#home { | |
text-decoration: none; | |
color: khaki; | |
} | |
td p, | |
td a { | |
font-size: x-small; | |
} |