Hey someone help me pass thru this?

Tell us what’s happening:

Your code so far


<style>
h4 {
  text-align: center;
  background-color: rgba(45, 45, 45, 0.1);
  padding: 10px;
  font-size: 27px;
}
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" id="thumbnail" 
#thumbnail {
/ * offset-x / offset-y / bulr-radius / sread-radius / color */
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);}>
<div class="cardContent">
  <div class="cardText">
    <h4>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 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36.

Challenge: Add a box-shadow to a Card-like Element

Link to the challenge:

#thumbnail{

  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

}

this section learn us, how can set box shadow to our element

css goes inside style tags, not here

I think that you should put your thumbnail should go inside the style tags and you should also “uncomment” your code after pasting it in there.

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)

The enthusiasm is great @i-tech, but we prefer to guide folks to the solution rather than writing the code for them.

1 Like

I agree bro. you got right! Ready solutions increase only laziness. I will not submit ready solution anymore.

1 Like

@i-tech I put a spoiler tag on your post.

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

Thank you for understanding.

1 Like

I agree bro. you got right! Ready solutions increase only laziness. I will not submit ready solution anymore.

If you do want to post something that you believe might be too much of a hint, you can always use the spoiler tag.

On the toolbar above the textbox, there is a cog if you click that there is a “Blur Spoiler” button you can use to wrap the code inside.

1 Like

Rodger that Captain :+1:

agree bro. you got right!