A Pen by runRABITrun on CodePen.
Created
November 6, 2022 15:48
-
-
Save runRABITrun/62d0fcd27c23213786b79b67eab3eea8 to your computer and use it in GitHub Desktop.
homework.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> | |
SheCodes | |
</h1> | |
<h2> | |
Coding Workshop | |
</h2> | |
<ul> | |
<li> | |
<a href="https://www.shecodes.io/students" target="_blank" class="coders"> | |
Coders | |
</a> | |
</li> | |
<li> | |
<a href="https://www.shecodes.io/courses" target="_blank" class="courses"> | |
Courses | |
</a> | |
</li> | |
<li> | |
<a href="https://www.shecodes.io/stories" target="_blank" class="stories"> | |
Stories | |
</a> | |
</li> | |
</ul> | |
<hr /> | |
<p> | |
<strong> | |
More info | |
</strong> | |
</p> | |
<br> | |
<img src="https://media.lesechos.com/api/v1/images/view/5e5645c4d286c26d817ec846/1280x720/13316-1541666923-hj.jpg" width="300" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1 { | |
text-decoration: underline; | |
color: purple; | |
text-align: center; | |
} | |
h2 { | |
color: green; | |
text-align: center; | |
} | |
.courses { | |
color: red; | |
} | |
.coders { | |
color: blue; | |
} | |
.stories { | |
color: green; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment