Forums

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

Home Forums CSS Responsive issues

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #237815
    chauhanheena
    Participant

    Hi

    The link in conern is

    http://amijangla.com/globe/index.html

    How can i make this globe center align in a div and also make the globe responsive as teh width and height values of the globe are mentioned in the javascript and not css.
    thanks in advance.

    #237816
    Paulie_D
    Member

    “`css
    canvas {
    display: block;
    margin: auto;
    width: 50%;
    }

    Isn’t that what you had in mind?

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