Código HTML :
<body> <div id="cartel">Baskerville</div> </body> </html>
Código CSS :
#cartel { width: 200px; height: 70px; padding: 20px; font: 34px Georgia; text-align: center; border-left: dotted 18px gray; color: blue; } #cartel:hover { border-left: dotted 18px orange; color: maroon; }