Bien , el dia de hoy te enseñare como se hace es totalmente facil ...........😎😎😎😎😎✔✔✔
<!DOCTYPE html>
<html>
<head>
<title>Colores</title>
<link rel="stylesheet" type="text/css" href="estilos.css">
</head>
<body>
<div id="nav-menu-container">
<div id="mobile-menu">
<p>Eventos de programadores</p>
<p>No te pierdas este gran eventos!</p>
</div>
</div>
</body>
</html>
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
body{
background: url(fondo.jpg);
font-family: Arial;
}
#mobile-menu{
background: hsla(300, 100%, 20%, 0.5);
color: #fff;
font-size: 38px;
padding:20px;
margin: 250px auto;
width: 550px;
text-align: center;
}
ver Demo |
Descargar |
No hay comentarios.:
Publicar un comentario