How to make Halloween offer Card Using HTML and CSS.[Source Code]
To make this website, you would like to make two files: an HTML file, a CSS file. First, create an HTML file with the name of index.html and remember, you have to create a file with a .html extension.
<!DOCTYPE html>
Offer Card UI design - learningrobo
name="description" content="Offer Card UI design - learningrobo"
name="author" content="learningrobo.com"
name="keywords" content="offer card,responsive,learningrobo.com,html & css projects,project"
name="viewport" content="width=device-width, initial-scale=1.0"
rel="icon" type=image/x-icon href="#"
rel="stylesheet" href="style.css"
charset="UTF-8"
src="https://kit.fontawesome.com/5d72166fb5.js" crossorigin="anonymous"
<!--Hello Future Developer Thanks for Using learningrobo.com, Share & Support us-->
class="section1"
class="card"
class="cardin1"
class="c2in"
50%OFF
ON
Website Templates
Buy Now
class="icons"
class="fab fa-youtube"
/**
Hello Future Developer Thanks for Using learningrobo.com,
Check our website Regularly For New Snippets Post.
Share & Support us
**/
@import url('https://fonts.googleapis.com/css2?family=Yantramanav&display=swap');
*{
box-sizing: border-box;
}
:root{
--bg:#434343;
--fontcolor:#ddd;
}
body{
margin:0%;
}
.section1{
height: 100vh;
display: flex;
flex-direction: column;
justify-content:center;
align-items: center;
background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
}
Thank you for reading our blog. If you face any problem in Creating a Halloween offer Card Using HTML and CSS., then contact us or comment to us. We’ll try to provide a solution to your problem as soon as possible.
Explore
Press The Key ' p ' and say ' read article ' our voice assistant read our article.
In Our older post it doesnot work we working on that.
In Our older post it doesnot work we working on that.
Post a Comment
Thank you
Learning robo team