Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Title</title>
  5. </head>
  6. <body>
  7. <div class="box">
  8. <input class="condition" placeholder="A Medical Condition">
  9. <button class="btn1">Click</button>
  10.  
  11. <input class="adjective1" placeholder="Adjective">
  12. <button class="btn2">Click</button>
  13.  
  14. <input class="noun" placeholder="Noun">
  15. <button class="btn3">Click</button>
  16.  
  17. <input class="bad" placeholder="Bad Situation">
  18. <button class="btn4">Click</button>
  19.  
  20. <input class="verb" placeholder="Verb">
  21. <button class="btn5">Click</button>
  22.  
  23. <input class="place" placeholder="A Place">
  24. <button class="btn6">Click</button>
  25.  
  26. <input class="verb2" placeholder="Verb">
  27. <button class="btn7">Click</button>
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. </div>
  35.  
  36. <div class="kanye">
  37. <h1>Kim Kardashian and Kanye West Are Not Divorcing, Says Insider </h1>
  38.  
  39. <p>In the wake of Kanye West’s hospitalization
  40. for <span class="conditionVal"><em>____(a medical condition)_____</em></span>
  41. and sleep deprivation last month, all kinds of extreme and
  42. <span class="adjective1Val">____(adjective)_____</span> rumors have
  43. reared their ugly heads, including some claiming Kim Kardashian
  44. and her <span class="noun1Val">____(noun)_____</span> are headed for
  45. <span class="badSitVal">____(a bad situation)_____</span>. But don’t fret!
  46. According to some reliable sources, that is all just hearsay.</p>
  47.  
  48. <p>According to insiders with TMZ, the couple has no plans to
  49. <span class="verb1Val">____(verb)_____</span> and are reportedly
  50. closer since his time in the <span class="placeVal">____(a place)_____</span>.
  51. They added that he’s able to start working again but is not taking on big,
  52. demanding projects.</p>
  53.  
  54. <p>Not convinced that the power couple is returning to normalcy?
  55. Word has it Kim and her hubby <span class="verb2Val">____(verb)_____</span>
  56. a friend’s house on Tuesday (Dec. 6, 2016) for dinner, a first since he returned
  57. home.</p>
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. </div>
  65. </body>
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement