You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
391 B
CSS

/* Copyright Card */
.copyrightCard {
width: 100vw;
padding-bottom: 20px;
display: flex;
justify-content: center;
align-items: center;
background-color: #1a1a1a;
}
/* Copyright Card H6 */
.copyrightCard h6 {
font-family: NeonSans;
font-size: 10px;
color: #f700ff;
text-shadow: 0 0 10px #f700ff, 0 0 20px #f700ff, 0 0 30px #f700ff, 0 0 40px #f700ff;
}