styles in seperate file

This commit is contained in:
gw3000 2023-06-30 07:23:26 +02:00
parent 2f9fd2d095
commit 462b9ff224
2 changed files with 23 additions and 21 deletions

View file

@ -4,4 +4,23 @@
.footer {
font-size: small;
}
}
#wfvmainsquare{
width: 100px;
height: 100px;
background-color: #0068b4;
rotate: 70deg;
margin: 3%;
border: 3px solid #b1b2b3;
}
.wfvwhitesquare{
width: 20%;
height: 50%;
background-color: white;
position: absolute;
margin-left: 15%;
}