Changes between Version 13 and Version 14 of Other/Summer/2017/Quit_Smoking
- Timestamp:
- May 31, 2017, 7:15:06 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2017/Quit_Smoking
v13 v14 27 27 28 28 29 <!-- HTML Codes by Quackit.com -->30 <!DOCTYPE html>31 <title>Text Example</title>32 <style>33 div.container {34 background-color: #ffffff;35 }36 div.container p {37 font-family: Arial;38 font-size: 14px;39 font-style: normal;40 font-weight: normal;41 text-decoration: line-through;42 text-transform: none;43 color: #000000;44 background-color: #ffffff;45 }46 </style>47 48 <div class="container">49 <p>HELLO</p>50 <p></p>51 <p></p>52 </div>