<div class="header">
<p class="heading">प्रकल्प अधिकारी ,<br> एकरात्मिक आदिवासी विकास प्रकल्प , पुसद </p>
</div>
Chatbot in PHP
.btn{
margin:5px;
width: 230px;
height: 48px;
padding:2px;
background-color: rgb(187, 50, 78);
color: rgb(254, 254, 254);
border-radius: 12px ;
transition-duration: 0.1s;
cursor:pointer;
border: 0px;
}
.btn:hover{
width: 220px;
background-color: rgb(45, 37, 156);
color: rgb(255, 255, 255);
border: 2px solid rgba(46, 14, 14, 0.603);
box-shadow: 2px 2px 10px #af4359d8 ;
}
.btn:active{
color:rgb(124, 119, 119);
background-color: rgb(87, 157, 238) ;
}
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.