body {
background-color: black;
color: white;
font-family: 'Bitter', serif;
}
#store-banner{
color: white;
margin: 10 auto;
text-align: center;
}
#neon-back-light{
animation-name: neonflash;
animation-duration: 0.5s;
animation-iteration-count: infinite;
animation-direction: alternate;
margin: 0 20%;
border-radius: 10px;
}
#aisles{
margin: 0 auto 1.5em auto;
}
#aisles,tr, td, th{
color: white;
border: 1px solid white;
border-color: white;
}
#example-buttons{
margin: 0 auto;
text-align: center;
}
@keyframes neonflash{
from{
background-color: rgb(0,0,0);
}
to{
background-color: rgb(57,255,20);
}
}
Author: Keane Le
Have you ever seen a bear code? Probably not. I like to learn things about Software Development and IT. Let's learn together. Maybe you can teach me. Maybe I can teach you.
View all posts by Keane Le