mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
add post styles and increase animation time
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="/website/foo-style.css">
|
<link rel="stylesheet" href="/website/foo-style.css">
|
||||||
|
<link rel="stylesheet" href="/website/post-style.css">
|
||||||
<title>Document</title>
|
<title>Document</title>
|
||||||
<script src="/website/redirect.js"></script>
|
<script src="/website/redirect.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
+10
-5
@@ -1,8 +1,11 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="65" height="60"
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="65" height="60"
|
||||||
|
|
||||||
shape-rendering="crispEdges"><style type="text/css">.color {
|
shape-rendering="crispEdges"><style type="text/css">
|
||||||
animation:
|
.color {
|
||||||
col 20s linear infinite;
|
-webkit-animation: col 300s linear infinite;
|
||||||
|
-moz-animation: col 300s linear infinite;
|
||||||
|
-o-animation: col 300s linear infinite;
|
||||||
|
animation: col 300s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes col {
|
@keyframes col {
|
||||||
@@ -47,8 +50,10 @@ shape-rendering="crispEdges"><style type="text/css">.color {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.rcolor {
|
.rcolor {
|
||||||
animation:
|
-webkit-animation: rcol 300s linear infinite;
|
||||||
rcol 20s linear infinite;
|
-moz-animation: rcol 300s linear infinite;
|
||||||
|
-o-animation: rcol 300s linear infinite;
|
||||||
|
animation: rcol 300s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes rcol {
|
@keyframes rcol {
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.6 KiB |
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user