Skip to main content

Posts

Showing posts from November, 2020

UI Card Design Using Only HTML and CSS

\ <! DOCTYPE   html > < html   lang = "en" > < head >     < meta   charset = "UTF-8" >     < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >     < meta   http-equiv = "X-UA-Compatible"   content = "ie=edge" >     < title >UI CARD DESIGN</ title >     < link   rel = "stylesheet"   href = "style.css" > </ head > < body >     < div   class = "box" >         < div   class = "text" >             < h2 >Gaming Mouse</ h2 >             < p >Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident  tenetur necessitatibus veniam? Repudiandae in consequatur fuga eaque culpa veniam  perferendis!</ p >             < div   class = "pricing" >                 < span   class = "price" >$70</ span >                 < button