Posts

Showing posts from January, 2023

Simple tribute page using (html and css)

Image
  <! 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 >         * {             margin : 0px ;             padding : 0px ;             box-sizing : border-box ;         }         body {             background-color : black ;             color : white ;             font-family : system-ui , -apple-system , BlinkMacSystemFont , ' Segoe UI ' , Roboto , Oxygen , Ubuntu , Cantarell , ' Open Sans ' , ' Helvetica Neue ' , sans-serif ;         }         . quote p {             size : 100px ;         }         . quote {             display : grid ;   grid-template-columns : 2fr 1fr ;   max-width : 100rem