Posts

Showing posts from July, 2021

Graphic Designing website

Image
               video link: https://www.youtube.com/watch?v=E3f5JFDJWXQ   <!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" >      <link   href = "https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css"   rel = "stylesheet" >      <link   rel = "shortcut icon"   href = "android-chrome-512x512.png"   type = "image/x-icon" >      <title> Dizzle Graphics </title> </head> <body>      <header   class = "text-gray-600 body-font" >        ...