How to make Quote 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.
/**
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=Play&display=swap');
*{
box-sizing: border-box;
}
body{
font-family: Arial, sans-serif;
margin:0%;
}
.section1{
height: 100vh;
display: flex;
flex-direction: column;
justify-content:center;
align-items: center;
background-color:#eee;
}
.card{
position: relative;
display: flex;
flex-direction:column;
justify-content:space-between;
border-radius: 10px;
width:400px;
height:400px;
background-image: linear-gradient(to top, #c471f5 0%, #fa71cd 100%);
padding:20px;
box-shadow: rgba(0, 0, 0, 0.2) 12px 0px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.quote{
display: flex;
align-items:center;
justify-content: center;
text-align: center;
margin-bottom: 20px;
height:360px;
}
.quote h6{
margin:0;
font-size:30px;
color:#121212;
}
.quote h6 span p{
margin:10px 0 0 auto;
text-align:right;
font-size:16px;
color:#121212;
}
.quote-triangle {
position: absolute;
bottom: -30px;
left: 50%;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #c471f5;
transform: translateX(-50%);
}
@media only screen and (max-width: 630px){
.card{
width:98%;
}
.cardin1{
align-items: center;
}
.cardin1 p{
text-align: justify;
}
.cardin2{
justify-content: center;
}
}
.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;
}
Thank you for reading our blog. If you face any problem in Creating a Quote 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