BODY - Margine testo






<!DOCTYPE html>
<html>
<head>
<style>
body {
display: block;
margin: 50px;
}

body:focus {
outline: none;
}
</style>
</head>
<body>

The content of the document......

<p>Change the default CSS settings to see the effect.</p>

</body>
</html>













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