Foros aprenderaprogramar.com
Aprender a programar => C, C++, C#, Java, Visual Basic, HTML, PHP, CSS, Javascript, Ajax, Joomla, MySql y más => Mensaje iniciado por: JurreNawijn en 24 de Enero 2016, 22:31
-
Dejo la respuesta al ejercicio CU01060D.
<html>
<head>
<title>Portal web - aprenderaprogramar.com</title> <meta charset="utf-8" />
<style type="text/css">
div {
margin: 50px auto auto auto; border: 2px solid black; width: 400px; height: 200px;
background: linear-gradient( 25deg, red, white, blue);
}
</style>
</head>
<body>
<div></div>
</body>
</html>
-
Buenas lo veo perfecto
Salu2