File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
-
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
5
6
< style >
6
7
* {
7
8
box-sizing : border-box;
292
293
th {
293
294
background : # eee ;
294
295
}
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
+
295
310
</ style >
296
311
297
312
</ head >
@@ -361,7 +376,9 @@ <h3>Systems and network pharmacology</h3>
361
376
</ div >
362
377
< div class ="column ">
363
378
< 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 >
365
382
</ div >
366
383
< div class ="column ">
367
384
< h3 > Multitarget drug design</ h3 >
You can’t perform that action at this time.
0 commit comments