Hello guys, I’ve managed to start learning to code with this project, and when I get to the thrid part of the first course, which is called ‘applied visual design’ I cannot make a 100% solution. It always puts up a 40%. But everything I do is totally correct, maybe someone can help me.
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
Tell us what’s happening:
Describe your issue in detail here.
Hello, can somebody describe me pls why I keep getting 40% mark for this challenge? What have I done wrong? The task was to add and
tag, I’ve added it and got 40% solution.
**Your code so far**
<style>
h4 {
text-align: center;
height: 25px;
}
p {
text-align: justify;
}
.links {
text-align: left;
color: black;
}
.fullCard {
width: 245px;
border: 1px solid #ccc;
border-radius: 5px;
margin: 10px 5px;
padding: 4px;
}
.cardContent {
padding: 10px;
}
.cardText {
margin-bottom: 30px;
}
</style>
<div class="fullCard">
<div class="cardContent">
<div class="cardText">
<h4><s>Google</s>Alphabet</h4>
<hr>
<p><em>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</em></p>
</div>
<div class="cardLinks">
<a href="https://en.wikipedia.org/wiki/Larry_Page" target="_blank" class="links">Larry Page</a><br><br>
<a href="https://en.wikipedia.org/wiki/Sergey_Brin" target="_blank" class="links">Sergey Brin</a>
</div>
</div>
</div>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90
Challenge: Create a Horizontal Line Using the hr Element
Link to the challenge:
Hi @buger131 !
Welcome to the forum!
Your code passes for me.
Are you referring to this message?
If so, that represents the percentage of complete challenges you have done in this section so far.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.