Advertisement
cat_inthe_cradle

Ophi (reference)

Jan 16th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.42 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Poiret+One);
  3.  
  4. .ophi {
  5. position: absolute;
  6. right: 25%;
  7. top: 15%;
  8. z-index: 99;
  9. height: 75%;
  10. width: 30%;
  11. background-image:url('http://imgur.com/MMNbIrR.png');
  12. background-size: 100% 100%;
  13. background-position: center;
  14. background-repeat: no-repeat;
  15. }
  16.  
  17. .star {
  18. position: absolute;
  19. right: 55%;
  20. top: 40%;
  21. text-align: justify;
  22. overflow: auto;
  23. z-index: 99;
  24. height: 45%;
  25. width: 30%;
  26. font-family: Poiret One;
  27. font-size: 2vh;
  28. color: #ddd;
  29. }
  30.  
  31. body {
  32. background: url(http://imgur.com/y6mhMV4.jpg) repeat center center fixed;
  33. position: relative;
  34. margin: 0;
  35. overflow: hidden;
  36. }
  37.  
  38. body:after {
  39. content: "";
  40. display: block;
  41. background: linear-gradient(#2B4274, #142036);
  42. position: absolute;
  43. width: 100%;
  44. height: 100%;
  45. z-index: 0;
  46. opacity: .5;
  47. }
  48.  
  49. .stars-bg {
  50. position: fixed;
  51. width: 100%;
  52. height: 100%;
  53. top: 0;
  54. left: 0;
  55. background-size: 240px;
  56. backface-visibility: visible;
  57. z-index: 1;
  58. animation: spin 300s linear infinite;
  59. }
  60.  
  61. .circle {
  62. position: absolute;
  63. background: rgba(217, 248, 251, 0.8);
  64. width: 1px;
  65. height: 1px;
  66. border-radius: 50%;
  67. display: flex;
  68. justify-content: center;
  69. align-items: center;
  70. box-shadow: 0px 0px 5px 2px #5995c7;
  71. animation: glow 2s infinite alternate;
  72. }
  73. .circle-big .circle {
  74. width: 2px;
  75. height: 2px;
  76. }
  77.  
  78. @keyframes glow {
  79. from {
  80. box-shadow: 0px 0px 6px 1px #5995c7;
  81. }
  82. to {
  83. box-shadow: 0px 0px 8px 4px #5995c7;
  84. }
  85. }
  86. @keyframes spin {
  87. from {
  88. transform: rotate(0deg);
  89. }
  90. to {
  91. transform: rotate(360deg);
  92. }
  93. }
  94. .circle-small .circle:nth-child(1) {
  95. top: 104%;
  96. left: 113%;
  97. animation-delay: 1s;
  98. }
  99.  
  100. .circle-big .circle:nth-child(1) {
  101. top: 25%;
  102. left: 115%;
  103. animation-delay: 1s;
  104. }
  105.  
  106. .circle-small .circle:nth-child(2) {
  107. top: -99%;
  108. left: -94%;
  109. animation-delay: 2s;
  110. }
  111.  
  112. .circle-big .circle:nth-child(2) {
  113. top: 14%;
  114. left: -58%;
  115. animation-delay: 2s;
  116. }
  117.  
  118. .circle-small .circle:nth-child(3) {
  119. top: -84%;
  120. left: -77%;
  121. animation-delay: 3s;
  122. }
  123.  
  124. .circle-big .circle:nth-child(3) {
  125. top: 86%;
  126. left: 184%;
  127. animation-delay: 3s;
  128. }
  129.  
  130. .circle-small .circle:nth-child(4) {
  131. top: -82%;
  132. left: 149%;
  133. animation-delay: 4s;
  134. }
  135.  
  136. .circle-big .circle:nth-child(4) {
  137. top: 123%;
  138. left: -34%;
  139. animation-delay: 4s;
  140. }
  141.  
  142. .circle-small .circle:nth-child(5) {
  143. top: 141%;
  144. left: 200%;
  145. animation-delay: 5s;
  146. }
  147.  
  148. .circle-big .circle:nth-child(5) {
  149. top: 142%;
  150. left: -53%;
  151. animation-delay: 5s;
  152. }
  153.  
  154. .circle-small .circle:nth-child(6) {
  155. top: 93%;
  156. left: -21%;
  157. animation-delay: 6s;
  158. }
  159.  
  160. .circle-big .circle:nth-child(6) {
  161. top: 25%;
  162. left: 149%;
  163. animation-delay: 6s;
  164. }
  165.  
  166. .circle-small .circle:nth-child(7) {
  167. top: 64%;
  168. left: -96%;
  169. animation-delay: 7s;
  170. }
  171.  
  172. .circle-big .circle:nth-child(7) {
  173. top: -65%;
  174. left: 75%;
  175. animation-delay: 7s;
  176. }
  177.  
  178. .circle-small .circle:nth-child(8) {
  179. top: 132%;
  180. left: 54%;
  181. animation-delay: 8s;
  182. }
  183.  
  184. .circle-big .circle:nth-child(8) {
  185. top: -2%;
  186. left: 21%;
  187. animation-delay: 8s;
  188. }
  189.  
  190. .circle-small .circle:nth-child(9) {
  191. top: 199%;
  192. left: -27%;
  193. animation-delay: 9s;
  194. }
  195.  
  196. .circle-big .circle:nth-child(9) {
  197. top: 28%;
  198. left: -86%;
  199. animation-delay: 9s;
  200. }
  201.  
  202. .circle-small .circle:nth-child(10) {
  203. top: 167%;
  204. left: 79%;
  205. animation-delay: 10s;
  206. }
  207.  
  208. .circle-big .circle:nth-child(10) {
  209. top: -25%;
  210. left: 4%;
  211. animation-delay: 10s;
  212. }
  213.  
  214. .circle-small .circle:nth-child(11) {
  215. top: 113%;
  216. left: 31%;
  217. animation-delay: 11s;
  218. }
  219.  
  220. .circle-big .circle:nth-child(11) {
  221. top: 10%;
  222. left: 137%;
  223. animation-delay: 11s;
  224. }
  225.  
  226. .circle-small .circle:nth-child(12) {
  227. top: -15%;
  228. left: 20%;
  229. animation-delay: 12s;
  230. }
  231.  
  232. .circle-big .circle:nth-child(12) {
  233. top: 58%;
  234. left: -59%;
  235. animation-delay: 12s;
  236. }
  237.  
  238. .circle-small .circle:nth-child(13) {
  239. top: 36%;
  240. left: 73%;
  241. animation-delay: 13s;
  242. }
  243.  
  244. .circle-big .circle:nth-child(13) {
  245. top: -85%;
  246. left: 11%;
  247. animation-delay: 13s;
  248. }
  249.  
  250. .circle-small .circle:nth-child(14) {
  251. top: 56%;
  252. left: -39%;
  253. animation-delay: 14s;
  254. }
  255.  
  256. .circle-big .circle:nth-child(14) {
  257. top: -47%;
  258. left: -83%;
  259. animation-delay: 14s;
  260. }
  261.  
  262. .circle-small .circle:nth-child(15) {
  263. top: -9%;
  264. left: -55%;
  265. animation-delay: 15s;
  266. }
  267.  
  268. .circle-big .circle:nth-child(15) {
  269. top: 94%;
  270. left: 80%;
  271. animation-delay: 15s;
  272. }
  273.  
  274. .circle-small .circle:nth-child(16) {
  275. top: 48%;
  276. left: -81%;
  277. animation-delay: 16s;
  278. }
  279.  
  280. .circle-big .circle:nth-child(16) {
  281. top: -85%;
  282. left: 90%;
  283. animation-delay: 16s;
  284. }
  285.  
  286. .circle-small .circle:nth-child(17) {
  287. top: 11%;
  288. left: -99%;
  289. animation-delay: 17s;
  290. }
  291.  
  292. .circle-big .circle:nth-child(17) {
  293. top: 138%;
  294. left: 168%;
  295. animation-delay: 17s;
  296. }
  297.  
  298. .circle-small .circle:nth-child(18) {
  299. top: 46%;
  300. left: 96%;
  301. animation-delay: 18s;
  302. }
  303.  
  304. .circle-big .circle:nth-child(18) {
  305. top: -26%;
  306. left: 196%;
  307. animation-delay: 18s;
  308. }
  309.  
  310. .circle-small .circle:nth-child(19) {
  311. top: 200%;
  312. left: 30%;
  313. animation-delay: 19s;
  314. }
  315.  
  316. .circle-big .circle:nth-child(19) {
  317. top: 163%;
  318. left: -3%;
  319. animation-delay: 19s;
  320. }
  321.  
  322. .circle-small .circle:nth-child(20) {
  323. top: 102%;
  324. left: 94%;
  325. animation-delay: 20s;
  326. }
  327.  
  328. .circle-big .circle:nth-child(20) {
  329. top: 66%;
  330. left: -72%;
  331. animation-delay: 20s;
  332. }
  333.  
  334. .circle-small .circle:nth-child(21) {
  335. top: 129%;
  336. left: 103%;
  337. animation-delay: 21s;
  338. }
  339.  
  340. .circle-big .circle:nth-child(21) {
  341. top: 105%;
  342. left: 114%;
  343. animation-delay: 21s;
  344. }
  345.  
  346. .circle-small .circle:nth-child(22) {
  347. top: 119%;
  348. left: 109%;
  349. animation-delay: 22s;
  350. }
  351.  
  352. .circle-big .circle:nth-child(22) {
  353. top: 99%;
  354. left: 13%;
  355. animation-delay: 22s;
  356. }
  357.  
  358. .circle-small .circle:nth-child(23) {
  359. top: 67%;
  360. left: -12%;
  361. animation-delay: 23s;
  362. }
  363.  
  364. .circle-big .circle:nth-child(23) {
  365. top: -33%;
  366. left: -61%;
  367. animation-delay: 23s;
  368. }
  369.  
  370. .circle-small .circle:nth-child(24) {
  371. top: 56%;
  372. left: 6%;
  373. animation-delay: 24s;
  374. }
  375.  
  376. .circle-big .circle:nth-child(24) {
  377. top: 146%;
  378. left: 57%;
  379. animation-delay: 24s;
  380. }
  381.  
  382. .circle-small .circle:nth-child(25) {
  383. top: 66%;
  384. left: 158%;
  385. animation-delay: 25s;
  386. }
  387.  
  388. .circle-big .circle:nth-child(25) {
  389. top: -14%;
  390. left: 118%;
  391. animation-delay: 25s;
  392. }
  393.  
  394. .circle-small .circle:nth-child(26) {
  395. top: -91%;
  396. left: 48%;
  397. animation-delay: 26s;
  398. }
  399.  
  400. .circle-big .circle:nth-child(26) {
  401. top: 16%;
  402. left: 108%;
  403. animation-delay: 26s;
  404. }
  405.  
  406. .circle-small .circle:nth-child(27) {
  407. top: -30%;
  408. left: 87%;
  409. animation-delay: 27s;
  410. }
  411.  
  412. .circle-big .circle:nth-child(27) {
  413. top: 78%;
  414. left: -96%;
  415. animation-delay: 27s;
  416. }
  417.  
  418. .circle-small .circle:nth-child(28) {
  419. top: -43%;
  420. left: 5%;
  421. animation-delay: 28s;
  422. }
  423.  
  424. .circle-big .circle:nth-child(28) {
  425. top: 4%;
  426. left: 191%;
  427. animation-delay: 28s;
  428. }
  429.  
  430. .circle-small .circle:nth-child(29) {
  431. top: 19%;
  432. left: -37%;
  433. animation-delay: 29s;
  434. }
  435.  
  436. .circle-big .circle:nth-child(29) {
  437. top: 128%;
  438. left: 101%;
  439. animation-delay: 29s;
  440. }
  441.  
  442. .circle-small .circle:nth-child(30) {
  443. top: 49%;
  444. left: 133%;
  445. animation-delay: 30s;
  446. }
  447.  
  448. .circle-big .circle:nth-child(30) {
  449. top: 68%;
  450. left: -52%;
  451. animation-delay: 30s;
  452. }
  453.  
  454. .circle-small .circle:nth-child(31) {
  455. top: 19%;
  456. left: -48%;
  457. animation-delay: 31s;
  458. }
  459.  
  460. .circle-big .circle:nth-child(31) {
  461. top: -81%;
  462. left: -36%;
  463. animation-delay: 31s;
  464. }
  465.  
  466. .circle-small .circle:nth-child(32) {
  467. top: 199%;
  468. left: -85%;
  469. animation-delay: 32s;
  470. }
  471.  
  472. .circle-big .circle:nth-child(32) {
  473. top: 108%;
  474. left: 152%;
  475. animation-delay: 32s;
  476. }
  477.  
  478. .circle-small .circle:nth-child(33) {
  479. top: 166%;
  480. left: -64%;
  481. animation-delay: 33s;
  482. }
  483.  
  484. .circle-big .circle:nth-child(33) {
  485. top: 131%;
  486. left: -88%;
  487. animation-delay: 33s;
  488. }
  489.  
  490. .circle-small .circle:nth-child(34) {
  491. top: -99%;
  492. left: 48%;
  493. animation-delay: 34s;
  494. }
  495.  
  496. .circle-big .circle:nth-child(34) {
  497. top: 171%;
  498. left: -27%;
  499. animation-delay: 34s;
  500. }
  501.  
  502. .circle-small .circle:nth-child(35) {
  503. top: 66%;
  504. left: -35%;
  505. animation-delay: 35s;
  506. }
  507.  
  508. .circle-big .circle:nth-child(35) {
  509. top: 119%;
  510. left: -36%;
  511. animation-delay: 35s;
  512. }
  513.  
  514. .circle-small .circle:nth-child(36) {
  515. top: -91%;
  516. left: 33%;
  517. animation-delay: 36s;
  518. }
  519.  
  520. .circle-big .circle:nth-child(36) {
  521. top: 16%;
  522. left: 144%;
  523. animation-delay: 36s;
  524. }
  525.  
  526. .circle-small .circle:nth-child(37) {
  527. top: -62%;
  528. left: -62%;
  529. animation-delay: 37s;
  530. }
  531.  
  532. .circle-big .circle:nth-child(37) {
  533. top: -47%;
  534. left: 194%;
  535. animation-delay: 37s;
  536. }
  537.  
  538. .circle-small .circle:nth-child(38) {
  539. top: -68%;
  540. left: -81%;
  541. animation-delay: 38s;
  542. }
  543.  
  544. .circle-big .circle:nth-child(38) {
  545. top: 85%;
  546. left: -41%;
  547. animation-delay: 38s;
  548. }
  549.  
  550. .circle-small .circle:nth-child(39) {
  551. top: 40%;
  552. left: -91%;
  553. animation-delay: 39s;
  554. }
  555.  
  556. .circle-big .circle:nth-child(39) {
  557. top: -29%;
  558. left: 62%;
  559. animation-delay: 39s;
  560. }
  561.  
  562. .circle-small .circle:nth-child(40) {
  563. top: -38%;
  564. left: 164%;
  565. animation-delay: 40s;
  566. }
  567.  
  568. .circle-big .circle:nth-child(40) {
  569. top: 88%;
  570. left: 28%;
  571. animation-delay: 40s;
  572. }
  573.  
  574. .circle-small .circle:nth-child(41) {
  575. top: 143%;
  576. left: -48%;
  577. animation-delay: 41s;
  578. }
  579.  
  580. .circle-big .circle:nth-child(41) {
  581. top: -26%;
  582. left: 132%;
  583. animation-delay: 41s;
  584. }
  585.  
  586. .circle-small .circle:nth-child(42) {
  587. top: 4%;
  588. left: 189%;
  589. animation-delay: 42s;
  590. }
  591.  
  592. .circle-big .circle:nth-child(42) {
  593. top: 60%;
  594. left: 178%;
  595. animation-delay: 42s;
  596. }
  597.  
  598. .circle-small .circle:nth-child(43) {
  599. top: -22%;
  600. left: -98%;
  601. animation-delay: 43s;
  602. }
  603.  
  604. .circle-big .circle:nth-child(43) {
  605. top: 182%;
  606. left: -1%;
  607. animation-delay: 43s;
  608. }
  609.  
  610. .circle-small .circle:nth-child(44) {
  611. top: 160%;
  612. left: 109%;
  613. animation-delay: 44s;
  614. }
  615.  
  616. .circle-big .circle:nth-child(44) {
  617. top: -59%;
  618. left: 53%;
  619. animation-delay: 44s;
  620. }
  621.  
  622. .circle-small .circle:nth-child(45) {
  623. top: 153%;
  624. left: 73%;
  625. animation-delay: 45s;
  626. }
  627.  
  628. .circle-big .circle:nth-child(45) {
  629. top: 28%;
  630. left: 42%;
  631. animation-delay: 45s;
  632. }
  633.  
  634. .circle-small .circle:nth-child(46) {
  635. top: -39%;
  636. left: 11%;
  637. animation-delay: 46s;
  638. }
  639.  
  640. .circle-big .circle:nth-child(46) {
  641. top: 34%;
  642. left: 77%;
  643. animation-delay: 46s;
  644. }
  645.  
  646. .circle-small .circle:nth-child(47) {
  647. top: 151%;
  648. left: 110%;
  649. animation-delay: 47s;
  650. }
  651.  
  652. .circle-big .circle:nth-child(47) {
  653. top: 108%;
  654. left: -18%;
  655. animation-delay: 47s;
  656. }
  657.  
  658. .circle-small .circle:nth-child(48) {
  659. top: 193%;
  660. left: -38%;
  661. animation-delay: 48s;
  662. }
  663.  
  664. .circle-big .circle:nth-child(48) {
  665. top: 176%;
  666. left: -98%;
  667. animation-delay: 48s;
  668. }
  669.  
  670. .circle-small .circle:nth-child(49) {
  671. top: 6%;
  672. left: -92%;
  673. animation-delay: 49s;
  674. }
  675.  
  676. .circle-big .circle:nth-child(49) {
  677. top: 87%;
  678. left: 25%;
  679. animation-delay: 49s;
  680. }
  681.  
  682. .circle-small .circle:nth-child(50) {
  683. top: -97%;
  684. left: -98%;
  685. animation-delay: 50s;
  686. }
  687.  
  688. .circle-big .circle:nth-child(50) {
  689. top: -51%;
  690. left: 105%;
  691. animation-delay: 50s;
  692. }
  693.  
  694. .circle-small .circle:nth-child(51) {
  695. top: -92%;
  696. left: 98%;
  697. animation-delay: 51s;
  698. }
  699.  
  700. .circle-big .circle:nth-child(51) {
  701. top: 132%;
  702. left: 11%;
  703. animation-delay: 51s;
  704. }
  705.  
  706. .circle-small .circle:nth-child(52) {
  707. top: 24%;
  708. left: -30%;
  709. animation-delay: 52s;
  710. }
  711.  
  712. .circle-big .circle:nth-child(52) {
  713. top: 123%;
  714. left: 150%;
  715. animation-delay: 52s;
  716. }
  717.  
  718. .circle-small .circle:nth-child(53) {
  719. top: 108%;
  720. left: -29%;
  721. animation-delay: 53s;
  722. }
  723.  
  724. .circle-big .circle:nth-child(53) {
  725. top: -54%;
  726. left: 96%;
  727. animation-delay: 53s;
  728. }
  729.  
  730. .circle-small .circle:nth-child(54) {
  731. top: 0%;
  732. left: -91%;
  733. animation-delay: 54s;
  734. }
  735.  
  736. .circle-big .circle:nth-child(54) {
  737. top: 149%;
  738. left: -31%;
  739. animation-delay: 54s;
  740. }
  741.  
  742. .circle-small .circle:nth-child(55) {
  743. top: -1%;
  744. left: 40%;
  745. animation-delay: 55s;
  746. }
  747.  
  748. .circle-big .circle:nth-child(55) {
  749. top: -96%;
  750. left: -82%;
  751. animation-delay: 55s;
  752. }
  753.  
  754. .circle-small .circle:nth-child(56) {
  755. top: 118%;
  756. left: 180%;
  757. animation-delay: 56s;
  758. }
  759.  
  760. .circle-big .circle:nth-child(56) {
  761. top: 85%;
  762. left: 169%;
  763. animation-delay: 56s;
  764. }
  765.  
  766. .circle-small .circle:nth-child(57) {
  767. top: -97%;
  768. left: -6%;
  769. animation-delay: 57s;
  770. }
  771.  
  772. .circle-big .circle:nth-child(57) {
  773. top: -25%;
  774. left: 72%;
  775. animation-delay: 57s;
  776. }
  777.  
  778. .circle-small .circle:nth-child(58) {
  779. top: 35%;
  780. left: -3%;
  781. animation-delay: 58s;
  782. }
  783.  
  784. .circle-big .circle:nth-child(58) {
  785. top: 40%;
  786. left: 23%;
  787. animation-delay: 58s;
  788. }
  789.  
  790. .circle-small .circle:nth-child(59) {
  791. top: 52%;
  792. left: 99%;
  793. animation-delay: 59s;
  794. }
  795.  
  796. .circle-big .circle:nth-child(59) {
  797. top: 170%;
  798. left: 27%;
  799. animation-delay: 59s;
  800. }
  801.  
  802. .circle-small .circle:nth-child(60) {
  803. top: 46%;
  804. left: 122%;
  805. animation-delay: 60s;
  806. }
  807.  
  808. .circle-big .circle:nth-child(60) {
  809. top: -66%;
  810. left: -69%;
  811. animation-delay: 60s;
  812. }
  813.  
  814. .circle-small .circle:nth-child(61) {
  815. top: 16%;
  816. left: 40%;
  817. animation-delay: 61s;
  818. }
  819.  
  820. .circle-big .circle:nth-child(61) {
  821. top: 119%;
  822. left: -83%;
  823. animation-delay: 61s;
  824. }
  825.  
  826. .circle-small .circle:nth-child(62) {
  827. top: 98%;
  828. left: 149%;
  829. animation-delay: 62s;
  830. }
  831.  
  832. .circle-big .circle:nth-child(62) {
  833. top: 139%;
  834. left: 68%;
  835. animation-delay: 62s;
  836. }
  837.  
  838. .circle-small .circle:nth-child(63) {
  839. top: 92%;
  840. left: 133%;
  841. animation-delay: 63s;
  842. }
  843.  
  844. .circle-big .circle:nth-child(63) {
  845. top: 143%;
  846. left: 52%;
  847. animation-delay: 63s;
  848. }
  849.  
  850. .circle-small .circle:nth-child(64) {
  851. top: 36%;
  852. left: -7%;
  853. animation-delay: 64s;
  854. }
  855.  
  856. .circle-big .circle:nth-child(64) {
  857. top: -16%;
  858. left: 188%;
  859. animation-delay: 64s;
  860. }
  861.  
  862. .circle-small .circle:nth-child(65) {
  863. top: 49%;
  864. left: -77%;
  865. animation-delay: 65s;
  866. }
  867.  
  868. .circle-big .circle:nth-child(65) {
  869. top: -85%;
  870. left: 126%;
  871. animation-delay: 65s;
  872. }
  873.  
  874. .circle-small .circle:nth-child(66) {
  875. top: -52%;
  876. left: 114%;
  877. animation-delay: 66s;
  878. }
  879.  
  880. .circle-big .circle:nth-child(66) {
  881. top: 15%;
  882. left: -97%;
  883. animation-delay: 66s;
  884. }
  885.  
  886. .circle-small .circle:nth-child(67) {
  887. top: 179%;
  888. left: 32%;
  889. animation-delay: 67s;
  890. }
  891.  
  892. .circle-big .circle:nth-child(67) {
  893. top: 89%;
  894. left: 137%;
  895. animation-delay: 67s;
  896. }
  897.  
  898. .circle-small .circle:nth-child(68) {
  899. top: 93%;
  900. left: 139%;
  901. animation-delay: 68s;
  902. }
  903.  
  904. .circle-big .circle:nth-child(68) {
  905. top: 154%;
  906. left: 142%;
  907. animation-delay: 68s;
  908. }
  909.  
  910. .circle-small .circle:nth-child(69) {
  911. top: 124%;
  912. left: 87%;
  913. animation-delay: 69s;
  914. }
  915.  
  916. .circle-big .circle:nth-child(69) {
  917. top: 153%;
  918. left: -51%;
  919. animation-delay: 69s;
  920. }
  921.  
  922. .circle-small .circle:nth-child(70) {
  923. top: 11%;
  924. left: 117%;
  925. animation-delay: 70s;
  926. }
  927.  
  928. .circle-big .circle:nth-child(70) {
  929. top: -52%;
  930. left: -93%;
  931. animation-delay: 70s;
  932. }
  933.  
  934. .circle-small .circle:nth-child(71) {
  935. top: 54%;
  936. left: 20%;
  937. animation-delay: 71s;
  938. }
  939.  
  940. .circle-big .circle:nth-child(71) {
  941. top: 192%;
  942. left: 198%;
  943. animation-delay: 71s;
  944. }
  945.  
  946. .circle-small .circle:nth-child(72) {
  947. top: -13%;
  948. left: 62%;
  949. animation-delay: 72s;
  950. }
  951.  
  952. .circle-big .circle:nth-child(72) {
  953. top: 180%;
  954. left: 132%;
  955. animation-delay: 72s;
  956. }
  957.  
  958. .circle-small .circle:nth-child(73) {
  959. top: 132%;
  960. left: 0%;
  961. animation-delay: 73s;
  962. }
  963.  
  964. .circle-big .circle:nth-child(73) {
  965. top: -96%;
  966. left: 83%;
  967. animation-delay: 73s;
  968. }
  969.  
  970. .circle-small .circle:nth-child(74) {
  971. top: 64%;
  972. left: -30%;
  973. animation-delay: 74s;
  974. }
  975.  
  976. .circle-big .circle:nth-child(74) {
  977. top: 131%;
  978. left: -38%;
  979. animation-delay: 74s;
  980. }
  981.  
  982. .circle-small .circle:nth-child(75) {
  983. top: -85%;
  984. left: -14%;
  985. animation-delay: 75s;
  986. }
  987.  
  988. .circle-big .circle:nth-child(75) {
  989. top: 113%;
  990. left: 45%;
  991. animation-delay: 75s;
  992. }
  993.  
  994. .circle-small .circle:nth-child(76) {
  995. top: -84%;
  996. left: -2%;
  997. animation-delay: 76s;
  998. }
  999.  
  1000. .circle-big .circle:nth-child(76) {
  1001. top: -68%;
  1002. left: 74%;
  1003. animation-delay: 76s;
  1004. }
  1005.  
  1006. .circle-small .circle:nth-child(77) {
  1007. top: 134%;
  1008. left: 172%;
  1009. animation-delay: 77s;
  1010. }
  1011.  
  1012. .circle-big .circle:nth-child(77) {
  1013. top: -74%;
  1014. left: 98%;
  1015. animation-delay: 77s;
  1016. }
  1017.  
  1018. .circle-small .circle:nth-child(78) {
  1019. top: 154%;
  1020. left: 104%;
  1021. animation-delay: 78s;
  1022. }
  1023.  
  1024. .circle-big .circle:nth-child(78) {
  1025. top: -21%;
  1026. left: 170%;
  1027. animation-delay: 78s;
  1028. }
  1029.  
  1030. .circle-small .circle:nth-child(79) {
  1031. top: 74%;
  1032. left: 4%;
  1033. animation-delay: 79s;
  1034. }
  1035.  
  1036. .circle-big .circle:nth-child(79) {
  1037. top: 165%;
  1038. left: 78%;
  1039. animation-delay: 79s;
  1040. }
  1041.  
  1042. .circle-small .circle:nth-child(80) {
  1043. top: -64%;
  1044. left: 54%;
  1045. animation-delay: 80s;
  1046. }
  1047.  
  1048. .circle-big .circle:nth-child(80) {
  1049. top: 168%;
  1050. left: -95%;
  1051. animation-delay: 80s;
  1052. }
  1053.  
  1054. .circle-small .circle:nth-child(81) {
  1055. top: -67%;
  1056. left: 53%;
  1057. animation-delay: 81s;
  1058. }
  1059.  
  1060. .circle-big .circle:nth-child(81) {
  1061. top: 153%;
  1062. left: 113%;
  1063. animation-delay: 81s;
  1064. }
  1065.  
  1066. .circle-small .circle:nth-child(82) {
  1067. top: -50%;
  1068. left: 171%;
  1069. animation-delay: 82s;
  1070. }
  1071.  
  1072. .circle-big .circle:nth-child(82) {
  1073. top: 18%;
  1074. left: 21%;
  1075. animation-delay: 82s;
  1076. }
  1077.  
  1078. .circle-small .circle:nth-child(83) {
  1079. top: 134%;
  1080. left: 112%;
  1081. animation-delay: 83s;
  1082. }
  1083.  
  1084. .circle-big .circle:nth-child(83) {
  1085. top: 98%;
  1086. left: 5%;
  1087. animation-delay: 83s;
  1088. }
  1089.  
  1090. .circle-small .circle:nth-child(84) {
  1091. top: 59%;
  1092. left: -16%;
  1093. animation-delay: 84s;
  1094. }
  1095.  
  1096. .circle-big .circle:nth-child(84) {
  1097. top: -21%;
  1098. left: 32%;
  1099. animation-delay: 84s;
  1100. }
  1101.  
  1102. .circle-small .circle:nth-child(85) {
  1103. top: 143%;
  1104. left: 131%;
  1105. animation-delay: 85s;
  1106. }
  1107.  
  1108. .circle-big .circle:nth-child(85) {
  1109. top: 103%;
  1110. left: -44%;
  1111. animation-delay: 85s;
  1112. }
  1113.  
  1114. .circle-small .circle:nth-child(86) {
  1115. top: 11%;
  1116. left: 145%;
  1117. animation-delay: 86s;
  1118. }
  1119.  
  1120. .circle-big .circle:nth-child(86) {
  1121. top: 144%;
  1122. left: 132%;
  1123. animation-delay: 86s;
  1124. }
  1125.  
  1126. .circle-small .circle:nth-child(87) {
  1127. top: 169%;
  1128. left: 196%;
  1129. animation-delay: 87s;
  1130. }
  1131.  
  1132. .circle-big .circle:nth-child(87) {
  1133. top: -15%;
  1134. left: 55%;
  1135. animation-delay: 87s;
  1136. }
  1137.  
  1138. .circle-small .circle:nth-child(88) {
  1139. top: -8%;
  1140. left: 31%;
  1141. animation-delay: 88s;
  1142. }
  1143.  
  1144. .circle-big .circle:nth-child(88) {
  1145. top: 199%;
  1146. left: -5%;
  1147. animation-delay: 88s;
  1148. }
  1149.  
  1150. .circle-small .circle:nth-child(89) {
  1151. top: 65%;
  1152. left: 74%;
  1153. animation-delay: 89s;
  1154. }
  1155.  
  1156. .circle-big .circle:nth-child(89) {
  1157. top: 117%;
  1158. left: 88%;
  1159. animation-delay: 89s;
  1160. }
  1161.  
  1162. .circle-small .circle:nth-child(90) {
  1163. top: -49%;
  1164. left: -4%;
  1165. animation-delay: 90s;
  1166. }
  1167.  
  1168. .circle-big .circle:nth-child(90) {
  1169. top: -26%;
  1170. left: 15%;
  1171. animation-delay: 90s;
  1172. }
  1173.  
  1174. .circle-small .circle:nth-child(91) {
  1175. top: 84%;
  1176. left: -63%;
  1177. animation-delay: 91s;
  1178. }
  1179.  
  1180. .circle-big .circle:nth-child(91) {
  1181. top: -76%;
  1182. left: 180%;
  1183. animation-delay: 91s;
  1184. }
  1185.  
  1186. .circle-small .circle:nth-child(92) {
  1187. top: 102%;
  1188. left: 157%;
  1189. animation-delay: 92s;
  1190. }
  1191.  
  1192. .circle-big .circle:nth-child(92) {
  1193. top: 159%;
  1194. left: 159%;
  1195. animation-delay: 92s;
  1196. }
  1197.  
  1198. .circle-small .circle:nth-child(93) {
  1199. top: 76%;
  1200. left: 33%;
  1201. animation-delay: 93s;
  1202. }
  1203.  
  1204. .circle-big .circle:nth-child(93) {
  1205. top: 187%;
  1206. left: -50%;
  1207. animation-delay: 93s;
  1208. }
  1209.  
  1210. .circle-small .circle:nth-child(94) {
  1211. top: 178%;
  1212. left: 187%;
  1213. animation-delay: 94s;
  1214. }
  1215.  
  1216. .circle-big .circle:nth-child(94) {
  1217. top: 174%;
  1218. left: 15%;
  1219. animation-delay: 94s;
  1220. }
  1221.  
  1222. .circle-small .circle:nth-child(95) {
  1223. top: 166%;
  1224. left: 17%;
  1225. animation-delay: 95s;
  1226. }
  1227.  
  1228. .circle-big .circle:nth-child(95) {
  1229. top: 123%;
  1230. left: 42%;
  1231. animation-delay: 95s;
  1232. }
  1233.  
  1234. .circle-small .circle:nth-child(96) {
  1235. top: 129%;
  1236. left: 64%;
  1237. animation-delay: 96s;
  1238. }
  1239.  
  1240. .circle-big .circle:nth-child(96) {
  1241. top: 68%;
  1242. left: 48%;
  1243. animation-delay: 96s;
  1244. }
  1245.  
  1246. .circle-small .circle:nth-child(97) {
  1247. top: 17%;
  1248. left: -87%;
  1249. animation-delay: 97s;
  1250. }
  1251.  
  1252. .circle-big .circle:nth-child(97) {
  1253. top: 17%;
  1254. left: -80%;
  1255. animation-delay: 97s;
  1256. }
  1257.  
  1258. .circle-small .circle:nth-child(98) {
  1259. top: 75%;
  1260. left: 48%;
  1261. animation-delay: 98s;
  1262. }
  1263.  
  1264. .circle-big .circle:nth-child(98) {
  1265. top: -11%;
  1266. left: -23%;
  1267. animation-delay: 98s;
  1268. }
  1269.  
  1270. .circle-small .circle:nth-child(99) {
  1271. top: 162%;
  1272. left: 57%;
  1273. animation-delay: 99s;
  1274. }
  1275.  
  1276. .circle-big .circle:nth-child(99) {
  1277. top: 156%;
  1278. left: 167%;
  1279. animation-delay: 99s;
  1280. }
  1281.  
  1282. .circle-small .circle:nth-child(100) {
  1283. top: 93%;
  1284. left: 52%;
  1285. animation-delay: 100s;
  1286. }
  1287.  
  1288. .circle-big .circle:nth-child(100) {
  1289. top: -49%;
  1290. left: 153%;
  1291. animation-delay: 100s;
  1292. }
  1293.  
  1294. </style>
  1295.  
  1296.  
  1297.  
  1298. <div class="stars-bg">
  1299. <div class="circle-small">
  1300. <div class="circle"></div>
  1301. <div class="circle"></div>
  1302. <div class="circle"></div>
  1303. <div class="circle"></div>
  1304. <div class="circle"></div>
  1305. <div class="circle"></div>
  1306. <div class="circle"></div>
  1307. <div class="circle"></div>
  1308. <div class="circle"></div>
  1309. <div class="circle"></div>
  1310. <div class="circle"></div>
  1311. <div class="circle"></div>
  1312. <div class="circle"></div>
  1313. <div class="circle"></div>
  1314. <div class="circle"></div>
  1315. <div class="circle"></div>
  1316. <div class="circle"></div>
  1317. <div class="circle"></div>
  1318. <div class="circle"></div>
  1319. <div class="circle"></div>
  1320. <div class="circle"></div>
  1321. <div class="circle"></div>
  1322. <div class="circle"></div>
  1323. <div class="circle"></div>
  1324. <div class="circle"></div>
  1325. <div class="circle"></div>
  1326. <div class="circle"></div>
  1327. <div class="circle"></div>
  1328. <div class="circle"></div>
  1329. <div class="circle"></div>
  1330. <div class="circle"></div>
  1331. <div class="circle"></div>
  1332. <div class="circle"></div>
  1333. <div class="circle"></div>
  1334. <div class="circle"></div>
  1335. <div class="circle"></div>
  1336. <div class="circle"></div>
  1337. <div class="circle"></div>
  1338. <div class="circle"></div>
  1339. <div class="circle"></div>
  1340. <div class="circle"></div>
  1341. <div class="circle"></div>
  1342. <div class="circle"></div>
  1343. <div class="circle"></div>
  1344. <div class="circle"></div>
  1345. <div class="circle"></div>
  1346. <div class="circle"></div>
  1347. <div class="circle"></div>
  1348. <div class="circle"></div>
  1349. <div class="circle"></div>
  1350. <div class="circle"></div>
  1351. <div class="circle"></div>
  1352. <div class="circle"></div>
  1353. <div class="circle"></div>
  1354. <div class="circle"></div>
  1355. <div class="circle"></div>
  1356. <div class="circle"></div>
  1357. <div class="circle"></div>
  1358. <div class="circle"></div>
  1359. <div class="circle"></div>
  1360. <div class="circle"></div>
  1361. <div class="circle"></div>
  1362. <div class="circle"></div>
  1363. <div class="circle"></div>
  1364. <div class="circle"></div>
  1365. <div class="circle"></div>
  1366. <div class="circle"></div>
  1367. <div class="circle"></div>
  1368. <div class="circle"></div>
  1369. <div class="circle"></div>
  1370. <div class="circle"></div>
  1371. <div class="circle"></div>
  1372. <div class="circle"></div>
  1373. <div class="circle"></div>
  1374. <div class="circle"></div>
  1375. <div class="circle"></div>
  1376. <div class="circle"></div>
  1377. <div class="circle"></div>
  1378. <div class="circle"></div>
  1379. <div class="circle"></div>
  1380. <div class="circle"></div>
  1381. <div class="circle"></div>
  1382. <div class="circle"></div>
  1383. <div class="circle"></div>
  1384. <div class="circle"></div>
  1385. <div class="circle"></div>
  1386. <div class="circle"></div>
  1387. <div class="circle"></div>
  1388. <div class="circle"></div>
  1389. <div class="circle"></div>
  1390. <div class="circle"></div>
  1391. <div class="circle"></div>
  1392. <div class="circle"></div>
  1393. <div class="circle"></div>
  1394. <div class="circle"></div>
  1395. <div class="circle"></div>
  1396. <div class="circle"></div>
  1397. <div class="circle"></div>
  1398. <div class="circle"></div>
  1399. <div class="circle"></div>
  1400. </div>
  1401. <div class="circle-big">
  1402. <div class="circle"></div>
  1403. <div class="circle"></div>
  1404. <div class="circle"></div>
  1405. <div class="circle"></div>
  1406. <div class="circle"></div>
  1407. <div class="circle"></div>
  1408. <div class="circle"></div>
  1409. <div class="circle"></div>
  1410. <div class="circle"></div>
  1411. <div class="circle"></div>
  1412. <div class="circle"></div>
  1413. <div class="circle"></div>
  1414. <div class="circle"></div>
  1415. <div class="circle"></div>
  1416. <div class="circle"></div>
  1417. <div class="circle"></div>
  1418. <div class="circle"></div>
  1419. <div class="circle"></div>
  1420. <div class="circle"></div>
  1421. <div class="circle"></div>
  1422. <div class="circle"></div>
  1423. <div class="circle"></div>
  1424. <div class="circle"></div>
  1425. <div class="circle"></div>
  1426. <div class="circle"></div>
  1427. <div class="circle"></div>
  1428. <div class="circle"></div>
  1429. <div class="circle"></div>
  1430. <div class="circle"></div>
  1431. <div class="circle"></div>
  1432. <div class="circle"></div>
  1433. <div class="circle"></div>
  1434. <div class="circle"></div>
  1435. <div class="circle"></div>
  1436. <div class="circle"></div>
  1437. <div class="circle"></div>
  1438. <div class="circle"></div>
  1439. <div class="circle"></div>
  1440. <div class="circle"></div>
  1441. <div class="circle"></div>
  1442. <div class="circle"></div>
  1443. <div class="circle"></div>
  1444. <div class="circle"></div>
  1445. <div class="circle"></div>
  1446. <div class="circle"></div>
  1447. <div class="circle"></div>
  1448. <div class="circle"></div>
  1449. <div class="circle"></div>
  1450. <div class="circle"></div>
  1451. <div class="circle"></div>
  1452. <div class="circle"></div>
  1453. <div class="circle"></div>
  1454. <div class="circle"></div>
  1455. <div class="circle"></div>
  1456. <div class="circle"></div>
  1457. <div class="circle"></div>
  1458. <div class="circle"></div>
  1459. <div class="circle"></div>
  1460. <div class="circle"></div>
  1461. <div class="circle"></div>
  1462. <div class="circle"></div>
  1463. <div class="circle"></div>
  1464. <div class="circle"></div>
  1465. <div class="circle"></div>
  1466. <div class="circle"></div>
  1467. <div class="circle"></div>
  1468. <div class="circle"></div>
  1469. <div class="circle"></div>
  1470. <div class="circle"></div>
  1471. <div class="circle"></div>
  1472. <div class="circle"></div>
  1473. <div class="circle"></div>
  1474. <div class="circle"></div>
  1475. <div class="circle"></div>
  1476. <div class="circle"></div>
  1477. <div class="circle"></div>
  1478. <div class="circle"></div>
  1479. <div class="circle"></div>
  1480. <div class="circle"></div>
  1481. <div class="circle"></div>
  1482. <div class="circle"></div>
  1483. <div class="circle"></div>
  1484. <div class="circle"></div>
  1485. <div class="circle"></div>
  1486. <div class="circle"></div>
  1487. <div class="circle"></div>
  1488. <div class="circle"></div>
  1489. <div class="circle"></div>
  1490. <div class="circle"></div>
  1491. <div class="circle"></div>
  1492. <div class="circle"></div>
  1493. <div class="circle"></div>
  1494. <div class="circle"></div>
  1495. <div class="circle"></div>
  1496. <div class="circle"></div>
  1497. <div class="circle"></div>
  1498. <div class="circle"></div>
  1499. <div class="circle"></div>
  1500. <div class="circle"></div>
  1501. <div class="circle"></div>
  1502. </div>
  1503. </div>
  1504.  
  1505. <div class="ophi"></div>
  1506. <div class="star">
  1507. <center><div style="font-size: 3vh;">Ophi<a target="_blank" href="http://codepen.io/miukimiu/pen/pEmaYG" target="_blank" title="The credit of the stars goes here!" style="text-decoration: none; color: #ddd;">u</a>chus</div></center>
  1508. <hr color="#858CD7">
  1509. <center>There was always a thirteenth constellation that no one gave notice.</center>
  1510. <br><br>
  1511. <font style=float:left>- Female</font> <font style=float:right>Personified Constellation -</font><br>
  1512. <font style=float:left>- Ageless</font> <font style=float:right>Dream, Luck, & Peace Affinity -</font><br>
  1513. <font style=float:left>- Aromantic</font> <font style=float:right>Healer -</font><br>
  1514. <font style=float:left>- Singular</font> <font style=float:right>November 30 – December 17 -</font><br>
  1515. <font style=float:left>- Zodiac</font> <font style=float:right>Water Element -</font><br>
  1516. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement