Guest User

CSS

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