mirror of
https://github.com/FranP-code/Tic-Tac-Toe-Game.git
synced 2025-10-12 23:52:39 +00:00
Footer addded
This commit is contained in:
23
styles/footer.scss
Normal file
23
styles/footer.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
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)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user