Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2020
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.77 KB | None | 0 0
  1. <p>Text 1 <b>some bold</b><i>some italics</i><p>
  2. <p>Text 2 <b>some bold</b><i>some italics</i><p>
  3. ...
  4.  
  5. <!-------------- This is what i want to achieve--------------->
  6. <!-- Imagine that it looks like a embeded tweet for example -->
  7. <div class="thematic-story-wrapper">
  8.     <!-- This is what will be editable by click events -->
  9.     <div class="thematic-story-thumbnail"><img src="..."></div>
  10.     <!-- This is where user can just type in -->
  11.     <div class="thematic-story-title">
  12.         It was a <b>RAINY</b> day...
  13.     </div>
  14.     <div class="thematic-story-content">
  15.         <p>Text 1.1 <b>some bold</b><i>some italics</i><p>
  16.         <p>Text 2.2 <b>some bold</b><i>some italics</i><p>
  17.         ...
  18.     </div>
  19. </div>
  20. <p>Text 3 <b>some bold</b><i>some italics</i><p>
  21. <p>Text 4 <b>some bold</b><i>some italics</i><p>
  22. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement