diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-01-23 15:28:58 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-01-23 15:28:58 +0200 |
| commit | ee6ab37902a38fa1288a23b523c547ea7e01719c (patch) | |
| tree | d2e53e534068d8fcc87a7dc2d8f1a0bc3c00873b /index.html | |
| parent | f643681bbbb361f5fe074554d75f32c4e684a61f (diff) | |
meta: updated front page look
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -10,7 +10,7 @@ <link rel="icon" type="favicon/ico" href="img/mii.ico"> </head> <body class="index"> - <p style="position: absolute; top:50%; left: 50%; text-align: center; transform: rotate(-45deg);">Trop d'ordre sur cette page...</p> + <p style="position: absolute; top:50%; left: 15%; text-align: center; transform: rotate(-45deg);">Trop d'ordre sur cette page...</p> <a style="position: absolute; top : 20%; left: 25%"href="https://tamanotchi.world/8103c"> <img src="https://tamanotchi.world/i2/8103" alt="It's tamaNOTchi! Click to feed!"> </a> @@ -25,17 +25,17 @@ <a href="en/index.html" class="language">🤮🇬🇧</a> <div class="links"> <a href="main.html" class="link"> - <img src=img/aboutme.png width=60% /> + <img class="linkimg1" src=img/aboutme.png width=60% /> <span>Qui suis-je ?</span> </a> </div> <div class="links"> <a href="info.html" class="link"> - <img src="https://www.your3dsource.com/images/laptopB.gif"> + <img class="linkimg2" src="https://www.your3dsource.com/images/laptopB.gif" width="60%"> <span>Informatique</span> </a> <a href="musique.html" class="link"> - <img src=img/music.png width=60% /> + <img class="linkimg3" src=img/music.png width=60% /> <span>Musique</span> </a> </div> |
