Jump to content

W3.CSS - w3-color class not rendering selected colors


xwebcoolx

Recommended Posts

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>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...