Skip to content

Instantly share code, notes, and snippets.

Created October 19, 2017 00:06
Show Gist options
  • Save anonymous/e5bde10ca2e59566579ed3ff7e4f7d15 to your computer and use it in GitHub Desktop.
Save anonymous/e5bde10ca2e59566579ed3ff7e4f7d15 to your computer and use it in GitHub Desktop.
Exported from Popcode.
<!DOCTYPE html>
<html>
<head>
<title>Who's Who in Tech</title>
</head>
<body>
<h1>Tech Giants</h1>
<p>
Use classes and IDs to change the text color of the following tech giants, so it matches the color of their companies' brands.
</p>
<ul>
<li>Mark Zuckerberg</li>
<li>Jack Dorsey</li>
<li>Maurya Couvares</li>
<li>Evan Spiegal</li>
<li>Brian Chesky</li>
<li>Reed Hastings</li>
</ol>
<div>
<div>
<a href="https://www.forbes.com/profile/mark-zuckerberg/" class="thumbnail">
<img src="https://www.facebook.com/images/fb_icon_325x325.png">
</a>
</div>
<div>
<a href="https://www.forbes.com/profile/jack-dorsey/" class="thumbnail">
<img src="https://abs.twimg.com/icons/apple-touch-icon-192x192.png"/>
</a>
</div>
<div>
<a href="https://impulse.coreatcu.com/cracking-the-stem-code-interview-with-scripted-founder-maurya-couvares-b88e345f9fe4" class="thumbnail">
<img src="http://www.arborbrothers.org/wp-content/uploads/2016/08/scripted_primary_mark_orange.png">
</a>
</div>
<div>
<a herf="https://www.forbes.com/profile/evan-spiegel/" class="thumbnail">
<img src="https://lh4.ggpht.com/vdK_CsMSsJoYvJpYgaj91fiJ1T8rnSHHbXL0Em378kQaaf_BGyvUek2aU9z2qbxJCAFV=w300">
<a>
</div>
<div>
<a href="https://www.forbes.com/profile/brian-chesky/" class="thumbnail">
<img source="https://avatars0.githubusercontent.com/u/698437?v=4&s=400">
</a>
</div>
<div>
<a href="https://www.forbes.com/profile/reed-hastings/" class="thumbnail">
<img src="https://pbs.twimg.com/profile_images/744949842720391168/wuzyVTTX.jpg"/>
</a>
</div>
</div>
</body>
</html>
{"enabledLibraries":["jquery","bootstrap"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment