Tell us what’s happening:
Good evening. I can’t finish the task. I have set the CSS section to %, but it still says the task is not completed. Help me please. This is my cod.
Build an Event Flyer Page - Build an Event Flyer Page
body {
box-sizing: border-box;
font-family: Geneva;
margin: 0 auto;
min-height: calc(100vh - 100px);
padding: 50px;
text-align: center;
width: 90vw;
}
header p {
color: rgb(29, 27, 27);
margin: 8px 0;
}
h1 {
color: black;
margin: 15px 0 10px;
font-size: 35px;
font-family: Geneva;
}
p {
padding:0;
font-size: 19px;
text-align:center;
}
h2 {
font-family: Geneva;
margin-top: 0px;
}
hr {
border-bottom: 6% solid gray;
line-height: 12px;
width: 100%;
margin-top: 3px;
}
.sections-container {
display: flex;
justify-content: space-between;
gap: 20px;
font-size: 19px;
text-align: justify;
width:100%;
}
.section {
max-width:100%;
}
.footer-data{
margin-top:20px;
}
li {
margin-left:-33px;
}
