Difference between revisions of "project09:Natural Algorithm"
From 100ybp
(2 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"> | ||
Line 23: | Line 32: | ||
</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> | + | <div id="imgcont"> |
<h2>Zaha Hadid Architects<br> | <h2>Zaha Hadid Architects<br> | ||
− | <i>Volu Pavilion<i></h2> | + | <i>Volu Pavilion</i></h2> |
<img src="http://100ybp.roboticbuilding.eu/images/5/57/Zaha_Hadid_-_Volu_Pavilion.jpg" class="image"/> | <img src="http://100ybp.roboticbuilding.eu/images/5/57/Zaha_Hadid_-_Volu_Pavilion.jpg" class="image"/> | ||
</div> | </div> |
Latest revision as of 14:39, 1 March 2019