|
|
|
@ -65,16 +65,6 @@
|
|
|
|
|
<div id="left">
|
|
|
|
|
<section id="photos">
|
|
|
|
|
|
|
|
|
|
<!-- Header -->
|
|
|
|
|
<div class="header" id="myHeader">
|
|
|
|
|
<h1>Image Grid</h1>
|
|
|
|
|
<p>Click on the buttons to change the grid view.</p>
|
|
|
|
|
<button class="btn" onclick="one()">1</button>
|
|
|
|
|
<button class="btn active" onclick="two()">2</button>
|
|
|
|
|
<button class="btn" onclick="four()">4</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Photo Grid -->
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="column">
|
|
|
|
|
<img src="./media/imgs/01-min.jpg" style="width:100%">
|
|
|
|
|