Posts

Showing posts from October, 2020

coolors

<! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < title > Coolors Clone </ title > </ head > < link   href = "https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap"   rel = "stylesheet" > < style >      * {          box-sizing :  border-box ;     }      :root {         --display :  flex ;     } body {      font-family :  'Montserrat' ,  sans-serif ; } .container {      display :  flex ;      justify-content :  center ;   ...