• Custome css works, when i add 1 thing, but when i try to add another for example image the whole thing breaks? nothing shows up?

Viewing 3 replies - 1 through 3 (of 3 total)
  • please post a link to your site.

    what theme are you using?

    what exactly are you adding?

    Thread Starter cookiebearr

    (@cookiebearr)

    i’m trying to add just words on the login page

    so in the html it would be: <div id=”serve”<h1>serving downtown toronto</h1></div>
    <div id=”rise”><h2>rising above your expectations</h2></div>

    and my css would is: #serve{ font-size:3.5em; color:#000; display:block; position:absolute; top:550px; text-transform:uppercase; }

    #rise{ font-size:2em; color:#000; display:block; position:absolute; left:400px; top:550px; text-transform:uppercase; }

    Thread Starter cookiebearr

    (@cookiebearr)

    oops i forgot the > but it still doesn’t work

    so it looks like

    <div id=”serve”><h1>serving downtown toronto</h1></div>
    <div id=”rise”><h2>rising above your expectations</h2></div>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘custom css not working’ is closed to new replies.