Skip to content

Instantly share code, notes, and snippets.

@Bijesse
Created October 24, 2016 16:25
Show Gist options
  • Save Bijesse/f6e8c57af2e386533abc93d5c20252cb to your computer and use it in GitHub Desktop.
Save Bijesse/f6e8c57af2e386533abc93d5c20252cb to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=f6e8c57af2e386533abc93d5c20252cb
<!DOCTYPE html>
<html>
<head>
<title>4 Boxes</title>
</head>
<body>
<div class="all" id="one"></div>
<div class="all" id="two"></div>
</body>
</html>
.all{
height: 200px;
width: 200px;
border-radius: 40px;
}
#one{
background-color: green;
}
#two{
background-color: yellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment