.fooooter{ width: 100%; height: 700px; background-color:rgb(240,240,240); } .footermain{ width:70%; height: 700px; margin:auto; } .footertop{ width:100%; height: 15%; margin-bottom: 20px; display: flex; } #footerbottom{ width: 100%;; height:80%; border-top:gray 1px solid ; display: flex; border-bottom: gray 1px solid; } #bottom>div{ width:20%; height: 100%; } #footertxt{ font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; margin-top:30px ; padding-right:20px ; } .top>div{ width: 50%; height: 100%; } .subbox1>div{ width:16%; height: 100%; } .subbox1{ display: flex; } .subbox2{ display: flex; } #get{ width:16%; height: 100%; border-left: gray 1px solid; padding-left: 20px; } #bar{ width: 25%; height: 100%; padding-left: 10px; } #learn{ width: 40% ; height: 100%; } #infosi{ background-color: black; color: white; width: 100px; border-radius: 3px; border: transparent; height: 25px; font-family:Helvetica, Arial, sans-serif; cursor: pointer; } .foot{ width: 70%; height: 130px; margin: auto; text-align: center; } .fab{ color: black; margin-left: 30px; }