Changes between Version 12 and Version 13 of Other/Summer/2017/Quit_Smoking
- Timestamp:
- May 31, 2017, 7:14:52 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2017/Quit_Smoking
v12 v13 25 25 26 26 Week 2- [https://docs.google.com/presentation/d/1LGjboDq3UMrlQypAfqWC3a8x--eR6ouG4PWxiNtZWLM/edit?usp=sharing] 27 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>