Skip to content

Instantly share code, notes, and snippets.

@RCTumolac
Created October 26, 2016 22:21
Show Gist options
  • Save RCTumolac/2a69238555c167b671373765f64f5c99 to your computer and use it in GitHub Desktop.
Save RCTumolac/2a69238555c167b671373765f64f5c99 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=2a69238555c167b671373765f64f5c99
<!DOCTYPE html>
<html>
<head>
<title>Pictures</title>
<div class = "A" > Hello</div>
<div class = "B"> this is </div>
<div class = "A" > a</div>
<div class = "B"> test! </div>
</head>
<body>
</body>
</html>
.A{
height: 200px;
width: 200px;
background-color: red;
color: white;
display: inline-block;
}
.B{
height: 300px;
width: 300px;
background-color: blue;
color: white;
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment