CSS Rendering issue on Chrome on Android
See original GitHub issueChallenge Use a CSS Class to Style an Element has an issue.
User Agent is: Mozilla/5.0 (Linux; Android 4.4.2; SM-T231 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
<style>
.red-text {
color: red;
}
</style>
<h2 class="red-text">CatPhotoApp</h2>
<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>
Issue Analytics
- State:
- Created 7 years ago
- Comments:19 (6 by maintainers)
Top Results From Across the Web
Why does my CSS render incorrectly on mobile?
Try viewing that page on your desktop/laptop. The messages render correctly, not overlapping each other. Even when you use the DevTools to view ......
Read more >Issue 246875: Chrome not rendering webpage CSS and ...
1. Load webpage. Everything renders ok. 2. Press F5 or refresh the page or click on a navigation link on page. CSS is...
Read more >Broken rendering in Chrome 78 - Google Support
I have attached a sample (broken_chrome78.htm) of the html/css being used (html is stripped down to only include the portion where it goes...
Read more >Discover issues with rendering performance
Spot repainting, layout shifts, layers and tiles, scrolling issues, see rendering statistics and Core Web Vitals.
Read more >CSS element incorrect rendering | Firefox Support Forum
This element renders properly in other browsers (Edge, Chrome, Samsung, etc.), and the current Firefox for Android. There may be other CSS ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I removed all the whitespace in the CSS and was able to pass the tests. Thx!
I spent over an hour on this to no avail. Copied the same exact code from this thread and it passed.