<!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-display-container w3-white w3-margin w3-card-8" style="height:200px;width:350px">
<div class="w3-display-topleft w3-container w3-red" style="width:25%;height:40%"><p></p></div>
<div class="w3-display-topright w3-container w3-red" style="width:60%;height:40%"><p></p></div>
<div class="w3-display-bottomleft w3-container w3-red" style="width:25%;height:40%"><p></p></div>
<div class="w3-display-bottomright w3-container w3-red" style="width:60%;height:40%"><p></p></div>
</div>
</body>
</html>