Build an Event Flyer Page - Build an Event Flyer Page

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;
}

Hello, did you do the html part? Because I don’t see it.

1 Like

When you enter a code block into a forum post, please precede it with three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add the backticks.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Good evening. I’ve already finished it. I had an error in the HTML code.