Test: Difference between revisions
Jump to navigation
Jump to search
W3.CSS
No edit summary |
(Replaced content with "<!DOCTYPE html> <html> <title>W3.CSS</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3...") |
||
Line 1: | Line 1: | ||
<!DOCTYPE html> | <!DOCTYPE html> | ||
<html> | <html> | ||
<title>W3.CSS | <title>W3.CSS</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||
<body> | <body> | ||
<div class="w3-container"> | |||
<div class="w3- | <h2>Badges</h2> | ||
< | <p>The w3-badge class creates a circular badge. Badges are black by default.</p> | ||
<p>Updates <span class="w3-badge">9</span></p> | |||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 05:29, 24 July 2020
<!DOCTYPE html>
Badges
The w3-badge class creates a circular badge. Badges are black by default.
Updates 9