Creare Ovale





https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_shapes_oval



<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.oval {
height: 50px;
width: 100px;
background-color: #555;
border-radius: 50%;
}
</style>
</head>
<body>

<h2>Oval CSS</h2>
<div class="oval"></div>

</body>
</html>










( creareovale.html )- by Paolo Puglisi - Modifica del 17/12/2023