diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/base.css | 18 | ||||
| -rw-r--r-- | css/chung.css | 14 |
2 files changed, 14 insertions, 18 deletions
diff --git a/css/base.css b/css/base.css index 4c716c1..bed4b11 100644 --- a/css/base.css +++ b/css/base.css | |||
| @@ -38,9 +38,6 @@ body { | |||
| 38 | 38 | ||
| 39 | height: 5vw; | 39 | height: 5vw; |
| 40 | 40 | ||
| 41 | /*background-image: url(../images/sketty.jpeg); | ||
| 42 | background-size: cover;*/ | ||
| 43 | |||
| 44 | background-color: black; | 41 | background-color: black; |
| 45 | color: white; | 42 | color: white; |
| 46 | 43 | ||
| @@ -65,19 +62,4 @@ body { | |||
| 65 | 62 | ||
| 66 | ul li { | 63 | ul li { |
| 67 | list-style-type: '- '; | 64 | list-style-type: '- '; |
| 68 | } | ||
| 69 | |||
| 70 | #chung { | ||
| 71 | animation: rotation 1s; | ||
| 72 | animation-timing-function: linear; | ||
| 73 | animation-iteration-count: infinite; | ||
| 74 | } | ||
| 75 | |||
| 76 | @keyframes rotation { | ||
| 77 | from { | ||
| 78 | transform: rotate(0deg); | ||
| 79 | } | ||
| 80 | to { | ||
| 81 | transform: rotate(359deg); | ||
| 82 | } | ||
| 83 | } \ No newline at end of file | 65 | } \ No newline at end of file |
diff --git a/css/chung.css b/css/chung.css new file mode 100644 index 0000000..17c8ec3 --- /dev/null +++ b/css/chung.css | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | #chung { | ||
| 2 | animation: rotation 1s; | ||
| 3 | animation-timing-function: linear; | ||
| 4 | animation-iteration-count: infinite; | ||
| 5 | } | ||
| 6 | |||
| 7 | @keyframes rotation { | ||
| 8 | from { | ||
| 9 | transform: rotate(0deg); | ||
| 10 | } | ||
| 11 | to { | ||
| 12 | transform: rotate(359deg); | ||
| 13 | } | ||
| 14 | } \ No newline at end of file | ||
