summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-07-31 14:10:41 +0200
committerMartial Simon <msimon_fr@hotmail.com>2023-07-31 14:10:41 +0200
commitc0a2450b43156b7e03f26de42159c47428808e90 (patch)
tree15c58530394fbeaed05984a4b84d7298fbfb7224
parente65183f0106c51834c3fd96f6a03a78953582147 (diff)
minor: minor visual changes
-rw-r--r--index.html3
-rw-r--r--membres.html2
-rw-r--r--style.css10
3 files changed, 7 insertions, 8 deletions
diff --git a/index.html b/index.html
index 3ff244d..1165b51 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,10 @@
<body class="index">
<h2>Bienvenue sur le site des Running Gags !</h2>
<a class="button" href="membres.html">
+ <div style="display: flex;">
<h3>Le groupe</h3>
+ <img src="https://momg.neocities.org/gifs/i-8483.gif" style="height: 25%;" >
+ </div>
</a>
<a class="button" href="dates.html">
<h3>Nos dates</h3>
diff --git a/membres.html b/membres.html
index cce7cc2..cea632d 100644
--- a/membres.html
+++ b/membres.html
@@ -48,7 +48,7 @@
</div>
</div>
</div>
- <a href="index.html" class="return">Retour</a>
+ <a href="index.html" class="return"><img src="https://momg.neocities.org/gifs/i-47092.gif" ></a>
</body>
</html>
diff --git a/style.css b/style.css
index fbb1a1a..f489a85 100644
--- a/style.css
+++ b/style.css
@@ -16,24 +16,20 @@ body.index{
.content{
padding: 5px;
margin: auto;
- margin-left: 15%;
- margin-right: 15%;
+ margin-left: 10%;
+ margin-right: 10%;
border: 3px dotted #777777;
border-radius: 8px;
color: #ffffff;
}
.button{
- padding: 5px;
+ margin-top: 5px;
margin-right: auto;
margin-left: auto;
- border: 3px inset #00000000;
- transition-property: border;
- transition-duration: 0.5s;
}
.button:hover{
- border: 3px inset #888888;
}
ul{