Skip to content

Instantly share code, notes, and snippets.

@romsson
Last active January 15, 2018 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romsson/2550b872e3b87d991939b86d0e8b5d46 to your computer and use it in GitHub Desktop.
Save romsson/2550b872e3b87d991939b86d0e8b5d46 to your computer and use it in GitHub Desktop.
static layout output (html)
license: mit
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<style>
#id_0 {
position: fixed;
left: 210px;
top: 24px;
width: 186px;
height: 216px;
background-color: #1f77b4;
}
#id_1 {
position: fixed;
left: 150px;
top: 319px;
width: 73px;
height: 72px;
background-color: #ff7f0e;
}
#id_2 {
position: fixed;
left: 459px;
top: 41px;
width: 144px;
height: 102px;
background-color: #2ca02c;
}
#id_3 {
position: fixed;
left: 519px;
top: 216px;
width: 147px;
height: 63px;
background-color: #d62728;
}
#id_4 {
position: fixed;
left: 313px;
top: 325px;
width: 202px;
height: 110px;
background-color: #9467bd;
}
#id_5 {
position: fixed;
left: 34px;
top: 38px;
width: 143px;
height: 86px;
background-color: #8c564b;
}
#id_6 {
position: fixed;
left: 35px;
top: 178px;
width: 127px;
height: 88px;
background-color: #e377c2;
}
</style>
</head>
<body>
<div id='id_0'></div>
<div id='id_1'></div>
<div id='id_2'></div>
<div id='id_3'></div>
<div id='id_4'></div>
<div id='id_5'></div>
<div id='id_6'></div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment