Files
Tic-Tac-Toe-Game/styles/footer.scss
2021-12-27 22:54:54 -03:00

23 lines
269 B
SCSS

footer {
$height: 7vh;
position: absolute;
height: $height;
width: 100%;
padding-left: 2vw;
top: calc(100% - $height);
box-sizing: border-box;
color: #fff;
font-size: 13pt;
a {
color: rgb(31, 94, 189)
}
}