مهمة : التدرب على تنسيق النصوص

<!DOCTYPE html!>
<html>
<head>     
   <meta charset="utf-8">   
 <title>مهمة التدرب على لغة التنسيقات</title>
<link href="https://fonts.googleapis.com/css?family=Big+Shoulders+Text&display=swap" rel="stylesheet">  
<link href="https://fonts.googleapis.com/css?family=Big+Shoulders+Display|Big+Shoulders+Text|Mansalva|Ubuntu&display=swap" rel="stylesheet">
 </head>
   <style>
p{width:500px;height:100;background:#C71585;color:#FFF0F5;font-size:30px;font-family: 'Big Shoulders Text', cursive;}
div p {width:500px;height:100;background:#FF69B4;color:#DCDCDC;font-size:30px;
font-family: 'Mansalva', cursive;text-decoration:underline;}
body{background:#FFC0CB;}
 </style>  
 <body>
        
       
 <p>
Never give up. Today is hard, tomorrow will be worse, but the day after tomorrow will be sunsahin</p>
   
 <div> <p>
If you work just for money, you'll never make it, 
but if you love what you're doing success will be yours
        </p>
</div>
</body>
</html>