positon fixed stiky , filter ,font face
<!DOCTYPE html > <html lang ="en" > <head> <meta charset ="UTF-8" > <title> Title </title> <style> . box { height : 400 px ; width : 400 px ; background : #112afa ; position : sticky ; top : 10 px ; } . box : hover { background : red ; height : 500 px ; width : 500 px ; } . box-fixed { height : 400 px ; background : #e308cd ; position : fixed ; top : 10 % ; left : 10 % ; right : 10 % ; } p : before { content : '*' ; color : #112afa ; } p : after { content : '*' ; color : #ec0031 ; } @font-face { font-family : Sabir ; src : url ( 'img/DavysRibbons.ttf' ) ; ...