We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bcd57 commit 02f4de7Copy full SHA for 02f4de7
src/index.html
@@ -73,7 +73,7 @@
73
class="container white center"
74
style="padding: 128px 16px"
75
>
76
- <img id="jumbo-image" src="./banner-image.png" />
+ <img id="jumbo-image" src="./banner-image.png" alt="Banner image" />
77
<h1 class="margin jumbo">Want to test your software dev skills?</h1>
78
<a href="#signup" class="button blue padding-large large margin-top"
79
>Sign Up</a
src/styles.css
@@ -669,7 +669,7 @@ form > span {
669
670
#jumbo-image {
671
max-height: 20rem;
672
- /* TODO: Invert banner colors using CSS */
+ filter: invert(100%);
673
}
674
675
@media screen and (max-width: 600px) {
0 commit comments