catan-client
Version:
Settlers of Catan Client Implementation
22 lines • 488 B
HTML
<div class="row">
<div>
<article class="card">
<img src="/img/forest.jpg">
<footer>
<p>A quiet forest</p>
<button>Like</button>
<button class="dangerous">Unlike</button>
</footer>
</article>
</div>
<div>
<article class="card">
<img src="/img/lake.jpg">
<footer>
<p>The Albufera</p>
<button>Like</button>
<button class="dangerous">Unlike</button>
</footer>
</article>
</div>
</div>