.header{ background-color: #909090;
height:5%;
}
.footer{background-color: #909090;
height: 20%;
}
* {
box-sizing: border-box;
}
.column1 {
float: left;
width: 20%;
padding: 10px;
height: 300px;
}
.column2 {
float: left;
width: 40%;
padding: 10px;
height: 300px;
}
.column3 {
float: left;
width: 40%;
padding: 10px;
height: 300px;
}
.row:after {
content: "";
display: table;
clear: both;
}
.row:before{
content: "";
display: table;
clear: both;
}
div.fixed {
position: fixed;
bottom: 0;
right: 0;
width: 300px;
border: 3px solid #73AD21;
}