1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 20:59:30 +00:00

Added feature component

This commit is contained in:
2022-01-25 22:51:09 +00:00
parent 24ca02a7a5
commit ec62a8c8ae
3 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<div class='feature'>
<img src='{{img}}' alt='{{alt}}'/>
<div class='feature__text'>
<h2 class='feature__title'>{{title}}</h2>
<p class='feature__content'>{{content}}</p>
</div>
</div>