Commit b7d922ba authored by Sebastian Duque Restrepo's avatar Sebastian Duque Restrepo
Browse files

Se añade la presentacion de jquery

parents
img {
position: absolute;
top: 15%;
left: 35%;
height: 300px;
width: 300px;
border: solid black;
}
h2 {
text-align: center;
}
a:hover {
opacity: 0.4;
}
a:focus {
outline: none;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Slides</title>
<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>
</body>
</html>
This diff is collapsed.
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