jueves, 23 de abril de 2020

CSS_P4.0_Centering_Content_Solorio

<html>
<title>CENTERING CONTENT</title>
<head>
<style>
body {text-align: center;}
p {width: 300px; padding: 50px; border: 20px solid #0088dd;}
p.example {margin: 10px auto 10px auto; text-align: left;}
</style>
</head>
<body>
<p>Analog synthesizers are often said to have a "warmer" sound than their digital counterparts.</p>
<p class="example">Analog synthesizers are often said to have a "warmer" sound than their digital counterparts.</p>
</body>
</html>

No hay comentarios:

Publicar un comentario