Home has its own components and grid system
This commit is contained in:
21
nginx/vue/src/components/home/Stamps.vue
Normal file
21
nginx/vue/src/components/home/Stamps.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<div class="flex-row">
|
||||
<div>
|
||||
<img src="/img/stamps/12351B56-A370-465D-A951-739A480A05EC.gif" />
|
||||
<img src="/img/stamps/71663263-8E08-4873-8EE1-96DC342C57EB.gif" />
|
||||
<img src="/img/stamps/8a0014c1.gif" />
|
||||
</div>
|
||||
<div>
|
||||
<img src="/img/stamps/BC7BDBB9-36FF-4DBE-B825-3603BFE00BE0.gif" />
|
||||
<img src="/img/stamps/BC7BDBB9-36FF-4DBE-B825-3603BFE00BE0.gif" />
|
||||
<img src="/img/stamps/BC7BDBB9-36FF-4DBE-B825-3603BFE00BE0.gif" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
img {
|
||||
width: 89px;
|
||||
height: 59px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user