Add layerered images

This commit is contained in:
Arona Jones
2014-11-26 16:46:53 +00:00
parent 55be24a22d
commit 5996796820
4 changed files with 5 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<!-- Bootstrap core CSS -->
<link href="/css/art.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" rel="stylesheet">
<!--<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" rel="stylesheet">-->
<!-- Custom styles for this template -->
<style>
@@ -65,6 +65,9 @@
<h2>Da Vinci</h2>
<img src="/images/art/ai/clock2vinci.jpg" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<img src="/images/art/ai/clock4vinci.jpg" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<h2>Layered AIs</h2>
<img src="/images/art/ai/clocklayers.jpg" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<img src="/images/art/ai/clocklayers1.jpg" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->