font Text
<!DOCTYPE html > <html lang ="en" > <head> <meta charset ="UTF-8" > <title> Title </title> <style> . p { font-family : sans-serif ; font-size : 21 px ; font-weight : 500 ; font-style : italic ; font-variant : all-small-caps ; color : #b51313 ; /* direction: rtl; */ /* letter-spacing: 4px; */ word-spacing : 21 px ; text-indent : 29 px ; font-family : Calibri , Arial ; font-size : 14 px ; text-align : center ; /* text-decoration: line-through; */ text-transform : capitalize ; } p { white-space : pre-wrap ; } h1 { color : red ; text-shadow : 0 px 28 px 5 px black ; } img { border : solid 1 px red ; border-top-right-radius : 10 px ;...