How to make Contact form card HTML Template .[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.
/**
Hello Future Developer Thanks for Using learningrobo.com,
Check our website Regularly For New Snippets Post.
Share & Support us
**/
body{
font-family: 'Montserrat', sans-serif;
margin:0px;
}
.container{
min-height:100vh;
max-height:fit-content;
display:flex;
justify-content:center;
flex-direction: column;
align-items:center;
background-color: tomato;
}
.box{
background-color:darkslategray;
width: 750px;
height: 450px;
text-align: center;
color: white;
padding: 15px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.box h1{
margin-top: 30px;
}
input[type="text"]{
background: transparent;
border: none;
border-bottom: 1px solid white;
width:95%;
margin-top: 15px;
font-size: 15px;
outline: none;
color: white;
}
input[type="email"]{
background: transparent;
border: none;
border-bottom: 1px solid white;
width:95%;
margin-top: 20px;
font-size: 15px;
outline: none;
color: white;
}
textarea{
background: transparent;
border: none;
border-bottom: 1px solid white;
width:95%;
margin-top: 18px;
font-size: 15px;
outline: none;
color: white;
resize:none;
}
button{
width: 130px;
padding: 10px;
border-radius: 20px;
border: none;
background-color: tomato;
color: white;
font-size: 18px;
margin-top: 20px;
outline: none;
}
input::placeholder,textarea::placeholder{
font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width:1024px){
.box{
width:80%;
height: fit-content;
}
}
@media screen and (max-width:630px){
.box{
width:90%;
height: fit-content;
}
}
.credit a{
text-decoration: none;
color: #121212;
font-weight: 800;
}
.credit{
color: #121212;
text-align: center;
margin-top: 10px;
font-family: Verdana,Geneva,Tahoma,sans-serif;
}
.credit span{
color:#000;
font-size:20px;
}
Thank you for reading our blog. If you face any problem in Creating a Contact form card HTML Template ., 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