Skip to content

Commit 96b587e

Browse files
authored
Update index.html
1 parent 44af6ac commit 96b587e

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

index.html

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
56
<style>
67
* {
78
box-sizing: border-box;
@@ -292,6 +293,20 @@
292293
th {
293294
background: #eee;
294295
}
296+
.gif-container {
297+
width: 100%;
298+
height: 0;
299+
padding-bottom: 56.25%; /* Proporción 16:9 */
300+
position: relative;
301+
}
302+
.gif-container img {
303+
position: absolute;
304+
width: 100%;
305+
height: 100%;
306+
left: 0;
307+
top: 0;
308+
}
309+
295310
</style>
296311

297312
</head>
@@ -361,7 +376,9 @@ <h3>Systems and network pharmacology</h3>
361376
</div>
362377
<div class="column">
363378
<h3>Structural bioinformatics</h3>
364-
<p></p>
379+
<div class="gif-container">
380+
<img src="/media/Gallery/A1899_RAMD.gif" alt="GIF Animado">
381+
</div>
365382
</div>
366383
<div class="column">
367384
<h3>Multitarget drug design</h3>

0 commit comments

Comments
 (0)