Jump to content

yodavid

Members
  • Posts

    3
  • Joined

  • Last visited

yodavid's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. i know there is a topic about this on w3-css tutorial, but i don't think it covers what i need. i want a div to have a fixed width when the screen is both large and medium, but an auto adjusting width when it's small what i've been using is this <div id="my_div" class='w3-container w3-col l6 m12 s12'>whatever</div>
  2. i'm writing this website with flask, and it's a single html thing, with divs that are hidden and shown depending on what tab you want to see, however, i need a div that's an horizontal bar at the bottom of the page, and it's supposed to stay on the bottom of the page regardless of which divs are being shown (currently, if none of the divs are shown), this horizontal bar i made doesn't sit at the bottom of the page. i'm not familiar at all with css, i'm using w3-css though.
×
×
  • Create New...