Answer the question
In order to leave comments, you need to log in
How to put buttons at the bottom of the Vue.JS Nuxt.JS Tailwindcss page?
Hello,
I created a component, but I can't place the buttons at the very bottom of the page with an indent on the left a little. How can I do that? What should be corrected? Thank you!
<template>
<div class="flex flex-col items-start...">
<div class="relative h-32 w-32 ...">
<div class="absolute bottom-0 left-0 h-10 w-16 ..."><a-icon type="table" /></div>
<div class="absolute bottom-0 left-0 h-5 w-16 ..."><a-icon type="question-circle" /></div>
<div class="absolute bottom-0 left-0 h-0 w-16 ...">
<img src="/static/test-images/ex.jpg" />
</div>
</div>
</div>
</template>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question