Advertisement
Falkstids

Koriandr code

Jul 19th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.71 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Lato|Rancho');
  4. @import url('https://fonts.googleapis.com/css?family=Homemade+Apple');
  5. @import url('https://fonts.googleapis.com/css?family=Orbitron|Teko');
  6. body {
  7. background-color:#a76487;
  8. overflow:hidden;
  9. }
  10.  
  11.  
  12. ::-webkit-scrollbar
  13. {
  14. width: 0px;
  15. background-color: transparent;
  16. }
  17.  
  18.  
  19. .stars {
  20. background:#000 url(http://i.imgur.com/E1QZbHT.png) repeat top center;
  21. z-index:0;
  22. }
  23.  
  24. .twinkling{
  25. background:transparent url(http://i.imgur.com/qHEkoy6.png) repeat top center;
  26. z-index:1;
  27.  
  28. -moz-animation:move-twink-back 200s linear infinite;
  29. -ms-animation:move-twink-back 200s linear infinite;
  30. -o-animation:move-twink-back 200s linear infinite;
  31. -webkit-animation:move-twink-back 200s linear infinite;
  32. animation:move-twink-back 200s linear infinite;
  33. }
  34.  
  35.  
  36. @keyframes move-twink-back {
  37. from {background-position:0 0;}
  38. to {background-position:-10000px 5000px;}
  39. }
  40. @-webkit-keyframes move-twink-back {
  41. from {background-position:0 0;}
  42. to {background-position:-10000px 5000px;}
  43. }
  44. @-moz-keyframes move-twink-back {
  45. from {background-position:0 0;}
  46. to {background-position:-10000px 5000px;}
  47. }
  48. @-ms-keyframes move-twink-back {
  49. from {background-position:0 0;}
  50. to {background-position:-10000px 5000px;}
  51. }
  52.  
  53.  
  54.  
  55. .stars, .twinkling, .clouds {
  56. position:absolute;
  57. top:0;
  58. left:0;
  59. right:0;
  60. bottom:0;
  61. width:100%;
  62. height:100%;
  63. display:block;
  64. }
  65.  
  66.  
  67. #image{
  68. background-image:url(https://i.imgur.com/XRCoXoS.png);
  69. background-repeat:no-repeat;
  70. width:400px;
  71. height:630px;
  72. background-size:100%;
  73. position:absolute;
  74. top:50%;
  75. left:50%;
  76. margin-top:-300px;
  77. margin-left:-550px;
  78. z-index:11;
  79. filter:drop-shadow(0px 0px 10px #000);
  80. animation-name: floating;
  81. animation-duration: 3s;
  82. animation-iteration-count: infinite;
  83. animation-timing-function: ease-in-out;
  84. transition:1s;
  85. }
  86.  
  87. #image:hover{
  88. background-image:url(https://i.imgur.com/1CDWKxf.png);
  89. }
  90.  
  91. @keyframes floating {
  92. from { transform: translate(0, 0px); }
  93. 65% { transform: translate(0, 15px); }
  94. to { transform: translate(0, -0px); }
  95. }
  96.  
  97. #energyleft{
  98. background-image:url(https://i.imgur.com/hpJEJp7.png);
  99. background-size:100%;
  100. width:100px;
  101. height:100px;
  102. opacity:0;
  103. filter:hue-rotate(300deg) brightness(60%) contrast(300%) drop-shadow(0px 0px 20px rgba(17, 115, 23, 1));
  104. position:absolute;
  105. top:50%;
  106. left:50%;
  107. margin-left:-140px;
  108. margin-top:-70px;
  109. animation:pulse 2s infinite alternate ;
  110. transition:1s;
  111. }
  112.  
  113. #image:hover #energyleft{
  114. opacity:.9;
  115. }
  116.  
  117. #energyright{
  118. background-image:url(https://i.imgur.com/hpJEJp7.png);
  119. background-size:100%;
  120. width:100px;
  121. height:100px;
  122. opacity:0;
  123. filter:hue-rotate(300deg) brightness(60%) contrast(300%) drop-shadow(0px 0px 20px rgba(17, 115, 23, 1));
  124. position:absolute;
  125. top:50%;
  126. left:50%;
  127. margin-left:25px;
  128. margin-top:-50px;
  129. animation:pulse 2s infinite alternate;
  130. transition:1s;
  131. }
  132.  
  133. #image:hover #energyright{
  134. opacity:.9;
  135. }
  136. @keyframes pulse{
  137.  
  138. to {filter: hue-rotate(300deg) brightness(60%) contrast(300%) drop-shadow(0px 0px 30px rgba(17, 115, 23, 1));
  139. transform:scale(1.3);
  140. }
  141.  
  142. }
  143.  
  144. #space{
  145. background-image:url(https://i.imgur.com/oP8JG4i.pngb);
  146. background-size:100%;
  147. background-repeat:no-repeat;
  148. width:1100px;
  149. height:650px;
  150. filter:contrast(140%) brightness(80%);
  151. top:50%;
  152. left:50%;
  153. position:absolute;
  154. margin-top:-350px;
  155. margin-left:-550px;
  156. transform:scaleX(1);
  157. animation: 3s 1s;
  158. animation-fill-mode:forwards;
  159. z-index:10;
  160. }
  161.  
  162. @keyframes space{
  163. from{
  164. transform:scaleX(0);
  165. }
  166. to{
  167. transform:scaleX(1);
  168. }
  169. }
  170.  
  171. #linename1{
  172. width:250px;
  173. height:1px;
  174. background-color:#fff;
  175. position:absolute;
  176. top:0%;
  177. left:0%;
  178. margin-left:10px;
  179. margin-top:90px;
  180. transform: scalex(1);
  181. animation: 2s 4s;
  182. animation-fill-mode:forwards;
  183. }
  184.  
  185. #linename2{
  186. width:250px;
  187. height:1px;
  188. background-color:#fff;
  189. position:absolute;
  190. bottom:0%;
  191. left:0%;
  192. margin-left:10px;
  193. margin-bottom:90px;
  194. transform: scalex(1);
  195. animation: 2s 4s;
  196. animation-fill-mode:forwards;
  197. }
  198.  
  199. #hexagon{
  200. clip-path: polygon(50% 0%, 100% 15%, 100% 84%, 50% 100%, 0 84%, 0 15%);
  201. width:300px;
  202. height:600px;
  203. background-color:rgba(130, 27, 40, 0.6);
  204. position:absolute;
  205. margin-left:400px;
  206. margin-top:0px;
  207. opacity:1;
  208. animation:appear 1s 3.5s;
  209. animation-fill-mode:forwards;
  210. }
  211.  
  212. #pentagon1{
  213. clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0 30%);
  214. width:275px;
  215. height:280px;
  216. background-color:#c57a43;
  217. margin-left:12.5px;
  218. margin-top:10px;
  219. position:absolute;
  220. }
  221.  
  222. #pentagon2{
  223. clip-path: polygon(50% 100%, 100% 70%, 100% 0, 0 0, 0 70%);
  224. width:275px;
  225. height:280px;
  226. background-color:#c57a43;
  227. margin-left:12.5px;
  228. margin-top:0px;
  229. position:absolute;
  230. top:300px;
  231. }
  232.  
  233. #box{
  234. background-color:rgba(130, 27, 40, 0.6);
  235. position:absolute;
  236. width:300px;
  237. height:415px;
  238. left:50%;
  239. left:50%;
  240. z-index:10;
  241. margin-left:149.8px;
  242. margin-top:90px;
  243. opacity:1;
  244. animation:appear 1s 3.5s;
  245. animation-fill-mode:forwards;
  246. }
  247.  
  248. @keyframes appear{
  249. to{
  250. opacity:1;
  251. }
  252. }
  253.  
  254. #navi{
  255. width:50px;
  256. height:200px;
  257. background-color:transparent;
  258. top:50%;
  259. left:50%;
  260. position:absolute;
  261. margin-top:-150px;
  262. margin-left:-210px;
  263. z-index:99;
  264.  
  265. }
  266.  
  267. #navi a{
  268. width:30px;
  269. height:40px;
  270. background-color:#c57a43;;
  271. display:block;
  272. margin-top:8px;
  273. margin-left:10px;
  274. transition:.5s;
  275. }
  276.  
  277. #navi a:hover{
  278. background-color: rgba(130, 27, 40, 1);
  279. }
  280.  
  281. #header, #header2, #header3{
  282. font-family: 'Orbitron', sans-serif;
  283. font-size:25pt;
  284. color:#fff;
  285. position:absolute;
  286. top:0px;
  287. margin-top:-35px;
  288. margin-left:70px;
  289. opacity:0;
  290. }
  291.  
  292. #header4{
  293. font-family: 'Orbitron', sans-serif;
  294. font-size:25pt;
  295. color:#fff;
  296. position:absolute;
  297. top:0px;
  298. margin-top:-35px;
  299. margin-left:70px;
  300. opacity:1;
  301. }
  302.  
  303. #diamond{
  304. clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  305. background-color:#transparent;
  306. position:absolute;
  307. width:100px;
  308. height:100px;
  309. margin-left:350px;
  310. margin-top:30px;
  311. z-index:50;
  312. }
  313.  
  314. #d1, #d2, #d3{
  315. width:100px;
  316. height:100px;
  317. opacity:0;
  318. position:absolute;
  319. }
  320.  
  321. #d4{
  322. width:100px;
  323. height:100px;
  324. opacity:1;
  325. position:absolute;
  326.  
  327. }
  328.  
  329. h2{
  330. font-family: 'Orbitron', sans-serif;
  331. font-size:25pt;
  332. color:#fff;
  333. text-align:center;
  334. margin-top:-5px;
  335. }
  336.  
  337. #friendgallery{
  338. height:210px;
  339. width:289px;
  340. background-color:#c57a43;
  341. position:absolute;
  342. margin-left:0px;
  343. margin-top:10px;
  344. }
  345.  
  346. #friend{
  347. width:270px;
  348. height:90px;
  349. background-color:#e9a05c;
  350. margin-top:10px;
  351. margin-left:10px;
  352. position:absolute;
  353. overflow:auto;
  354. }
  355.  
  356. #friend a{
  357. width:80px;
  358. height:80px;
  359. border-radius:50%;
  360. background-color:#000;
  361. display:block;
  362. margin-top:5px;
  363. margin-left:5px;
  364. margin-bottom:5px;
  365. }
  366.  
  367.  
  368. #musicbackground{
  369. width:265px;
  370. height:80px;
  371. margin-top:0px;
  372. margin-bottom:5px
  373. margin-left:5px;
  374. background-color:transparent;
  375. position:absolute;
  376. }
  377.  
  378. #musicbar{
  379. width:170px;
  380. height:30px;
  381. clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  382. background-color:rgba(130, 27, 40, 1);
  383. position:absolute;
  384. right:0px;
  385. top:0px;
  386. margin-top:10px;
  387. margin-right:10px;
  388. transition:.5s;
  389. font-family: 'Teko', sans-serif;
  390. color:#fff;
  391. font-size:15pt;
  392. text-align:center;
  393. overflow:hidden;
  394. }
  395.  
  396. #musicbar audio{
  397. zoom: 1000%;
  398. opacity: 0;
  399. margin-top: -13px;
  400. margin-left: -2px;
  401. }
  402.  
  403.  
  404.  
  405. #musicbar:hover{
  406. background-color:rgba(130, 27, 40, 0.6);
  407. }
  408.  
  409. #marqueebar{
  410. width:170px;
  411. height:30px;
  412. clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  413. background-color:rgba(130, 27, 40, 1);
  414. position:absolute;
  415. right:0px;
  416. bottom:0px;
  417. margin-bottom:0px;
  418. margin-right:10px;
  419. font-family: 'Teko', sans-serif;
  420. color:#fff;
  421. font-size:13pt;
  422. }
  423.  
  424. #gallery{
  425. width:270px;
  426. height:95px;
  427. background-color:#e9a05c;
  428. position:absolute;
  429. margin-top:110px;
  430. margin-left:10px;
  431. overflow:auto;
  432. }
  433.  
  434. #gallery a{
  435. display:block;
  436. height:40px;
  437. width:260px;
  438. background-color:#000;
  439. margin-top:5px;
  440. margin-left:5px;
  441. margin-bottom:5px;
  442. }
  443.  
  444. #ooc{
  445. width:250px;
  446. height:170px;
  447. position:absolute;
  448. background-color:transparent;
  449. margin-top:10px;
  450. margin-left:10px;
  451. font-family: 'Teko', sans-serif;
  452. color:#fff;
  453. font-size:13pt;
  454. overflow:auto;
  455. }
  456.  
  457.  
  458. #one, #two, #three{
  459. opacity:0;
  460. width:250px;
  461. height:170px;
  462. position:absolute;
  463. background-color:transparent;
  464. margin-top:100px;
  465. margin-left:10px;
  466. z-index:1;
  467. font-family: 'Teko', sans-serif;
  468. color:#fff;
  469. font-size:13pt;
  470. overflow:auto;
  471. }
  472.  
  473.  
  474. #four{
  475. opacity:1;
  476. width:250px;
  477. height:170px;
  478. position:absolute;
  479. background-color:transparent;
  480. margin-top:100px;
  481. margin-left:10px;
  482. z-index:2;
  483. font-family: 'Teko', sans-serif;
  484. color:#fff;
  485. font-size:13pt;
  486. line-height:20px;
  487. overflow:auto;
  488. }
  489.  
  490. a{
  491. color:rgba(130, 27, 40, 1);
  492. text-decoration:none;
  493. font-size:16pt;
  494. transition:1s;
  495. }
  496.  
  497. a:hover{
  498. color:gold;
  499. }
  500.  
  501. #blanketone:target #one{
  502. opacity:1;
  503. z-index:10;
  504. transition:1s;
  505. }
  506.  
  507. #blanketone:target #four{
  508. opacity:0;
  509. z-index:1;
  510. transition:1s;
  511.  
  512. }
  513.  
  514. #blankettwo:target #two{
  515. opacity:1;
  516. z-index:10;
  517. transition:1s;
  518.  
  519. }
  520.  
  521. #blankettwo:target #four{
  522. opacity:0;
  523. z-index:1;
  524. transition:1s;
  525. }
  526.  
  527. #blanketthree:target #three{
  528. opacity:1;
  529. z-index:10;
  530. transition:1s;
  531. }
  532.  
  533. #blanketthree:target #four{
  534. opacity:0;
  535. z-index:1;
  536. transition:1s;
  537. }
  538.  
  539.  
  540. #blanketfour:target #four{
  541. opacity:1;
  542. z-index:10;
  543. transition:1s;
  544. }
  545.  
  546. #blanketone:target #header{
  547. opacity:1;
  548. z-index:10;
  549. transition:1s;
  550. }
  551.  
  552. #blanketone:target #header4{
  553. opacity:0;
  554. z-index:1;
  555. transition:1s;
  556. }
  557.  
  558. #blankettwo:target #header2{
  559. opacity:1;
  560. z-index:10;
  561. transition:1s;
  562. }
  563.  
  564. #blankettwo:target #header4{
  565. opacity:0;
  566. z-index:1;
  567. transition:1s;
  568. }
  569.  
  570. #blanketthree:target #header3{
  571. opacity:1;
  572. z-index:10;
  573. transition:1s;
  574. }
  575.  
  576. #blanketthree:target #header4{
  577. opacity:0;
  578. transition:1s;
  579. z-index:1;
  580. }
  581.  
  582.  
  583. #blanketfour:target #header4{
  584. opacity:1;
  585. z-index:10;
  586. transition:1s;
  587. }
  588.  
  589. #blanketone:target #d1{
  590. opacity:1;
  591. z-index:10;
  592. transition:1s;
  593. }
  594.  
  595. #blanketone:target #d4{
  596. opacity:0;
  597. z-index:1;
  598. transition:1s;
  599. }
  600.  
  601. #blankettwo:target #d2{
  602. opacity:1;
  603. z-index:10;
  604. transition:1s;
  605. }
  606.  
  607. #blankettwo:target #d4{
  608. opacity:0;
  609. z-index:1;
  610. transition:1s;
  611. }
  612.  
  613. #blanketthree:target #d3{
  614. opacity:1;
  615. z-index:10;
  616. transition:1s;
  617. }
  618.  
  619. #blanketthree:target #d4{
  620. opacity:0;
  621. transition:1s;
  622. z-index:1;
  623. }
  624.  
  625.  
  626. #blanketfour:target #d4{
  627. opacity:1;
  628. z-index:10;
  629. transition:1s;
  630. }
  631.  
  632. #polaroid,#polaroid2,#polaroid3,#polaroid4,#polaroid5,#polaroid6{
  633. width:220px;
  634. height:260px;
  635. position:absolute;
  636. top:0px;
  637. left:0px;
  638. margin-top:220px;
  639. margin-left:30px;
  640. transform:rotate(10deg);
  641. opacity:0;
  642. }
  643.  
  644. #blanket:target #polaroid{
  645. opacity:1;
  646. transition:1s;
  647. }
  648.  
  649. #blanket2:target #polaroid2{
  650. opacity:1;
  651. transition:1s;
  652. }
  653.  
  654. #blanket3:target #polaroid3{
  655. opacity:1;
  656. transition:1s;
  657. }
  658.  
  659. #blanket4:target #polaroid4{
  660. opacity:1;
  661. transition:1s;
  662. }
  663.  
  664. #blanket5:target #polaroid5{
  665. opacity:1;
  666. transition:1s;
  667. }
  668.  
  669. #blanket6:target #polaroid6{
  670. opacity:1;
  671. transition:1s;
  672. }
  673.  
  674. #postit{
  675. background-image:url(https://cdn.discordapp.com/attachments/431497796152066101/469389268226408449/0f613df3b068c62c8ab2ef9cc8a4c352-blue-post-it-note-by-vexels.png);
  676. background-size:100%;
  677. background-repeat:no-repeat;
  678. width:300px;
  679. height:300px;
  680. position:absolute;
  681. top:0px;
  682. margin-top:200px;
  683. z-index:10;
  684. opacity:0;
  685. }
  686.  
  687. #text, #text2, #text3, #text4, #text5, #text6{
  688. width:240px;
  689. height:170px;
  690. background-color:transparent;
  691. position:absolute;
  692. transform:rotate(-5deg);
  693. margin-top:80px;
  694. margin-left:35px;
  695. font-family: 'Homemade Apple', cursive;
  696. color:#000;
  697. font-size:10pt;
  698. opacity:0;
  699. }
  700.  
  701.  
  702. #blanket21:target #postit{
  703. opacity:1;
  704. transition:1s;
  705. }
  706.  
  707. #blanket21:target #text{
  708. opacity:1;
  709. transition:1s;
  710. }
  711.  
  712. #blanket22:target #postit{
  713. opacity:1;
  714. transition:1s;
  715. }
  716.  
  717. #blanket22:target #text2{
  718. opacity:1;
  719. transition:1s;
  720. }
  721.  
  722. #blanket23:target #postit{
  723. opacity:1;
  724. transition:1s;
  725. }
  726.  
  727. #blanket23:target #text3{
  728. opacity:1;
  729. transition:1s;
  730. }
  731.  
  732. #blanket24:target #postit{
  733. opacity:1;
  734. transition:1s;
  735. }
  736.  
  737. #blanket24:target #text4{
  738. opacity:1;
  739. transition:1s;
  740. }
  741.  
  742. #blanket25:target #postit{
  743. opacity:1;
  744. transition:1s;
  745. }
  746.  
  747. #blanket25:target #text5{
  748. opacity:1;
  749. transition:1s;
  750. }
  751.  
  752.  
  753. #blanket26:target #postit{
  754. opacity:1;
  755. transition:1s;
  756. }
  757.  
  758. #blanket26:target #text6{
  759. opacity:1;
  760. transition:1s;
  761. }
  762. </style>
  763. <div id="blanketone"><div id="blankettwo"><div id="blanketthree"><div id="blanketfour">
  764. <div id="blanket"><div id="blanket2"><div id="blanket3"><div id="blanket4"><div id="blanket5"><div id="blanket6">
  765. <div id="blanket21"><div id="blanket22"><div id="blanket23"><div id="blanket24"><div id="blanket25"><div id="blanket26">
  766. <div class="stars"></div>
  767. <div class="twinkling"></div>
  768. <div id="navi">
  769. <a href="#blanketone"></a>
  770. <a href="#blankettwo"></a>
  771. <a href="#blanketthree"></a>
  772. <a href="#blanketfour"></a>
  773. </div>
  774. <div id="image">
  775. <div id="energyleft"></div>
  776. <div id="energyright"></div>
  777.  
  778. </div>
  779. <div id="space">
  780. <div id="box">
  781.  
  782. <div id="friendgallery">
  783. <div id="friend">
  784. <div id="musicbackground">
  785. <a href="#blanket21">
  786. <img src="https://cdn.discordapp.com/attachments/375453847876927499/469559416543510528/80_x_80.png" width="80" height="80">
  787. </a>
  788. <div id="musicbar">
  789. <b>Friend Name</b>
  790. <audio controls src="http://k003.kiwi6.com/hotlink/90linpzes2/High_Klassified_1250.mp3" loop=3>
  791. </audio>
  792.  
  793. </div>
  794. <div id="marqueebar">
  795. <marquee direction="left" scrollamount="3">
  796.  
  797. Song name here
  798. </marquee>
  799.  
  800. </div>
  801. </div>
  802. <br>
  803. <br>
  804. <br>
  805. <br>
  806. <br>
  807. <div id="musicbackground">
  808. <a href="#blanket22">
  809. <img src="https://cdn.discordapp.com/attachments/375453847876927499/469559416543510528/80_x_80.png" width="80" height="80">
  810. </a>
  811. <div id="musicbar">
  812. <b>Friend Name</b>
  813. <audio controls src="http://k003.kiwi6.com/hotlink/90linpzes2/High_Klassified_1250.mp3" loop=3>
  814. </audio>
  815.  
  816. </div>
  817. <div id="marqueebar">
  818. <marquee direction="left" scrollamount="3">
  819.  
  820. Song name here
  821. </marquee>
  822.  
  823. </div>
  824. </div>
  825. <br>
  826. <br>
  827. <br>
  828. <br>
  829. <br>
  830. <div id="musicbackground">
  831. <a href="#blanket23">
  832. <img src="https://cdn.discordapp.com/attachments/375453847876927499/469559416543510528/80_x_80.png" width="80" height="80">
  833. </a>
  834. <div id="musicbar">
  835. <b>Friend Name</b>
  836. <audio controls src="http://k003.kiwi6.com/hotlink/90linpzes2/High_Klassified_1250.mp3" loop=3>
  837. </audio>
  838.  
  839. </div>
  840. <div id="marqueebar">
  841. <marquee direction="left" scrollamount="3">
  842.  
  843. Song name here
  844. </marquee>
  845.  
  846. </div>
  847. </div>
  848. <br>
  849. <br>
  850. <br>
  851. <br>
  852. <br>
  853. <div id="musicbackground">
  854. <a href="#blanket24">
  855. <img src="https://cdn.discordapp.com/attachments/375453847876927499/469559416543510528/80_x_80.png" width="80" height="80">
  856. </a>
  857. <div id="musicbar">
  858. <b>Friend Name</b>
  859. <audio controls src="http://k003.kiwi6.com/hotlink/90linpzes2/High_Klassified_1250.mp3" loop=3>
  860. </audio>
  861.  
  862. </div>
  863. <div id="marqueebar">
  864. <marquee direction="left" scrollamount="3">
  865.  
  866. Song name here
  867. </marquee>
  868.  
  869. </div>
  870. </div>
  871. <br>
  872. <br>
  873. <br>
  874. <br>
  875. <br>
  876. <div id="musicbackground">
  877. <a href="#blanket25">
  878. <img src="https://cdn.discordapp.com/attachments/375453847876927499/469559416543510528/80_x_80.png" width="80" height="80">
  879. </a>
  880. <div id="musicbar">
  881. <b>Friend Name</b>
  882. <audio controls src="http://k003.kiwi6.com/hotlink/90linpzes2/High_Klassified_1250.mp3" loop=3>
  883. </audio>
  884.  
  885. </div>
  886. <div id="marqueebar">
  887. <marquee direction="left" scrollamount="3">
  888.  
  889. Song name here
  890. </marquee>
  891.  
  892. </div>
  893. </div>
  894. <br>
  895. <br>
  896. <br>
  897. <br>
  898. <br>
  899. <div id="musicbackground">
  900. <a href="#blanket26">
  901. <img src="https://cdn.discordapp.com/attachments/375453847876927499/469559416543510528/80_x_80.png" width="80" height="80">
  902. </a>
  903. <div id="musicbar">
  904. <b>Friend Name</b>
  905. <audio controls src="http://k003.kiwi6.com/hotlink/90linpzes2/High_Klassified_1250.mp3" loop=3>
  906. </audio>
  907.  
  908. </div>
  909. <div id="marqueebar">
  910. <marquee direction="left" scrollamount="3">
  911.  
  912. Song name here
  913. </marquee>
  914.  
  915. </div>
  916. </div>
  917. <br>
  918. <br>
  919. <br>
  920. <br>
  921. <br>
  922. </div>
  923. <div id="postit">
  924. <div id="text">
  925. This is where you write about your friends, short and sweet.
  926. </div>
  927. <div id="text2">
  928. This is where you write about your friends, short and sweet.
  929. </div>
  930. <div id="text3">
  931. This is where you write about your friends, short and sweet.
  932. </div>
  933. <div id="text4">
  934. This is where you write about your friends, short and sweet.
  935. </div>
  936. <div id="text5">
  937. This is where you write about your friends, short and sweet.
  938. </div>
  939. <div id="text6">
  940. This is where you write about your friends, short and sweet.
  941. </div>
  942. </div>
  943.  
  944. <div id="gallery">
  945. <a href="#blanket">
  946. <img src="https://media.discordapp.net/attachments/419287329937555456/469363749841797135/2.png" width="260" height="40"></a>
  947. <a href="#blanket2">
  948. <img src="https://media.discordapp.net/attachments/419287329937555456/469363746406531073/5.png" width="260" height="40"></a>
  949. <a href="#blanket3">
  950. <img src="https://media.discordapp.net/attachments/419287329937555456/469363746020524032/4.png" width="260" height="40"></a>
  951. <a href="#blanket4">
  952. <img src="https://media.discordapp.net/attachments/419287329937555456/469363742929453072/3.png" width="260" height="40"></a>
  953. <a href="#blanket5">
  954. <img src="https://media.discordapp.net/attachments/419287329937555456/469363748440768512/1.png" width="260" height="40"></a>
  955. <a href="#blanket6">
  956. <img src="https://media.discordapp.net/attachments/419287329937555456/469363748398956559/6.png" width="260" height="40"></a>
  957. <a href="#blanket7">
  958. <img src="https://cdn.discordapp.com/attachments/375453847876927499/469559419739439104/260_x_40.png" width="260" height="40"></a>
  959. <a href="#blanket8">
  960. <img src="https://cdn.discordapp.com/attachments/375453847876927499/469559419739439104/260_x_40.png" width="260" height="40"></a>
  961.  
  962.  
  963. </div>
  964. <div id="polaroid"><img src="https://cdn.discordapp.com/attachments/419287329937555456/469363779562504202/Polaroid_2.png" width="220" height="260"></div>
  965. <div id="polaroid2"><img src="https://cdn.discordapp.com/attachments/419287329937555456/469363857698193408/Polaroid_5.png" width="220" height="260"></div>
  966. <div id="polaroid3"><img src="https://media.discordapp.net/attachments/419287329937555456/469363780154032128/Polaroid_4.png?width=462&height=559" width="220" height="260"></div>
  967. <div id="polaroid4"><img src="https://cdn.discordapp.com/attachments/419287329937555456/469363780283793408/polaroid_3.png" width="220" height="260"></div>
  968. <div id="polaroid5"><img src="https://cdn.discordapp.com/attachments/419287329937555456/469363855177285644/Polaroid1.png" width="220" height="260"></div>
  969. <div id="polaroid6"><img src="https://cdn.discordapp.com/attachments/419287329937555456/469363856377118720/polaroid_6.png" width="220" height="260"></div>
  970.  
  971. </div>
  972. </div>
  973.  
  974. <div id="diamond">
  975. <div id="d1"><img src="https://cdn.discordapp.com/attachments/431497796152066101/469588740394975253/100_3.png" width="100" height="100"></div>
  976. <div id="d2"><img src="https://cdn.discordapp.com/attachments/431497796152066101/469588743578320896/100_4.png" width="100" height="100"></div>
  977. <div id="d3"><img src="https://cdn.discordapp.com/attachments/431497796152066101/469588744077443086/100_1.png" width="100" height="100"></div>
  978. <div id="d4"><img src="https://cdn.discordapp.com/attachments/431497796152066101/469588746514464768/100_2.png" width="100" height="100"></div>
  979. </div>
  980.  
  981. <div id="hexagon">
  982. <div id="pentagon1">
  983. <div id="linename1">
  984. <div id="header">Meme</div>
  985. <div id="header2">Meme2</div>
  986. <div id="header3">Meme3</div>
  987. <div id="header4">Stats</div>
  988. </div>
  989. <div id="one">
  990. meme
  991. </div>
  992. <div id="two">
  993. meme2
  994. </div>
  995. <div id="three">
  996. meme3
  997. </div>
  998. <div id="four">
  999. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  1000. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  1001. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  1002. <span style="float: left; ">Thing</span> <span style="float: right;"><a href="https://img00.deviantart.net/337d/i/2016/276/3/d/tattoos_ideas_by_nanihoo-dajr39d.png">Markings</a></span><br>
  1003. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  1004. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  1005. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  1006. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  1007. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  1008. </div>
  1009. </div>
  1010. <div id="pentagon2">
  1011. <div id="linename2">
  1012. <h2> OOC</h2>
  1013. </div>
  1014. <div id="ooc">
  1015. <b>00</b> Code credit @ <a href="https://roleplay.chat/profile.php?user=Hound%20of%20Tindalos">hound of tindalos</a>
  1016.  
  1017. </div>
  1018. </div>
  1019. </div>
  1020.  
  1021. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement