does that hat ever take out rabbits?
Hey.
I would be grateful for a hint.
How to place the first button in the upper right corner, and leave the second at the bottom
Tnks
try this:
.fab-target :nth-child(1) >{
In fact, I have three buttons.
1 and 2 are displayed alternately depending on the selection condition and need to be at the top.
The third must be fixed at the bottom.
Is it possible?
remove the character “>”
<pre><span><style>
.fab-target >:nth-child(1) {
position: fixed;
top: 18% !important;
}
.fab-target >:nth-child(2) {
position: fixed;
top: 26% !important;
}
Could you use this as a “to-top” button?
I guess it would need some sort of anchor
Design do menu inicial de um aplicativo que estou produzindo para a minha escola, com o objetivo de substituir a plataforma antiga que a escola estava utilizando para o EAD.
Love the progress bar at the bottom
Muitíssimo obrigado! Se tiverem sugestões… Estou aprendendo cada vez mais com designs de outros usuários.
I think you and @Lucas_Pires could make a fantastic team!
I’ve been down that rabbit hole before…
TLDR; It’s possible, kindof…
Thanks @Robert_Petitto
Floating button to filter button position to make a great advanced filter with inline list.
Can someone try it?
https://shopve.glideapp.io/ ShopVE was designed to facilitate a supplier catalog with complete information to contact them. It is free to all the local community. An easy way to select your preferred supplier with a couple of clicks. Regards, MG
Sounds interesting. Can you elaborate more on the “filter button position”?