Forums

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

Home Forums CSS Cant get this to work

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #197146
    pemhak
    Participant

    It wont load the css script.

    http://codepen.io/pemhak65/pen/LEBZxE

    #197148
    Paulie_D
    Member

    If you are trying to load an external CSS sheet into Codepen…it has to be hyperlinked from a webpage OR saved as a Codepen asset (which will also give you a link to insert.

    Otherwise, copy and past your CSS into the CSS area provided such as you have already.

    That said, there is no element with a class of .still in your Codepen HTML so that won’t work either.

    #197158
    pemhak
    Participant

    it is .stil1 not still, i don understand why html page wont load the css-file.

    #197161
    Paulie_D
    Member

    The CSS file has to be on a web server somewhere…this is not linked to a web server

    <link rel=”stylesheet” type=”text/css” href=extern_css.css” />
    

    If it was it would have an http reference in the href link like this

    https://s3-us-west-2.amazonaws.com/s.cdpn.io/3999/reset_1.css

    and no element in the supplied Codepen has any class attached let alone something with a class of .stil1.

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