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.

Use CSS Selectors to Style Elements

See original GitHub issue

Challenge Use CSS Selectors to Style Elements has an issue. User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0. Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:



<style> h2 {color: blue;} </style>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>

Here’s what the system now allowing me to pass: Your h2 element should be blue.

Issue Analytics

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

github_iconTop GitHub Comments

3reactions
liqueta026commented, Aug 17, 2016

I’ve tried the chat room for help and I’m still stuck at this same point since yesterday. You guys make it difficult to ask questions and get help.

0reactions
ShannonFirstcommented, Aug 23, 2016

I AM STUCK ON THE SAME. I have also tried the camps and chat room. Why don’t you just stinking tell us so we can move forward? FOR THE LOVE OF ALL THINGS NEW AND CODED!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Use CSS Selectors to Style Your Web Page
The CSS element selector selects HTML elements based on the element name. In HTML element names are things like h1 , p ,...
Read more >
CSS selectors - Learn web development | MDN
In CSS, selectors are used to target the HTML elements on our web pages that we want to style. There are a wide...
Read more >
CSS Selectors - W3Schools
CSS selectors are used to "find" (or select) the HTML elements you want to style. We can divide CSS selectors into five categories:....
Read more >
Use CSS Selectors to Style Elements - Snakify
Use CSS Selectors to Style Elements ... With CSS, there are hundreds of CSS properties that you can use to change the way...
Read more >
Use CSS Selectors to Style Elements challenge doesnt accept ...
Challenge use-css-selectors-to-style-elements has an issue. User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 ...
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