Posts

Showing posts from December, 2020

Static Website With just Html CSS #1

Image
HTML CODE :   <! DOCTYPE   html > < html   lang =" en "> < head >      < meta   charset =" UTF-8 ">      < meta   name =" viewport "   content =" width=device-width, initial-scale=1.0 ">     < style >          @import   url ( ' https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap ' );          </ style >         < style >              @import   url ( ' https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap ' );              </ style >             < style >                  @import   url ( ' https://fonts.googleapis.com/css2?family=Pacifico&display=swap ' );                  </ style >                   < link   rel =" stylesheet "   href =" css/style.css ">      < title > Aristotle Onassis| My tribute page </ title > </ head > < body >      < main >