* {
padding: 0;
margin: 0;
}
header {
background-color: black;
color: white;
height: 30px;
border: 2px solid red;
}
header nav ul a {
padding: 4px 20px;
margin: 0px;
text-decoration: none;
color: white;
}
ul {
padding: 5px 7px;
margin: 0px;
text-decoration: none;
color: white;
}
header nav ul a {
padding: 4px 20px;
margin: 0px;
text-decoration: solid;
}
.search {
left: 526px;
position: relative;
top: -25px;
width: 391px;
height: 17px;
radious: 5px;
background-color: #aaafb4;
}
.btn{
width: 68px;
background-color: black;
height: 14px;
display: flex;
top: -43px;
position: relative;
left: 951px;
border: 1px solid white;
cursor: pointer;
}
footer{
background-color: black;
height: 35px;
position: relative;
}
footer p{
color: white;
display: flex;
align-content: center;
}
main{
min-height:calc(100vh - 35px - 30px);
background-color: rgb(0, 247, 255);
}
.p_footer{
display: flex;
justify-content: center;
align-items: center;
padding: 6px;
}
0 Comments