Ver Mensaje Individual
  #411 (permalink)  
Antiguo 18/03/2009, 16:54
Avatar de faiverson
faiverson
 
Fecha de Ingreso: mayo-2005
Mensajes: 79
Antigüedad: 18 años, 11 meses
Puntos: 0
Respuesta: Trivia: Conceptos CSS

<html>
<head>
<style>
.uno {background-color: blue;}
.dos {background-color: red;}
.uno.dos {background-color: yelow;}
</style>
</head>
<body>
<div class="uno">... será azul</div>
<div class="dos">... será rojo</div>
<div class="uno dos">... será amarilo</div>
</body>
</html>
__________________
Fabi... fighting versus the web