Skip to content

Instantly share code, notes, and snippets.

@anaguzmn
Created November 9, 2016 22:04
Show Gist options
  • Save anaguzmn/39528015dccc0f150c32d33d3b09f466 to your computer and use it in GitHub Desktop.
Save anaguzmn/39528015dccc0f150c32d33d3b09f466 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=39528015dccc0f150c32d33d3b09f466
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div class="all" id="one"></div>
<div class="allbig" id= "cb"> <img src="http://cdn.wallpapersafari.com/71/0/jV6Onu.gif"> </div>
<div class="all" id="two"></div>
<div class="allbig" id="three"></div>
<div class="allbig" id="four"></div>
<div class="allbig" id="five"></div>
</body>
</html>
#one{
background-color: #b3b3ff;
text-align: right;
float: left;
height: 100px;
width: 600px;
}
#two{
background-color: #ffcccc;
float: left;
height: 200px;
width: 600px;
}
#three{
background-color: #a3a375;
height: 00px;
width: 300px;
float: left;
}
#four{
background-color: #df9fdf;
float: left;
height: 300px;
width: 600px;
}
#cb{
height: 200px;
width: 200px;
}
img{
width:400px;
height:400px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment