Skip to content

Instantly share code, notes, and snippets.

@RCTumolac
Created November 2, 2016 22:11
Show Gist options
  • Save RCTumolac/89dc9821e768380bccb7284be2536b1f to your computer and use it in GitHub Desktop.
Save RCTumolac/89dc9821e768380bccb7284be2536b1f to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=89dc9821e768380bccb7284be2536b1f
<!DOCTYPE html>
<html>
<head>
<title>Do Now 3.2.0</title>
</head>
<body>
<div class="all" id="one"></div>
<div class="all" id="two"></div>
<div class="all" id="three"></div>
<div class="all" id="four"></div>
</body>
</html>
.all{
height: 200px;
width: 200px;
border-radius: 40px;
}
#one{
background-color: green;
float:left
}
#two{
background-color: yellow;
float:left
}
#three{
background-color: blue;
float:left
}
#four{
background-color: red;
float:left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment