Friday, June 17, 2022

W3CSS TEXT COLOR

<html>
<title>W3.CSS Hover colors</title>
<head>
<title>W3.CSS Tex Colors</title>
<head>
<link rel="stylesheet" type="text/css" href="w3.css">
</head>
<body>
<div class="w3-container w3-text-lime">
<h3>This text color is Lime</h3>
</div>
<div class="w3-container w3-text-purple">
<h3>This text color is deep purple</h3>
</div>
<div class="w3-container w3-text-gray">
<h3>This text color is gray</h3>
</div>
<div class="w3-container w3-text-cyan">
<h3>This text color is cyan</h3>
</div>
</body>
</html> 




No comments:

Post a Comment

MCQ QUESTIONS

Loading…