D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
romsson
Full window
Github gist
static layout output (html)
Built with
blockbuilder.org
<!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>