styles in seperate file
This commit is contained in:
parent
2f9fd2d095
commit
462b9ff224
2 changed files with 23 additions and 21 deletions
|
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue