diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-06-28 17:23:34 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-06-28 17:23:34 +0200 |
| commit | 452a07e50464469d43d8b3ee0da43ce2dbd79a6c (patch) | |
| tree | c312986b6a4a10d3cc0831eb285d28f1d18aa458 /style.css | |
| parent | 851583a07fff200aa2c0c2a41bcc492776037450 (diff) | |
minor: minor changes
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 25 |
1 files changed, 23 insertions, 2 deletions
@@ -20,11 +20,15 @@ body.index{ .language{ text-decoration:none; font-size:1.2em; - position: absolute; + position: fixed; right:8px; top: 2px; } +br{ + margin-bottom: 5px; +} + .links{ display: flex; justify-content: center; @@ -57,8 +61,20 @@ a{ color: inherit; } +a.text-link::before{ + content: ">" +} + +a.text-link::after{ + content: "<"; +} + .link:hover { opacity: 0.6; + /*animation-name: heylisten; + animation-duration: 1.5s; + animation-timing-function: linear; + animation-iteration-count: infinite;*/ } .link span{ @@ -104,7 +120,7 @@ a{ .sub-sep{ border: none; - border-top: 3px dotted blue; + border-top: 3px dotted rgba(0, 0, 255, 0.6); } .footer{ @@ -156,6 +172,11 @@ a{ } } +@keyframes heylisten{ + 50%{ + transform: scale(1.05,1.05); + } +} @font-face{ font-family:Cousine; |
