Difference between revisions of "project09:Natural Algorithm"
From 100ybp
(Created page with "<html> <style> #container {width: 100%; } .imgcont h2 {width:50%; } .image {width: 50%; } </style> <div id="container">] <div id="imgcont"> <h2>Achim Menges and Steffe...") |
|||
(4 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <head> | ||
<style> | <style> | ||
− | + | ||
+ | * { | ||
+ | box-sizing: border-box; | ||
} | } | ||
− | + | #container {background-color: rgb(30, 30, 30); | |
+ | width: 100%; | ||
+ | } | ||
− | + | #imgcont {float: left; | |
+ | width: 49%; | ||
+ | padding: 1%;} | ||
+ | |||
+ | h2 { | ||
} | } | ||
− | .image {width: | + | .image { |
+ | width: 100%; | ||
} | } | ||
− | |||
</style> | </style> | ||
+ | </head> | ||
− | + | <div id="container"> | |
− | <div id="container"> | + | |
<div id="imgcont"> | <div id="imgcont"> | ||
− | <h2> | + | <h2>Michael Hansmeyer<br> |
− | <i> | + | <i>Arabesque Wall</i></h2> |
− | <img src="http://100ybp.roboticbuilding.eu/images/0/ | + | <img src="http://100ybp.roboticbuilding.eu/images/0/06/Michael_Hansmeyer_-_Arabesque_Wall.jpg" class="image"/> |
</div> | </div> | ||
− | <div> | + | <div id="imgcont"> |
<h2>Block Research Group<br> | <h2>Block Research Group<br> | ||
− | <i>3D Sand Printed Floor<i></h2> | + | <i>3D Sand Printed Floor</i></h2> |
<img src="http://100ybp.roboticbuilding.eu/images/b/b4/Block_Research_Group_-_3D_Sand_Printed_Floor.jpeg" class="image"/> | <img src="http://100ybp.roboticbuilding.eu/images/b/b4/Block_Research_Group_-_3D_Sand_Printed_Floor.jpeg" class="image"/> | ||
</div> | </div> | ||
+ | |||
+ | <div id="imgcont"> | ||
+ | <h2>Zaha Hadid Architects<br> | ||
+ | <i>Volu Pavilion</i></h2> | ||
+ | <img src="http://100ybp.roboticbuilding.eu/images/5/57/Zaha_Hadid_-_Volu_Pavilion.jpg" class="image"/> | ||
+ | </div> | ||
+ | |||
</div> | </div> | ||
</html> | </html> |
Latest revision as of 14:39, 1 March 2019