diff options
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; |
