Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Float navigation right or align-text right

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #176981
    Jtwa11
    Participant

    I know both can be done, but what is the proper way of doing it?

    Here is my codepen, can you please take a look and comment?

    MyCodePen

    #176989
    Paulie_D
    Member

    what is the proper way of doing it?

    It depends on what you are trying to do.

    If you float elements to the right you should be aware that it might display elements in a different order than they appear in the HTML.

    #177106
    Paulie_D
    Member

    In this instance I would use float left fro the logo div and float right for the nav div.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.