Skip to content

Commit

Permalink
getting better but i try to get left and right div together in a sing…
Browse files Browse the repository at this point in the history
…le row
  • Loading branch information
tomasis7 committed Sep 4, 2024
1 parent 7240a9b commit 40da104
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,32 @@
box-sizing: content-box;
display: flex relative;
flex-direction: row;
justify-content: flex-start;
margin: 0;
padding: 0;
}
div.top {
box-sizing: content-box;

position: absolute;
top: 0px;
left: 0px;
width: 100%;
height 70px;
height: 70px;
border: 1px solid #a6f932;
}
div.left {
box-sizing: content-box;
align-self: auto;

position: absolute;
top: 71px;
left: 0px;
border: 1px solid #142d45;
width: 50%;
}
div.right {
box-sizing: content-box;
align-self: auto;

position: absolute;
top: 71px;
right: 0px;
border: 1px solid #0fa414;
width: 50%;
}
div.bottom {
position: absolute;
bottom: 0px;
border: 1px solid #ad4b21;
width: 100%;
}
Expand Down

0 comments on commit 40da104

Please sign in to comment.