Skip to content

Instantly share code, notes, and snippets.

@runRABITrun
Created November 6, 2022 15:48
Show Gist options
  • Save runRABITrun/62d0fcd27c23213786b79b67eab3eea8 to your computer and use it in GitHub Desktop.
Save runRABITrun/62d0fcd27c23213786b79b67eab3eea8 to your computer and use it in GitHub Desktop.
homework.html
<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" />
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