<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="4/w3.css">
<body class="w3-container">
<h2>Alert as a Card</h2>
<p>Use the w3-card classes to display an alert as a card:</p>
<div class="w3-panel w3-pale-yellow w3-card">
<p>w3-card</p>
</div>
<div class="w3-panel w3-pale-yellow w3-card-4">
<p>w3-card-4</p>
</div>
<div class="w3-panel w3-yellow w3-card">
<p>w3-card</p>
</div>
<div class="w3-panel w3-yellow w3-card-4">
<p>w3-card-4</p>
</div>
</body>
<!-- Mirrored from www.w3schools.com/w3css/tryit.asp?filename=tryw3css_alerts_card by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:28:04 GMT -->
</html>