Advertisement
cat_inthe_cradle

Ophi

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