"utf-8">
H1 normal
H1 modificado H1 modificado 2
H1 normal 2
h1{ font-size: 30px;}
.clase1 h1{font-size: 60px;}
"utf-8">
.titulo{ font-size: 30px;}
.clase1 .titulo{font-size: 60px;}
"utf-8">
.botonera{ width:100%; text-align: center; }
.boton{ display: inline-block; font-weight: 600; border:1px solid #999; padding:10px; margin:3px; }
.boton:first-child{ background-color: yellow; }
.boton:last-child{ background-color: rgb(181, 181, 122); }
.boton2{ border:1px solid #999; width:fit-content; padding:10px; margin:3px; cursor:pointer; }
.boton2:hover{ background-color: blue; ;}
.boton3{ border:1px solid #999; width:fit-content; padding:10px; margin:3px; cursor:pointer; }
.boton3:before{ content:">----"; background-color: burlywood; }
.boton3:after{ content:"-----<"; background-color: coral; }