Jump to content

xwebcoolx

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by xwebcoolx

  1. Hi there,

     

    New to W3.CSS, and actually studying/learning it from W3schools.com. Starting off with some color code, the w3-color class is not rendering color used. Not working with Cards, Alerts, other elements for that matter. Using FF v.47.0. I viewed all colors from samples on W3schools.com on same browser. Example below. Thank you for the help. =)

     

    <!DOCTYPE html>
    <html>
    <title></title>
    <link rel="stylesheet" href="my folder/w3.css">
    <body>

    <div class="w3-container w3-red"> //returns default white background of web page, no colors working at all.

     

    <p>This is a W3.CSS red background.</p>

    </div>

     

    </body>

    </html>

×
×
  • Create New...