#top{ width: 95%; height: 100px; margin: auto; border:7px solid green; } #second{ width: 100%; height: 100px; margin-top: 30px; display: flex; } #full{ width: 100%; height: 1500px; margin-top: 50px; display: flex; } #left{ width:20%; height: 700px; margin: 20px; } #right{ width : 70%; height: 800px; margin: 20px; display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(12,400px); line-height: 17px; text-align: center; grid-gap: 20px; } h2{ font-family: "Gotham 7r", Helvetica, Arial, sans-serif; font-weight: 700; font-size: 22px; color: #bd0f1b; } p{ font-family: "Gotham 7r", Helvetica, Arial, sans-serif; font-size: 17px; color: #666666; } h4{ font-family: "Gotham 7r", Helvetica, Arial, sans-serif; font-size: 12px; color: gray; text-decoration: line-through; font-weight: 400; } h3{ font-family: "Gotham 7r", Helvetica, Arial, sans-serif; font-weight: 700; font-size: 22px; color: black; text-align: center; } select{ width: 100%; height: 40px; } .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; } #filterBar{ width: 100%; height: 150px; } select{ width: 200px; height: 50px; font-family: "Gotham 7r", Helvetica, Arial, sans-serif; border: gray 1px solids; } #sort{ margin-left: 25%; font-family: "Gotham 7r", Helvetica, Arial, sans-serif; }