<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > Document </ title > < script src = "jquery.js.js" ></ script > < script > $ ( document ). ready ( function (){ $ ( '#top' ). click ( function (){ $ ( '#ball' ). animate ({ "margin-top" : "10px" }, 800 ); }) $ ( '#left' ). click ( function (){ ...
Posts
CSS Card Coding
- Get link
- X
- Other Apps
<style> * { margin : 0% ; padding : 0% ; } .main { width : 100% ; height : 100vh ; background-color : #bcdee7 ; } .card { background : #ffffff ; position : relative ; width : 288px ; height : 54vh ; margin : auto ; top : 85px ; border-radius : 3px ; box-shadow : 0px 5px 10px 0px #828282 ; } .card .avatar { margin-left : 45px ; position : relative ; width : 144px ; height : 35vh ; } .avatar .avatar-logo { ...