Background Font Css
<!DOCTYPE html > <html lang ="en" > <head> <meta charset ="UTF-8" > <title> Title </title> <style> . Bg { height : 100 vh ; background : #80c79c ; background-image : url ( "character_model_touchup_2.png" ) ; background-size : ; background-repeat : no-repeat ; background-size : contain ; /* background-size: 275px; */ background-position : center ; /* background-position: 60% 50%; */ background-attachment : fixed ; } body { background : #22bf60 url ( "character_model_touchup_2.png" ) no-repeat ; } pre { font-family : Ariall ; font-size : 25 px ; font-style : italic ; font-weight : bold ; font-variant : small-caps ; } </style> </head> <body> <h1> Computer </h1> <h1> Computer </h1> <pre> This chapte...