260 bytes added
, 14:51, 22 February 2023
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.square {
height: 100px;
width: 200px;
background-color: #E4E6EA;
}
</style>
</head>
<body>
<h2>Square CSS</h2>
<div class="square">
hola
</div>
</body>
</html>