question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Challenge is not accepting correct code.

See original GitHub issue

Challenge adjust-the-width-of-an-element-using-the-width-property has an issue. User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36. Please describe how to reproduce this issue, and include links to screenshots if possible:

In this Challenge, I put width: 245px; under the .fullCard class element in the CSS portion of the code but when I run it, it continues to tell me: Keep Trying. Either the instructions are not very clear or there is an issue with reading the code.

Thanks



<style>
  h4 {
    text-align: center;
  }
  p {
    text-align: justify;
  }
  .links {
    margin-right: 20px;
    text-align: left;
  }
  .fullCard {
    
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 5px;
    padding: 4px;
    width: 245px;
   
  }
  .cardContent {
    padding: 10px;
  }
</style>
<div class="fullCard">
  <div class="cardContent">
    <div class="cardText">
      <h4>Google</h4>
      <p>Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.</p>
    </div>
    <div class="cardLinks">
      <a href="https://en.wikipedia.org/wiki/Larry_Page" class="links">Larry Page</a>
      <a href="https://en.wikipedia.org/wiki/Sergey_Brin" class="links">Sergey Brin</a>
    </div>
  </div>
</div>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
moenurcommented, Feb 13, 2017

How can i opt out from the notifications that keep coming to my email plz

0reactions
tommygebrucommented, Feb 26, 2017

@manur1984 to opt out of github notifications unsubscribe from each thread you have contributed to or you can go to https://github.com/settings/notifications and manage them all there 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Challenge is not accepting my answer - HTML-CSS
Your code works for me. Make sure not to change anything else. Try “Reset All Code” button and try it again fresh. If...
Read more >
My Challenge Won't Validate, and I'm 100% Sure It's Right
The best thing to do if you're 100% sure you're right is create a new Developer Edition and do the challenge again.
Read more >
Windows 11 Sign Issues with Challenge Phrase
Hi, I am trying to sign into my laptop as normal, but it says my password has been entered incorrectly so I have...
Read more >
challenge 2 -I think my code is right, why wont it accept it?
on running the code I get a result of 2290999. Answer 53335c4e80ff336c01000210. 2 votes. Permalink. The problem is that you have ' ...
Read more >
Instagram Error Challenge Required – What to Do - Alphr
1. One of the first things to try is checking for Instagram outages. The best way to do that is by visiting Instagram's...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found