Saturday, June 18, 2022

Rounded panel in CSS framework

 <!doctype html>
<head>
<title>w3.css</title>
</head>
<link rel="stylesheet" href="w3.css">
<body>
<div class="w3-panel w3-teal w3-round-xlarge">
<h3>rounded panel</h3>
<p> this is a rounded panel</p>
</div>
</body>
</html>

 




No comments:

Post a Comment

MCQ QUESTIONS

Loading…