initial: template and responsive 3 blocks

This commit is contained in:
2026-05-08 15:28:22 +02:00
commit 81256d5828
4 changed files with 286 additions and 0 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<div class="blocks">
<div class="block">
<h2>Optimizing software</h2>
</div>
<div class="block">
<h2>Feasibility studies</h2>
</div>
<div class="block">
<h2>Designing software</h2>
</div>
</div>
<div class="body">
<p>Lorem ipsum</p>
</div>
<div class="footer">
</div>