Multiple challenge issues
See original GitHub issueChallenge Size your Images has an issue.
User Agent is: Mozilla/5.0 (Linux; Android 4.4.2; SM-T320 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
.red-text {
color: red;
}
h2 {
font-family: Lobster, Monospace;
}
p {
font-size: 16px;
font-family: Monospace;
}
.smaller-image {
width: 100px;
}
</style>
<h2 class="red-text">CatPhotoApp</h2>
<img class="smaller-image"src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back. ">
<p class="red-text">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>
<p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
14 Grand Challenges for Engineering
From urban centers to remote corners of Earth, the depths of the oceans to space, humanity has always sought to transcend barriers, overcome...
Read more >5 Biggest Challenges Facing Your Small Business
The top challenges for small businesses include client dependence, money management, and founder dependence, among others.
Read more >Multimorbidity's many challenges - PMC - NCBI - NIH
Having multiple chronic medical conditions is associated with poor outcomes: patients have decreased quality of life, psychological distress, longer hospital ...
Read more >25 Challenges for Students and Their Parents
From academics to student life to relationships, here are 25 challenges that students and families face as they transition to college.
Read more >How to deal with 17 common leadership challenges - BetterUp
The 6 most common leadership challenges · 1. Providing inspiration. · 2. Developing others. · 3. Leading change. · 4. Handling different perspectives....
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
Perfect thank u
@dhcodes It was fixed! I believe Lance already shared it with you, but Stuart fixed it in https://github.com/FreeCodeCamp/FreeCodeCamp/pull/11472