index.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586
  1. <html>
  2. <head>
  3. <meta charset="utf-8"/>
  4. <title>Oo</title>
  5. <style type="text/css">
  6. body {
  7. background: repeating-linear-gradient(0deg, #0E0D0E 25%, #0E0D0E 50%, #171819 50%, #171819 75%);
  8. background-size: 10px 10px;
  9. height: 100vh;
  10. overflow: hidden;
  11. display: flex;
  12. font-family: "Barlow", sans-serif;
  13. justify-content: center;
  14. align-items: center;
  15. }
  16. .glitch {
  17. position: relative;
  18. color: #fff;
  19. font-size: 80px;
  20. }
  21. .line:not(:first-child) {
  22. position: absolute;
  23. top: 0;
  24. left: 0;
  25. }
  26. .line:nth-child(1) {
  27. -webkit-animation: clip 3000ms -300ms linear infinite, glitch1 500ms -658ms linear infinite;
  28. animation: clip 3000ms -300ms linear infinite, glitch1 500ms -658ms linear infinite;
  29. }
  30. @-webkit-keyframes glitch1 {
  31. 0% {
  32. transform: translateX(0);
  33. }
  34. 80% {
  35. transform: translateX(0);
  36. color: #fff;
  37. }
  38. 85% {
  39. transform: translateX(3px);
  40. color: #4E9A26;
  41. }
  42. 90% {
  43. transform: translateX(-1px);
  44. color: #AC1212;
  45. }
  46. 95% {
  47. transform: translateX(3px);
  48. color: #fff;
  49. }
  50. 100% {
  51. transform: translateX(0);
  52. }
  53. }
  54. @keyframes glitch1 {
  55. 0% {
  56. transform: translateX(0);
  57. }
  58. 80% {
  59. transform: translateX(0);
  60. color: #fff;
  61. }
  62. 85% {
  63. transform: translateX(3px);
  64. color: #4E9A26;
  65. }
  66. 90% {
  67. transform: translateX(-1px);
  68. color: #AC1212;
  69. }
  70. 95% {
  71. transform: translateX(3px);
  72. color: #fff;
  73. }
  74. 100% {
  75. transform: translateX(0);
  76. }
  77. }
  78. .line:nth-child(2) {
  79. -webkit-animation: clip 3000ms -600ms linear infinite, glitch2 500ms -136ms linear infinite;
  80. animation: clip 3000ms -600ms linear infinite, glitch2 500ms -136ms linear infinite;
  81. }
  82. @-webkit-keyframes glitch2 {
  83. 0% {
  84. transform: translateX(0);
  85. }
  86. 80% {
  87. transform: translateX(0);
  88. color: #fff;
  89. }
  90. 85% {
  91. transform: translateX(4px);
  92. color: #4E9A26;
  93. }
  94. 90% {
  95. transform: translateX(2px);
  96. color: #AC1212;
  97. }
  98. 95% {
  99. transform: translateX(-2px);
  100. color: #fff;
  101. }
  102. 100% {
  103. transform: translateX(0);
  104. }
  105. }
  106. @keyframes glitch2 {
  107. 0% {
  108. transform: translateX(0);
  109. }
  110. 80% {
  111. transform: translateX(0);
  112. color: #fff;
  113. }
  114. 85% {
  115. transform: translateX(4px);
  116. color: #4E9A26;
  117. }
  118. 90% {
  119. transform: translateX(2px);
  120. color: #AC1212;
  121. }
  122. 95% {
  123. transform: translateX(-2px);
  124. color: #fff;
  125. }
  126. 100% {
  127. transform: translateX(0);
  128. }
  129. }
  130. .line:nth-child(3) {
  131. -webkit-animation: clip 3000ms -900ms linear infinite, glitch3 500ms -969ms linear infinite;
  132. animation: clip 3000ms -900ms linear infinite, glitch3 500ms -969ms linear infinite;
  133. }
  134. @-webkit-keyframes glitch3 {
  135. 0% {
  136. transform: translateX(0);
  137. }
  138. 80% {
  139. transform: translateX(0);
  140. color: #fff;
  141. }
  142. 85% {
  143. transform: translateX(3px);
  144. color: #4E9A26;
  145. }
  146. 90% {
  147. transform: translateX(5px);
  148. color: #AC1212;
  149. }
  150. 95% {
  151. transform: translateX(1px);
  152. color: #fff;
  153. }
  154. 100% {
  155. transform: translateX(0);
  156. }
  157. }
  158. @keyframes glitch3 {
  159. 0% {
  160. transform: translateX(0);
  161. }
  162. 80% {
  163. transform: translateX(0);
  164. color: #fff;
  165. }
  166. 85% {
  167. transform: translateX(3px);
  168. color: #4E9A26;
  169. }
  170. 90% {
  171. transform: translateX(5px);
  172. color: #AC1212;
  173. }
  174. 95% {
  175. transform: translateX(1px);
  176. color: #fff;
  177. }
  178. 100% {
  179. transform: translateX(0);
  180. }
  181. }
  182. .line:nth-child(4) {
  183. -webkit-animation: clip 3000ms -1200ms linear infinite, glitch4 500ms -484ms linear infinite;
  184. animation: clip 3000ms -1200ms linear infinite, glitch4 500ms -484ms linear infinite;
  185. }
  186. @-webkit-keyframes glitch4 {
  187. 0% {
  188. transform: translateX(0);
  189. }
  190. 80% {
  191. transform: translateX(0);
  192. color: #fff;
  193. }
  194. 85% {
  195. transform: translateX(0px);
  196. color: #4E9A26;
  197. }
  198. 90% {
  199. transform: translateX(1px);
  200. color: #AC1212;
  201. }
  202. 95% {
  203. transform: translateX(1px);
  204. color: #fff;
  205. }
  206. 100% {
  207. transform: translateX(0);
  208. }
  209. }
  210. @keyframes glitch4 {
  211. 0% {
  212. transform: translateX(0);
  213. }
  214. 80% {
  215. transform: translateX(0);
  216. color: #fff;
  217. }
  218. 85% {
  219. transform: translateX(0px);
  220. color: #4E9A26;
  221. }
  222. 90% {
  223. transform: translateX(1px);
  224. color: #AC1212;
  225. }
  226. 95% {
  227. transform: translateX(1px);
  228. color: #fff;
  229. }
  230. 100% {
  231. transform: translateX(0);
  232. }
  233. }
  234. .line:nth-child(5) {
  235. -webkit-animation: clip 3000ms -1500ms linear infinite, glitch5 500ms -570ms linear infinite;
  236. animation: clip 3000ms -1500ms linear infinite, glitch5 500ms -570ms linear infinite;
  237. }
  238. @-webkit-keyframes glitch5 {
  239. 0% {
  240. transform: translateX(0);
  241. }
  242. 80% {
  243. transform: translateX(0);
  244. color: #fff;
  245. }
  246. 85% {
  247. transform: translateX(1px);
  248. color: #4E9A26;
  249. }
  250. 90% {
  251. transform: translateX(2px);
  252. color: #AC1212;
  253. }
  254. 95% {
  255. transform: translateX(-3px);
  256. color: #fff;
  257. }
  258. 100% {
  259. transform: translateX(0);
  260. }
  261. }
  262. @keyframes glitch5 {
  263. 0% {
  264. transform: translateX(0);
  265. }
  266. 80% {
  267. transform: translateX(0);
  268. color: #fff;
  269. }
  270. 85% {
  271. transform: translateX(1px);
  272. color: #4E9A26;
  273. }
  274. 90% {
  275. transform: translateX(2px);
  276. color: #AC1212;
  277. }
  278. 95% {
  279. transform: translateX(-3px);
  280. color: #fff;
  281. }
  282. 100% {
  283. transform: translateX(0);
  284. }
  285. }
  286. .line:nth-child(6) {
  287. -webkit-animation: clip 3000ms -1800ms linear infinite, glitch6 500ms -907ms linear infinite;
  288. animation: clip 3000ms -1800ms linear infinite, glitch6 500ms -907ms linear infinite;
  289. }
  290. @-webkit-keyframes glitch6 {
  291. 0% {
  292. transform: translateX(0);
  293. }
  294. 80% {
  295. transform: translateX(0);
  296. color: #fff;
  297. }
  298. 85% {
  299. transform: translateX(0px);
  300. color: #4E9A26;
  301. }
  302. 90% {
  303. transform: translateX(5px);
  304. color: #AC1212;
  305. }
  306. 95% {
  307. transform: translateX(0px);
  308. color: #fff;
  309. }
  310. 100% {
  311. transform: translateX(0);
  312. }
  313. }
  314. @keyframes glitch6 {
  315. 0% {
  316. transform: translateX(0);
  317. }
  318. 80% {
  319. transform: translateX(0);
  320. color: #fff;
  321. }
  322. 85% {
  323. transform: translateX(0px);
  324. color: #4E9A26;
  325. }
  326. 90% {
  327. transform: translateX(5px);
  328. color: #AC1212;
  329. }
  330. 95% {
  331. transform: translateX(0px);
  332. color: #fff;
  333. }
  334. 100% {
  335. transform: translateX(0);
  336. }
  337. }
  338. .line:nth-child(7) {
  339. -webkit-animation: clip 3000ms -2100ms linear infinite, glitch7 500ms -686ms linear infinite;
  340. animation: clip 3000ms -2100ms linear infinite, glitch7 500ms -686ms linear infinite;
  341. }
  342. @-webkit-keyframes glitch7 {
  343. 0% {
  344. transform: translateX(0);
  345. }
  346. 80% {
  347. transform: translateX(0);
  348. color: #fff;
  349. }
  350. 85% {
  351. transform: translateX(1px);
  352. color: #4E9A26;
  353. }
  354. 90% {
  355. transform: translateX(4px);
  356. color: #AC1212;
  357. }
  358. 95% {
  359. transform: translateX(4px);
  360. color: #fff;
  361. }
  362. 100% {
  363. transform: translateX(0);
  364. }
  365. }
  366. @keyframes glitch7 {
  367. 0% {
  368. transform: translateX(0);
  369. }
  370. 80% {
  371. transform: translateX(0);
  372. color: #fff;
  373. }
  374. 85% {
  375. transform: translateX(1px);
  376. color: #4E9A26;
  377. }
  378. 90% {
  379. transform: translateX(4px);
  380. color: #AC1212;
  381. }
  382. 95% {
  383. transform: translateX(4px);
  384. color: #fff;
  385. }
  386. 100% {
  387. transform: translateX(0);
  388. }
  389. }
  390. .line:nth-child(8) {
  391. -webkit-animation: clip 3000ms -2400ms linear infinite, glitch8 500ms -361ms linear infinite;
  392. animation: clip 3000ms -2400ms linear infinite, glitch8 500ms -361ms linear infinite;
  393. }
  394. @-webkit-keyframes glitch8 {
  395. 0% {
  396. transform: translateX(0);
  397. }
  398. 80% {
  399. transform: translateX(0);
  400. color: #fff;
  401. }
  402. 85% {
  403. transform: translateX(0px);
  404. color: #4E9A26;
  405. }
  406. 90% {
  407. transform: translateX(-1px);
  408. color: #AC1212;
  409. }
  410. 95% {
  411. transform: translateX(5px);
  412. color: #fff;
  413. }
  414. 100% {
  415. transform: translateX(0);
  416. }
  417. }
  418. @keyframes glitch8 {
  419. 0% {
  420. transform: translateX(0);
  421. }
  422. 80% {
  423. transform: translateX(0);
  424. color: #fff;
  425. }
  426. 85% {
  427. transform: translateX(0px);
  428. color: #4E9A26;
  429. }
  430. 90% {
  431. transform: translateX(-1px);
  432. color: #AC1212;
  433. }
  434. 95% {
  435. transform: translateX(5px);
  436. color: #fff;
  437. }
  438. 100% {
  439. transform: translateX(0);
  440. }
  441. }
  442. .line:nth-child(9) {
  443. -webkit-animation: clip 3000ms -2700ms linear infinite, glitch9 500ms -639ms linear infinite;
  444. animation: clip 3000ms -2700ms linear infinite, glitch9 500ms -639ms linear infinite;
  445. }
  446. @-webkit-keyframes glitch9 {
  447. 0% {
  448. transform: translateX(0);
  449. }
  450. 80% {
  451. transform: translateX(0);
  452. color: #fff;
  453. }
  454. 85% {
  455. transform: translateX(3px);
  456. color: #4E9A26;
  457. }
  458. 90% {
  459. transform: translateX(-1px);
  460. color: #AC1212;
  461. }
  462. 95% {
  463. transform: translateX(0px);
  464. color: #fff;
  465. }
  466. 100% {
  467. transform: translateX(0);
  468. }
  469. }
  470. @keyframes glitch9 {
  471. 0% {
  472. transform: translateX(0);
  473. }
  474. 80% {
  475. transform: translateX(0);
  476. color: #fff;
  477. }
  478. 85% {
  479. transform: translateX(3px);
  480. color: #4E9A26;
  481. }
  482. 90% {
  483. transform: translateX(-1px);
  484. color: #AC1212;
  485. }
  486. 95% {
  487. transform: translateX(0px);
  488. color: #fff;
  489. }
  490. 100% {
  491. transform: translateX(0);
  492. }
  493. }
  494. .line:nth-child(10) {
  495. -webkit-animation: clip 3000ms -3000ms linear infinite, glitch10 500ms -533ms linear infinite;
  496. animation: clip 3000ms -3000ms linear infinite, glitch10 500ms -533ms linear infinite;
  497. }
  498. @-webkit-keyframes glitch10 {
  499. 0% {
  500. transform: translateX(0);
  501. }
  502. 80% {
  503. transform: translateX(0);
  504. color: #fff;
  505. }
  506. 85% {
  507. transform: translateX(-3px);
  508. color: #4E9A26;
  509. }
  510. 90% {
  511. transform: translateX(0px);
  512. color: #AC1212;
  513. }
  514. 95% {
  515. transform: translateX(-4px);
  516. color: #fff;
  517. }
  518. 100% {
  519. transform: translateX(0);
  520. }
  521. }
  522. @keyframes glitch10 {
  523. 0% {
  524. transform: translateX(0);
  525. }
  526. 80% {
  527. transform: translateX(0);
  528. color: #fff;
  529. }
  530. 85% {
  531. transform: translateX(-3px);
  532. color: #4E9A26;
  533. }
  534. 90% {
  535. transform: translateX(0px);
  536. color: #AC1212;
  537. }
  538. 95% {
  539. transform: translateX(-4px);
  540. color: #fff;
  541. }
  542. 100% {
  543. transform: translateX(0);
  544. }
  545. }
  546. @-webkit-keyframes clip {
  547. 0% {
  548. -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 120%, 0 120%);
  549. clip-path: polygon(0 100%, 100% 100%, 100% 120%, 0 120%);
  550. }
  551. 100% {
  552. -webkit-clip-path: polygon(0 -20%, 100% -20%, 100% 0%, 0 0);
  553. clip-path: polygon(0 -20%, 100% -20%, 100% 0%, 0 0);
  554. }
  555. }
  556. @keyframes clip {
  557. 0% {
  558. -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 120%, 0 120%);
  559. clip-path: polygon(0 100%, 100% 100%, 100% 120%, 0 120%);
  560. }
  561. 100% {
  562. -webkit-clip-path: polygon(0 -20%, 100% -20%, 100% 0%, 0 0);
  563. clip-path: polygon(0 -20%, 100% -20%, 100% 0%, 0 0);
  564. }
  565. }
  566. </style>
  567. </head>
  568. <body>
  569. <div class="glitch">
  570. <div class="line">NOTHING TO SEE HERE</div>
  571. <div class="line">NOTHING TO SEE HERE</div>
  572. <div class="line">NOTHING TO SEE HERE</div>
  573. <div class="line">NOTHING TO SEE HERE</div>
  574. <div class="line">NOTHING TO SEE HERE</div>
  575. <div class="line">NOTHING TO SEE HERE</div>
  576. <div class="line">NOTHING TO SEE HERE</div>
  577. <div class="line">NOTHING TO SEE HERE</div>
  578. <div class="line">NOTHING TO SEE HERE</div>
  579. </div>
  580. </body>
  581. </html>