summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-07-26 19:30:12 +0200
committerMartial Simon <msimon_fr@hotmail.com>2023-07-26 19:30:12 +0200
commit163785246c18f6b7c6068d14b569a6caadef097d (patch)
treecb2395d33a091f30538864f4df553e347b644bef
parent04a0f8d50d823209398899e64f0609c5a729207b (diff)
minor
-rw-r--r--pages.html1
-rw-r--r--style.css7
2 files changed, 5 insertions, 3 deletions
diff --git a/pages.html b/pages.html
index 24f15c4..9f99b7f 100644
--- a/pages.html
+++ b/pages.html
@@ -26,6 +26,7 @@
<a href="https://ratakor.com"><img src="https://ratakor.com/images/based/ratakor.gif"></a>
<a href="https://gifypet.neocities.org/" ><img src="https://gifypet.neocities.org/images/badge.gif"></a>
<a href="https://nuange.neocities.org/" ><img src="https://i.imgur.com/q3Fio3i.gif"></a>
+ <a href="https://yesterweb.com" ><img src="https://yesterweb.org/img/button.png"></a>
</div>
</div>
</div>
diff --git a/style.css b/style.css
index 6804791..c8ac793 100644
--- a/style.css
+++ b/style.css
@@ -47,8 +47,8 @@ br{
background-color: rgba(220, 237, 200, 0.55);
border: 3px solid skyblue;
border-radius: 2%;
- transition-property: opacity;
- transition-duration: 0.3s;
+ transition-property: opacity, box-shadow;
+ transition-duration: 0.3s, 0.6s;
/*animation-name: spin;
animation-duration: 2s;
animation-iteration-count: infinite;
@@ -70,6 +70,7 @@ a.text-link::after{
.link:hover {
opacity: 0.6;
+ box-shadow: 4px 4px chartreuse, -4px -4px chartreuse, -4px 4px chartreuse, 4px -4px chartreuse;
/*animation-name: heylisten;
animation-duration: 1.5s;
animation-timing-function: linear;
@@ -99,7 +100,7 @@ a.text-link::after{
margin: 3% 0;
margin-bottom: auto;
padding: 1%;
- background-color: rgba(220, 237, 200, 0.65);
+ background-color: rgba(220, 237, 200, 0.80);
border-radius: 5px;
border: 5px dotted #b4d545;
}