Yangi formatda davom etish uchun: https://uzfor.net/view.php?act=post&id=83874
Postga havola
DjHuSo [843] [off]
Akbarali,
<!DOCTYPE HTML> <html> <head> <style> body{ background:#ccc; } .test{ background:#739e41; padding:10px; border-radius:5px; } .test1{ background:#fff; border-radius:5px; box-shadow:0px 10px 10px 1px #444; } .test1:hover{ box-shadow:0px 10px 10px 1px #000; } </style> </head> <body> <div class="test1"> <div class="test"> <br/> </div> </div> </body> </html>