I need 1 yellow flexbox to the left and then anohter yellow box next to the pitcures on the right with both the same height and width and same height has green flexbox but smaller width
Efnisyfirlit |
myndnotkun |
flexbox uppsetning |
Html Grindakerfi |
html,body{
height:100%;
margin:0;
padding:0;
border:0;
}
div{
margin:0;
border:0;
}
textarea {
margin:0;
border:0;
padding:0;
height:100%;
width:100%;
}
.content{
display:table;
width:10%;
border-collapse:separate;
height:80%;
}
.Col{
display:table-cell;
width:10%;
height:100%;
}
.Col{
display:table-cell;
width:10%;
height:10%;
}
#header,#footer{
height:10%;
position:relative;
z-index:1;
}
.content {
width: 94%;
padding: 3%;
background-color: #de8a84;
}