summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-07-03 16:27:05 +0200
committerMartial Simon <msimon_fr@hotmail.com>2023-07-03 16:27:05 +0200
commitde66f21bc991b5eb5dc90296431901bae95de1fc (patch)
tree090a22ee28597ab8f5c51824af51b4a9bbaeadd7
parent8809417987d66220d39d7eda88a4961f9fad0be5 (diff)
fix: index button borders, added dates.html
-rw-r--r--dates.html11
-rw-r--r--index.html2
-rw-r--r--style.css7
3 files changed, 17 insertions, 3 deletions
diff --git a/dates.html b/dates.html
new file mode 100644
index 0000000..a17bf6b
--- /dev/null
+++ b/dates.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Les Running Gags - Dates</title>
+ <meta content="text/html; charset=utf-8" http-equiv="content-type" />
+ <link rel="stylesheet" type="text/css" href="./style.css" />
+ </head>
+ <body>
+ </body>
+ <a href="index.html" class="return">Retour</a>
+</html>
diff --git a/index.html b/index.html
index 088b47c..3ff244d 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
<body class="index">
<h2>Bienvenue sur le site des Running Gags !</h2>
<a class="button" href="membres.html">
- <h3>Membres du groupe</h3>
+ <h3>Le groupe</h3>
</a>
<a class="button" href="dates.html">
<h3>Nos dates</h3>
diff --git a/style.css b/style.css
index 40c5808..988566b 100644
--- a/style.css
+++ b/style.css
@@ -9,7 +9,7 @@ body{
body.index{
height: 97vh;
- text-shadow: 0 0 8px white;
+ text-shadow: 1px 1px 8px white, -1px -1px 8px white, -1px 1px 8px white, 1px -1px 8px white;
font-family: serif;
}
@@ -24,8 +24,11 @@ body.index{
.button{
padding: 5px;
+ margin-right: auto;
+ margin-left: auto;
+ border: 3px inset #00000000;
transition-property: border;
- transition-duration: 1s;
+ transition-duration: 0.5s;
}
.button:hover{