code added

This commit is contained in:
2023-04-28 15:43:17 +05:30
parent 4943d7fc15
commit b8d88b9cc5
24 changed files with 223 additions and 93 deletions
+5 -5
View File
@@ -29,20 +29,20 @@
<link rel="stylesheet" href="./dist/css/fontawesome.min.css">
<title>Ram | Anwi</title>
<style>
.card:hover{
/* .card:hover{
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.card:hover img{
transform: scale(1.1);
/* rotate: 10deg; */
}
.card:hover .btn{
} */
/* .card:hover .btn{
background-color: #000 !important;
color:#ffff !important;
}
.card-title{
font-size: 1.2rem;
}
} */
</style>
</head>