Skip to content

Instantly share code, notes, and snippets.

@riyaadazad
Created August 10, 2018 21:47
Show Gist options
  • Save riyaadazad/1136d3b3cd96696fd94c6b4ca65efd40 to your computer and use it in GitHub Desktop.
Save riyaadazad/1136d3b3cd96696fd94c6b4ca65efd40 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Result</title>
</head>
<body>
<div style="width:50px; height:50px; background-color:red"></div>
<div style="width:50px; height:50px; background-color:blue"></div>
<div style="width:50px; height:50px; background-color:green"></div>
<div style="width:50px; height:50px; background-color:red"></div>
<div style="width:50px; height:50px; background-color:blue"></div>
<div style="width:50px; height:50px; background-color:green"></div>
<div style="width:50px; height:50px; background-color:yellow"></div>
<a href="https://www.codecademy.com">
<div style="width:50px; height:50px; background-color:yellow"></div>
</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment