<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
.cerceve1{
border: 2px solid #ddd;
border-radius: 44px;
padding: 5px;
width: 150px;
}
.cerceve1:hover {
box-shadow: 0 0 2px 1px rgba(0, 255, 0, 0.4);
border-color: green;
}
</style>
</head>
<body>
<img class="cerceve1" src="r1.jpg">
<img class="cerceve1" src="r1.jpg">
<img class="cerceve1" src="r1.jpg">
<img class="cerceve1" src="r1.jpg">
</body>
</html>
Bir yanıt bırakın Cevabı iptal et