<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../lib/w3.css">
<body>
<div class="w3-container">
<h2>Round Classes</h2>
<div class="w3-round-small w3-teal w3-padding w3-margin-bottom">w3-round-small</div>
<div class="w3-round w3-teal w3-padding w3-margin-bottom">w3-round</div>
<div class="w3-round-large w3-teal w3-padding w3-margin-bottom">w3-round-large</div>
<div class="w3-round-xlarge w3-teal w3-padding w3-margin-bottom">w3-round-xlarge</div>
<div class="w3-round-jumbo w3-teal w3-padding w3-margin-bottom">w3-round-jumbo</div>
</div>
</body>
</html>