Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: custom css not working
    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>

    Forum: Plugins
    In reply to: custom css not working
    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; }

Viewing 2 replies - 1 through 2 (of 2 total)