Posts

Showing posts from May, 2022

CSS : Position, absolute, relative ,fixed and sticky(tut25).html

CSS : Position, absolute, relative ,fixed and sticky(tut25).html <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Document </ title >     < style >           .box {             display : inline-block ;             border : 2px solid red ;             width : 150px ;             height : 150px ;             margin : 2px ;         }         #box3     {         /* relative: Position to the element relative to its normal position and will give a gap at i...

computerbasics pdfs

Introduction to Computer(Part-1)