Test not solved error

I finished this exercise and I tried everything, and it’s happening to more users in different exercises.

Anyone knows how to fix it?

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36.

Challenge: Adjust the Width of an Element Using the width Property

Can u post the code so we can see what the issues is?
Thanks.

1 Like

Hi, sure!

I’m using Chrome, and as far as I can see, there’s no mistake no the code.

<style>
  h4 {
    text-align: center;
  }
  p {
    text-align: justify;
  }
  .links {
    margin-right: 20px;
    text-align: left;
  }
  .fullCard {
    width: 245px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 5px;
    padding: 4px;
  }
  .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" target="_blank" class="links">Larry Page</a>
      <a href="https://en.wikipedia.org/wiki/Sergey_Brin" target="_blank" class="links">Sergey Brin</a>
    </div>
  </div>
</div>

Hi, here it is, sorry for not posting it before.
I can’t see where’s the mistake, or if it is at all :frowning:

<style>
  h4 {
    text-align: center;
  }
  p {
    text-align: justify;
  }
  .links {
    margin-right: 20px;
    text-align: left;
  }
  .fullCard {
    width: 245px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 5px;
    padding: 4px;
  }
  .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" target="_blank" class="links">Larry Page</a>
      <a href="https://en.wikipedia.org/wiki/Sergey_Brin" target="_blank" class="links">Sergey Brin</a>
    </div>
  </div>
</div>

@Randomguy The code you posted above passes fine for me, so I suggest refreshing the page and trying to submit again. If that does not work, you may need to clear your cache and/or close the browser and try submitting the same solution again.

1 Like

I tested it and it seems to be fine. refresh the page and try it again? i see no errors

1 Like

I’ll try, it’s my OCD kicking in…

Thanks Shawn, Randel suggested to clean cache and refresh, i’ll give it a try!

I am having the same problem, same lesson. Is the adjust-the-width lesson in the applied vis design course broken

2 Likes

have cleared cache and refreshed, no change. (same problem with height lesson that follows)

1 Like

It’s still happening.

I’m using different zoom setting, and even changin to 100%, cleaning cache, refreshing… still keeps going on.

When using my partner’s mac it goes smoothly, even at 67%.