CSS button alignment

30 views
Skip to first unread message

Maurice Waka

unread,
Apr 5, 2019, 3:43:58 AM4/5/19
to web2py-users
I have this html code for a page. My buttons appear at the center bottom.
I would like them to appear elsewhere such as bottom corners.
How do I do this?

<div class="carousel-inner">
        <img src="{{=URL('static','images/1.jpg')}}" alt="1" width="1100" height="400">
        <div class="carousel-caption">
            <div class="carousel-btn">
              {{=A('Proceed', _class='btn btn-large btn-info',_style="font-family: 'Audiowide';font-size: 22px; font-size:1em; border-style: solid white; background:#26e45c; color: black; padding:7px 7px; border-radius:30px", _href=URL('exercise page'))}}
        </div>
          <div class="carousel-btn">
            {{=A('Review', _class='btn btn-large btn-info',_style="font-family: 'Audiowide';font-size: 22px; font-size:1em; border-style: solid white; background:#d60506; color: black; padding:7px 7px; border-radius:30px", _href=URL('start_page'))}}
          </div>
      </div>
    </div>

Annet

unread,
Apr 6, 2019, 1:49:51 PM4/6/19
to web2py-users
I think Bootstrap's float-right and float-left will solve this issue.


Maurice Waka

unread,
Apr 7, 2019, 6:50:06 AM4/7/19
to web2py-users
Thanks. 

On Sat, 6 Apr 2019, 20:49 'Annet' via web2py-users <web...@googlegroups.com> wrote:
I think Bootstrap's float-right and float-left will solve this issue.


--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/tO5bRrIMogA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages