Commit d92c2e3a authored by Alejandro E. Rendon's avatar Alejandro E. Rendon
Browse files

Agregadas charlas

parent 91f1a692
img {
position: absolute;
top: 15%;
left: 38%;
/*position: absolute;*/
height: 300px;
width: 325px;
border: solid black;
}
h2 {
text-align: center;
}
.center { text-align: center; }
a:hover {
opacity: 0.4;
......
img/js.png

2.45 KB

......@@ -6,7 +6,12 @@
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h2>PRESENTACIONES</h2>
<a href="presentaciones/jQuery.html"><img src="img/jquery.png" alt="jQuery"></a>
<div class="center">
<h2>PRESENTACIONES</h2>
<a href="presentaciones/jQuery.html"><img src="img/jQuery.png" alt="jQuery"></a>
<a href="presentaciones/JavaScript/JS.html"><img src="img/js.png" alt="JavaScript"></a>
<a href="presentaciones/intro_linux.html"><img src="img/linux.png" alt=""></a>
<a href="presentaciones/intro_programacion.html"><img src="img/progra.jpg" alt=""></a>
</div>
</body>
</html>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment