Advertisement
mebuckner

cutest person ever order

Jul 15th, 2020
1,590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 22.46 KB | None | 0 0
  1. <!--about me-->
  2.  
  3. <style type="text/css">
  4.  
  5. @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
  6. @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@200&display=swap');
  7.  
  8. .editsByM  { Background }
  9. table, tr, td {
  10. background-color:transparent;
  11. font-family: Georgia;
  12. font-size:10px;
  13. }
  14.  
  15. body, td, li, p, div, textarea {
  16. font-family:Georgia;
  17. font-size:11px;
  18. }
  19.  
  20. .editsByM   { Body }
  21. body {
  22. background-image:url("https://i.imgur.com/RRiivKA.jpg");
  23. background-size:cover;
  24. background-attachment:fixed;
  25. background-repeat:repeat;
  26. background-position: bottom left;
  27. margin-top:10px;
  28. margin-left:300px;
  29. }
  30.  
  31. h1{
  32. font-family: 'Oswald', sans-serif;
  33. color: #000;
  34. margin: 0;
  35. padding: 0;
  36. text-align: center;
  37. font-size: 43px;
  38. text-transform:uppercase;
  39. }
  40.  
  41.  
  42. h2{
  43. font-family: 'Oswald', sans-serif;
  44. color: #000;
  45. margin: 0;
  46. padding: 0;
  47. text-align: center;
  48. font-size: 28px;
  49. text-transform:uppercase;
  50. }
  51.  
  52. h3{
  53. font-family: 'Oswald', sans-serif;
  54. color: #000;
  55. margin: 0;
  56. padding: 0;
  57. text-align: center;
  58. font-size: 14px;
  59. text-transform:uppercase;
  60. }
  61.  
  62. h4{
  63. font-family: 'Work Sans', sans-serif;    
  64. font-size: 23px;
  65. margin: 0;
  66. }
  67.  
  68. b{
  69. font-size:9px;
  70. color:#000;
  71. }
  72.  
  73. a.navigationLinksBlock:link, a.navigationLinksBlock:visited {
  74. background-color: #000000;
  75. color: white;
  76. padding: 14px 25px;
  77. text-align: center;
  78. text-decoration: none;
  79. display: block;
  80. font-family: Georgia;
  81. text-transform: uppercase;
  82. font-size: 19px;
  83. border-bottom: solid 2px #6a6e6f;
  84. }
  85.  
  86. a.navigationLinksBlock:hover, a.navigationLinksBlock:active {
  87.   background-color: #6a6e6f;
  88. }
  89.  
  90. .chat {
  91.   width: 360px;
  92.   display: flex;
  93.   flex-direction: column;
  94.   padding: 10px;
  95. background-image:url('https://i.imgur.com/ALN0crs.jpg');
  96. }
  97.  
  98. .messages {
  99.   margin-top: 4px;
  100.   display: flex;
  101.   flex-direction: column;
  102. }
  103.  
  104. .message {
  105.   border-radius: 20px;
  106.   padding: 8px 15px;
  107.   margin-top: 5px;
  108.   margin-bottom: 5px;
  109.   display: inline-block;
  110. }
  111.  
  112. .yours {
  113.   align-items: flex-start;
  114. }
  115.  
  116. .yours .message {
  117.   margin-right: 25%;
  118.   background-color: #EEE;
  119.   position: relative;
  120. }
  121.  
  122. .yours .message.last:before {
  123.   content: "";
  124.   position: absolute;
  125.   z-index: 0;
  126.   bottom: 0;
  127.   left: -7px;
  128.   height: 20px;
  129.   width: 20px;
  130.   background: #EEE;
  131.   border-bottom-right-radius: 15px;
  132. }
  133. .yours .message.last:after {
  134.   content: "";
  135.   position: absolute;
  136.   z-index: 1;
  137.   bottom: 0;
  138.   left: -10px;
  139.   width: 10px;
  140.   height: 20px;
  141.   background: #6a6e6f;
  142.   border-bottom-right-radius: 10px;
  143. background-image:url('https://i.imgur.com/ALN0crs.jpg');
  144. }
  145.  
  146. .mine {
  147.   align-items: flex-end;
  148. }
  149.  
  150. .mine .message {
  151.   color: white;
  152.   margin-left: 25%;
  153.   background: #000;
  154.   position: relative;
  155. }
  156.  
  157. .mine .message.last:before {
  158.   content: "";
  159.   position: absolute;
  160.   z-index: 0;
  161.   bottom: 0;
  162.   right: -8px;
  163.   height: 20px;
  164.   width: 20px;
  165.   background: #000;
  166.   border-bottom-left-radius: 15px;
  167. }
  168.  
  169. .mine .message.last:after {
  170.   content: "";
  171.   position: absolute;
  172.   z-index: 1;
  173.   bottom: 0;
  174.   right: -10px;
  175.   width: 10px;
  176.   height: 20px;
  177.   background: #6a6e6f;
  178.   border-bottom-left-radius: 10px;
  179. background-image:url('https://i.imgur.com/ALN0crs.jpg');
  180. }
  181.  
  182. .editsByM   { Scrollbar }
  183. ::-webkit-scrollbar {
  184.     display: none;
  185. }
  186.  
  187.  
  188. #instaIcon{
  189. display:none;
  190. }
  191.  
  192. #instaIcon:target{
  193. display:block;
  194. position:fixed;
  195. width:300px;
  196. height:500px;
  197. background:#fff;
  198. margin:auto;
  199. top:0;
  200. left:0;
  201. right:0;
  202. bottom:0;
  203. background-image:url('https://i.imgur.com/mYCK0Lj.png');
  204. }
  205.  
  206.  
  207. #instaOne{
  208. display:none;
  209. }
  210.  
  211. #instaOne:target{
  212. display:block;
  213. position:fixed;
  214. width:300px;
  215. height:300px;
  216. background:#fff;
  217. margin:auto;
  218. top:0;
  219. left:0;
  220. right:0;
  221. bottom:0;
  222. background-image:url('https://i.imgur.com/m1rNHra.png');
  223. }
  224.  
  225.  
  226.  
  227. #instaTwo{
  228. display:none;
  229. }
  230.  
  231. #instaTwo:target{
  232. display:block;
  233. position:fixed;
  234. width:300px;
  235. height:300px;
  236. background:#fff;
  237. margin:auto;
  238. top:0;
  239. left:0;
  240. right:0;
  241. bottom:0;
  242. background-image:url('https://i.imgur.com/Wai2vik.png');
  243. }
  244.  
  245. #instaThree{
  246. display:none;
  247. }
  248.  
  249. #instaThree:target{
  250. display:block;
  251. position:fixed;
  252. width:300px;
  253. height:300px;
  254. background:#fff;
  255. margin:auto;
  256. top:0;
  257. left:0;
  258. right:0;
  259. bottom:0;
  260. background-image:url('https://i.imgur.com/pFtkGXt.png');
  261. }
  262.  
  263. #instaFour{
  264. display:none;
  265. }
  266.  
  267. #instaFour:target{
  268. display:block;
  269. position:fixed;
  270. width:300px;
  271. height:300px;
  272. background:#fff;
  273. margin:auto;
  274. top:0;
  275. left:0;
  276. right:0;
  277. bottom:0;
  278. background-image:url('https://i.imgur.com/4pgnw0w.png');
  279. }
  280.  
  281. #instaFive{
  282. display:none;
  283. }
  284.  
  285. #instaFive:target{
  286. display:block;
  287. position:fixed;
  288. width:300px;
  289. height:300px;
  290. background:#fff;
  291. margin:auto;
  292. top:0;
  293. left:0;
  294. right:0;
  295. bottom:0;
  296. background-image:url('https://i.imgur.com/vU8IetY.png');
  297. }
  298.  
  299.  
  300. #instaSix{
  301. display:none;
  302. }
  303.  
  304. #instaSix:target{
  305. display:block;
  306. position:fixed;
  307. width:300px;
  308. height:300px;
  309. background:#fff;
  310. margin:auto;
  311. top:0;
  312. left:0;
  313. right:0;
  314. bottom:0;
  315. background-image:url('https://i.imgur.com/F2EYyQe.png');
  316. }
  317.  
  318.  
  319. #instaSeven{
  320. display:none;
  321. }
  322.  
  323. #instaSeven:target{
  324. display:block;
  325. position:fixed;
  326. width:300px;
  327. height:300px;
  328. background:#fff;
  329. margin:auto;
  330. top:0;
  331. left:0;
  332. right:0;
  333. bottom:0;
  334. background-image:url('https://i.imgur.com/mYCK0Lj.png');
  335. }
  336.  
  337. #instaEight{
  338. display:none;
  339. }
  340.  
  341. #instaEight:target{
  342. display:block;
  343. position:fixed;
  344. width:300px;
  345. height:300px;
  346. background:#fff;
  347. margin:auto;
  348. top:0;
  349. left:0;
  350. right:0;
  351. bottom:0;
  352. background-image:url('https://i.imgur.com/mYCK0Lj.png');
  353. }
  354.  
  355.  
  356.  
  357. table.profileInfo {display:none;}
  358.  
  359. .mygen { Tables }
  360. td.text table table {
  361. position:static;
  362. }
  363.  
  364. table table table table{
  365. border:10px solid #898d8c;
  366. background-color:#6a6e6f;
  367. }
  368.  
  369. a:link, a:visited{
  370.   color:#c9b074;
  371.   font-family: 'Playfair Display', serif;
  372.   font-size:10px;
  373. }
  374.  
  375. a:hover, a:active{
  376.   color:#415870;
  377. }
  378.  
  379.  
  380.  
  381. a.sideBarNavigation:link, a.sideBarNavigation:visited {
  382.   background-color: #f3f6f9;
  383.   width:220px;
  384.   color: #415870;
  385.   padding: 6px 15px;
  386.   text-align: center;
  387.   text-decoration: none;
  388.   display: inline-block;
  389.   border-bottom:2px solid #cfbe8f;
  390.   font-family: 'Playfair Display', serif;
  391.   font-size:12px;
  392.   text-transform:uppercase;
  393. }
  394.  
  395. a.sideBarNavigation:link:last-child, a.sideBarNavigation:visited:last-child{
  396.   border-bottom: none;
  397. }
  398.  
  399. a.sideBarNavigation:hover, a.sideBarNavigation:active {
  400.   background-color: #415870;
  401.   color:#fff;
  402. }
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  div[id="googlebar"],div div select{opacity:0;filter:alpha(opacity=0);display:none !important;position:absolute !important;bottom:2000px !important;} .clearfix {display:none !important;position:absolute!important;} table table br {line-height:3px} table table table br {line-height:5px;} .a {hide top search bar} div div select, div div form {display:none !important;} select { visibility:hidden!important; WIDTH:0px!important;} .note {bring the tables up more} td.text table {position:relative; top: -20px;} td.text table table {position:static;} .lightbluetext8 {display:none;}table table table table td {width:0px;}.contactTable td, table table td.text table td,table table table table table td {width:auto;} /*HIDECODES*/ table .nametext {display:none;} .extendednetwork{display:none;} .blurbs{display:none;} .userprofileurl{display:none;} .userprofiledetail{display:none;} .interestsanddetails{display:none;} .latestblogentry{display:none;} .mslogo{display:none;} .friendscomments{display:none;} .friendspace{display:none;} .contacttable{display:none;} .lightbluetext8{display:none;} .Do Not Hide The Profile Ads{display:none;} .userAlbums{display:none;} td.text table {position:relative; top: -11px;} td.text table table {position:static;} .lightbluetext8 {display:none;}table table table table td {width:0px;} .contactTable td, table table td.text table td,table table table table table td {width:auto;} div td {display:none;} table {top:-6px; position:relative;} table table {top:0px; position:relative;} table.profileInfo table td {white-space:wrap !important;} table.profileInfo table tr:last-child {display:none;} #footerWarpper{display: none;} .profileInfo .text {font:12px 'Archivo Narrow'; color:#696969; line-height:12px;} #jm a {background-image:url("")!important; background-repeat:no-repeat!important; width:58px!important; height:13px!important; background-color:transparent!important; position:fixed!important; bottom:0px!important; left:0px!important; opacity:0.3!important;} a:hover {opacity:1!important;}table table table table {position:static;}
  409.  
  410.  
  411. .mygen {space} table table br {display:none;} table table table br {display:block;} table table table {margin-top:4px;} table table table table {margin-top:0px;}
  412. </style>
  413.  
  414.  
  415.  
  416. <!--like to meet-->
  417. </td>
  418. </tr>
  419. </table>
  420. </td>
  421. </tr>
  422. </table>
  423. <br />
  424. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="400" bgcolor="ffffff" border="0">
  425. <tr>
  426. <td class="text" valign="left" align="left" width="400" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  427. </td>
  428. </tr>
  429. <tr>
  430. <td>
  431. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="400" align="left" bgcolor="ffffff" border="0">
  432. <td valign="top" align="left" width="400" bgcolor="ffffff" style="word-wrap:break-word">
  433. <img src="https://i.imgur.com/8iyIWcC.png">
  434.  
  435. </td>
  436. </tr>
  437. </table>
  438. </td>
  439. </tr>
  440. </table>
  441. <br />
  442. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="400" bgcolor="ffffff" border="0">
  443. <tr>
  444. <td class="text" valign="left" align="left" width="400" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  445. </td>
  446. </tr>
  447. <tr>
  448. <td>
  449. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="400" align="left" bgcolor="ffffff" border="0">
  450. <td valign="top" align="left" width="400" bgcolor="ffffff" style="word-wrap:break-word">
  451. <h1>All about the guy</h1>
  452. <div style="width:350px; height:200px; padding-left:25px; padding-right:25px; overflow:auto; margin-bottom:25px; text-align:justify;">
  453. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Faucibus nisl tincidunt eget nullam non. At erat pellentesque adipiscing commodo elit at imperdiet. Ut consequat semper viverra nam. Nunc sed blandit libero volutpat sed cras ornare. Et malesuada fames ac turpis egestas maecenas. Eget arcu dictum varius duis at. Habitant morbi tristique senectus et netus et malesuada. Facilisis mauris sit amet massa vitae. Et ultrices neque ornare aenean euismod. Ullamcorper a lacus vestibulum sed.
  454. <br><br>
  455. Massa ultricies mi quis hendrerit dolor magna. In tellus integer feugiat scelerisque. Duis ultricies lacus sed turpis tincidunt. Ut etiam sit amet nisl purus in mollis. Sit amet consectetur adipiscing elit duis tristique. Convallis tellus id interdum velit laoreet id donec ultrices. Dui vivamus arcu felis bibendum. Vivamus at augue eget arcu dictum varius duis at. Consectetur lorem donec massa sapien faucibus et molestie ac feugiat. Habitasse platea dictumst vestibulum rhoncus. Vestibulum lectus mauris ultrices eros in.
  456. <br><br>
  457. Sit amet facilisis magna etiam. Ornare massa eget egestas purus viverra accumsan. Magna fermentum iaculis eu non diam phasellus vestibulum. Vulputate ut pharetra sit amet. Varius quam quisque id diam vel quam elementum pulvinar etiam. Tellus at urna condimentum mattis. Amet est placerat in egestas erat imperdiet sed. Sit amet consectetur adipiscing elit pellentesque habitant. Sapien et ligula ullamcorper malesuada proin libero nunc consequat interdum. Sed id semper risus in hendrerit gravida rutrum quisque non. Semper quis lectus nulla at volutpat diam ut venenatis tellus. Ut eu sem integer vitae justo eget magna fermentum iaculis. Massa massa ultricies mi quis hendrerit dolor magna eget. Dui sapien eget mi proin. Nunc pulvinar sapien et ligula ullamcorper.
  458. <br><br>
  459. Urna porttitor rhoncus dolor purus non enim praesent. Faucibus interdum posuere lorem ipsum dolor sit amet consectetur adipiscing. Scelerisque mauris pellentesque pulvinar pellentesque habitant morbi. Fringilla phasellus faucibus scelerisque eleifend donec pretium vulputate sapien nec. Nulla malesuada pellentesque elit eget. Cursus sit amet dictum sit. Ultrices sagittis orci a scelerisque purus semper. Cursus in hac habitasse platea. Mauris cursus mattis molestie a iaculis at erat. Nulla aliquet enim tortor at auctor urna. Cum sociis natoque penatibus et. Nibh venenatis cras sed felis eget velit aliquet sagittis. Aenean euismod elementum nisi quis. Venenatis tellus in metus vulputate eu scelerisque felis imperdiet proin. Eros donec ac odio tempor orci dapibus ultrices in. Nibh mauris cursus mattis molestie.
  460. <br><br>
  461. In fermentum et sollicitudin ac orci phasellus egestas tellus rutrum. Tortor condimentum lacinia quis vel. Porta nibh venenatis cras sed felis eget velit. Varius vel pharetra vel turpis nunc eget lorem. Gravida neque convallis a cras semper. Sit amet venenatis urna cursus eget nunc scelerisque. Ultrices vitae auctor eu augue ut lectus arcu bibendum at. Sollicitudin aliquam ultrices sagittis orci. Cursus turpis massa tincidunt dui ut ornare lectus. Scelerisque in dictum non consectetur a. Faucibus purus in massa tempor nec.</div>
  462.  
  463.  
  464. </td>
  465. </tr>
  466. </table>
  467. </td>
  468. </tr>
  469. </table>
  470. <br />
  471. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="400" bgcolor="ffffff" border="0">
  472. <tr>
  473. <td class="text" valign="left" align="left" width="400" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  474. </td>
  475. </tr>
  476. <tr>
  477. <td>
  478. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="400" align="left" bgcolor="ffffff" border="0">
  479. <td valign="top" align="left" width="400" bgcolor="ffffff" style="word-wrap:break-word">
  480. <img src="https://i.imgur.com/Yhiqgga.png">
  481.  
  482.  
  483.  
  484.  
  485.  
  486. </td>
  487. </tr>
  488. </table>
  489. </td>
  490. </tr>
  491. </table>
  492. <br />
  493. <table bordercolor="ffffff" cellspacing="0" cellpadding="0" width="400" bgcolor="ffffff" border="0">
  494. <tr>
  495. <td class="text" valign="left" align="left" width="400" bgcolor="ffffff" height="0" style="word-wrap:break-word">
  496. </td>
  497. </tr>
  498. <tr>
  499. <td>
  500. <table bordercolor="000000" cellspacing="0" cellpadding="0" width="400" align="left" bgcolor="ffffff" border="0">
  501. <td valign="top" align="left" width="400" bgcolor="ffffff" style="word-wrap:break-word">
  502. <div id="instaIcon">
  503. <div style="width: 290px; height: 40px!important; text-align: right; margin-top: -10px;"><a href="#close" style="font-size:47px; color:#fff;">x</a></div>
  504. </div>
  505.  
  506.  
  507. <div id="instaOne">
  508. <div style="width: 290px; height: 40px!important; text-align: right; margin-top: -10px;"><a href="#close" style="font-size:47px; color:#fff;">x</a></div>
  509. </div>
  510.  
  511. <div id="instaTwo">
  512. <div style="width: 290px; height: 40px!important; text-align: right; margin-top: -10px;"><a href="#close" style="font-size:47px; color:#fff;">x</a></div>
  513. </div>
  514. <div id="instaThree">
  515. <div style="width: 290px; height: 40px!important; text-align: right; margin-top: -10px;"><a href="#close" style="font-size:47px; color:#fff;">x</a></div>
  516. </div>
  517.  
  518. <div id="instaFour">
  519. <div style="width: 290px; height: 40px!important; text-align: right; margin-top: -10px;"><a href="#close" style="font-size:47px; color:#fff;">x</a></div>
  520. </div>
  521.  
  522. <div id="instaFive">
  523. <div style="width: 290px; height: 40px!important; text-align: right; margin-top: -10px;"><a href="#close" style="font-size:47px; color:#fff;">x</a></div>
  524. </div>
  525.  
  526. <div id="instaSix">
  527. <div style="width: 290px; height: 40px!important; text-align: right; margin-top: -10px;"><a href="#close" style="font-size:47px; color:#fff;">x</a></div>
  528. </div>
  529.  
  530. <div style="width:100px; height:100px; display:inline-block; vertical-align:top;">
  531. <a href="#instaIcon"><img src="https://i.imgur.com/rPt1voO.png" style="margin-left:7px;    margin-top: 5px;"></a>
  532. </div>
  533. <div style="width:277px; height:100px; display:inline-block; vertical-align:top;">
  534. <div style="width:141px; height:29px; display:inline-block; vertical-align:top;">
  535. <h4>cutestperson</h4>
  536. </div>
  537. <div style="width: 28px; height: 29px; display: inline-block; vertical-align: top; margin-left: -5px; margin-top: 5px;">
  538. <img src="https://i.imgur.com/TNfiKLM.png">
  539. </div>
  540. <div style="width:50px; height:29px; display:inline-block; vertical-align:top;">
  541. <img src="https://i.imgur.com/6snN8lr.png" style="width: 49px; margin-top: 4px;">
  542. </div>
  543. <div style="width:30px; height:29px; display:inline-block; vertical-align:top;">
  544. <img src="https://i.imgur.com/OmQAWkc.png" style="margin-top: 10px;">
  545. </div>
  546. <br>
  547. <div style="width: 250px; height: 16px; text-align: center;">
  548. <div style="width:67px; display:inline-block;">
  549. <b>517</b>
  550. posts
  551. </div>
  552.  
  553. <div style="width:88px; display:inline-block;">
  554. <b>536K</b>
  555. followers
  556. </div>
  557.  
  558.  
  559. <div style="width:87px; display:inline-block;">
  560. <b>317</b>
  561. following
  562. </div>
  563. </div>
  564. <div style="width: 250px; height: 30px; text-align:left;">
  565. <b style="font-size:11px;">Hayes Montgomery</b><br>
  566. My ass is pretty great.<br>
  567. <b style="color:#000;">Followed by</b> <b style="color:#fff;">blondexbaby</b>
  568. </div>
  569. </div>
  570. <div style="width:400px; height:auto; text-align:center;">
  571.  
  572. <div style="width:130px; height:130px; display:inline-block;">
  573. <a href="#instaOne"><img src="https://i.imgur.com/M16AG3Q.png"></a>
  574. </div>
  575.  
  576. <div style="width:130px; height:130px; display:inline-block;">
  577. <a href="#instaTwo"><img src="https://i.imgur.com/tUhlFb9.png"></a>
  578. </div>
  579.  
  580. <div style="width:130px; height:130px; display:inline-block;">
  581. <a href="#instaThree"><img src="https://i.imgur.com/v8yAKJP.png"></a>
  582. </div>
  583.  
  584. <br><br>
  585.  
  586. <div style="width:130px; height:130px; display:inline-block;">
  587. <a href="#instaFour"><img src="https://i.imgur.com/8P3UZGT.png"></a>
  588. </div>
  589.  
  590. <div style="width:130px; height:130px; display:inline-block;">
  591. <a href="#instaFive"><img src="https://i.imgur.com/KQ8kkd9.png"></a>
  592. </div>
  593.  
  594. <div style="width:130px; height:130px; display:inline-block;">
  595. <a href="#instaSix"><img src="https://i.imgur.com/caIMHSm.png"></a>
  596. </div>
  597. </div>
  598.  
  599. <!--Interests-->
  600.  
  601. </table>
  602. </td>
  603. </tr>
  604. </table>
  605. <br />
  606. <table bordercolor="black" cellspacing="0" cellpadding="0" width="400" bgcolor="black" border="0">
  607. <tr>
  608. <td class="text" valign="" align="left" width="400" bgcolor="0" height="0" style="word-wrap:break-word">
  609. <span class="orangetext15">
  610. </td>
  611. </tr>
  612. <tr>
  613. <td>
  614. <table bordercolor="0" cellspacing="0" cellpadding="0" width="400" align="" bgcolor="black" border="0">
  615. <td valign="top" align="" width="400" bgcolor="black" style="word-wrap:break-word">
  616. <h1>Hayes Montgomery</h1>
  617. <div style="width:188px; height:153px; display:inline-block;vertical-align:top;">
  618. <a href="" class="navigationLinksBlock">Home</a>
  619. <a href="" class="navigationLinksBlock">Comment</a>
  620. <a href="" class="navigationLinksBlock">Stream</a>
  621. </div>
  622. <div style="width:188px; height:153px; display:inline-block;vertical-align:top;">
  623. <a href="" class="navigationLinksBlock">Message</a>
  624. <a href="" class="navigationLinksBlock">Photos</a>
  625. <a href="" class="navigationLinksBlock">Blog</a>
  626. </div>
  627. <h2>Discord: masochistic.#8131</h2>
  628.  
  629. </table>
  630. </td>
  631. </tr>
  632. </table>
  633. <br />
  634. <table bordercolor="black" cellspacing="0" cellpadding="0" width="400" bgcolor="black" border="0">
  635. <tr>
  636. <td class="text" valign="" align="left" width="400" bgcolor="0" height="0" style="word-wrap:break-word">
  637. <span class="orangetext15">
  638. </td>
  639. </tr>
  640. <tr>
  641. <td>
  642. <table bordercolor="0" cellspacing="0" cellpadding="0" width="400" align="" bgcolor="black" border="0">
  643. <td valign="top" align="" width="400" bgcolor="black" style="word-wrap:break-word">
  644. <div class="chat">
  645.   <div class="yours messages">
  646.     <div class="message">
  647.       You never came
  648.     </div>
  649.     <div class="message last">
  650.       Why?
  651.     </div>
  652.   </div>
  653.   <div class="mine messages">
  654.     <div class="message last">
  655.       Because I dont love you anymore
  656.     </div>
  657.   </div>
  658. </div>
  659.  
  660.  
  661. </table>
  662. </td>
  663. </tr>
  664. </table>
  665. <br />
  666. <table bordercolor="black" cellspacing="0" cellpadding="0" width="400" bgcolor="black" border="0">
  667. <tr>
  668. <td class="text" valign="" align="left" width="400" bgcolor="0" height="0" style="word-wrap:break-word">
  669. <span class="orangetext15">
  670. </td>
  671. </tr>
  672. <tr>
  673. <td>
  674. <table bordercolor="0" cellspacing="0" cellpadding="0" width="400" align="" bgcolor="black" border="0">
  675. <td valign="top" align="" width="400" bgcolor="black" style="word-wrap:break-word">
  676. <img src="https://i.imgur.com/nxbf1XW.png" width="380px">
  677.  
  678.  
  679. </table>
  680. </td>
  681. </tr>
  682. </table>
  683. <br />
  684. <table bordercolor="black" cellspacing="0" cellpadding="0" width="400" bgcolor="black" border="0">
  685. <tr>
  686. <td class="text" valign="" align="left" width="400" bgcolor="0" height="0" style="word-wrap:break-word">
  687. <span class="orangetext15">
  688. </td>
  689. </tr>
  690. <tr>
  691. <td>
  692. <table bordercolor="0" cellspacing="0" cellpadding="0" width="400" align="" bgcolor="black" border="0">
  693. <td valign="top" align="" width="400" bgcolor="black" style="word-wrap:break-word">
  694. <img src="https://i.imgur.com/KHxMjeN.png">
  695. <div style="width:177px; height:246px; display:inline-block;vertical-align:top; overflow:auto;">
  696. basic stuff here
  697. </div>
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712. </table>
  713. </td>
  714. </tr>
  715. </table>
  716. <br />
  717. <table bordercolor="black" cellspacing="0" cellpadding="0" width="400" bgcolor="black" border="0">
  718. <tr>
  719. <td class="text" valign="" align="left" width="400" bgcolor="0" height="0" style="word-wrap:break-word">
  720. <span class="orangetext15">
  721. </td>
  722. </tr>
  723. <tr>
  724. <td>
  725. <table bordercolor="0" cellspacing="0" cellpadding="0" width="400" align="" bgcolor="black" border="0">
  726. <td valign="top" align="" width="400" bgcolor="black" style="word-wrap:break-word">
  727. <img src="https://i.imgur.com/yo8KFsY.png">
  728.  
  729.  
  730. </table>
  731. </td>
  732. </tr>
  733. </table>
  734. <br />
  735. <table bordercolor="black" cellspacing="0" cellpadding="0" width="400" bgcolor="black" border="0">
  736. <tr>
  737. <td class="text" valign="" align="left" width="400" bgcolor="0" height="0" style="word-wrap:break-word">
  738. <span class="orangetext15">
  739. </td>
  740. </tr>
  741. <tr>
  742. <td>
  743. <table bordercolor="0" cellspacing="0" cellpadding="0" width="400" align="" bgcolor="black" border="0">
  744. <td valign="top" align="" width="400" bgcolor="black" style="word-wrap:break-word">
  745. <div style="width:177px; height:246px; display:inline-block;vertical-align:top; overflow:auto;">
  746. about the love life here
  747. </div>
  748. <img src="https://i.imgur.com/7vGiBfc.png">
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755. </table>
  756. </td>
  757. </tr>
  758. </table>
  759. <br />
  760. <table bordercolor="black" cellspacing="0" cellpadding="0" width="400" bgcolor="black" border="0">
  761. <tr>
  762. <td class="text" valign="" align="left" width="400" bgcolor="0" height="0" style="word-wrap:break-word">
  763. <span class="orangetext15">
  764. </td>
  765. </tr>
  766. <tr>
  767. <td>
  768. <table bordercolor="0" cellspacing="0" cellpadding="0" width="400" align="" bgcolor="black" border="0">
  769. <td valign="top" align="" width="400" bgcolor="black" style="word-wrap:break-word">
  770. <img src="https://i.imgur.com/7SHQY1I.png">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement