/
home
/
u897542709
/
domains
/
zcardin.com
/
public_html
/
Upload File
HOME
* { margin: 0; padding: 0; } body { margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; display: flex; justify-content: center; align-items: center; position: relative; min-height: 100vh; background: #ffffff; } .container { height: 100vh; display: flex; position: relative; justify-content: center; align-items: center; flex-direction: row; background: #ffffff; } .main { background-color: #E6E9F5; display: flex; justify-content: center; align-items: center; position: relative; flex-direction: column; width: 400px; min-height: 100%; background-image: url("Path 1.svg"); border: 3px #97AAF6 solid; border-radius: 30px; } .IconBTN { width: 75px; height: 75px; position: relative; text-decoration: none; text-transform: uppercase; font-weight: 500; letter-spacing: 2px; background-color: #E6E9F5; color: #5a84a2; font-size: 18px; border-radius: 10px; display: flex; justify-content: center; align-items: center; margin-right: 20px; box-shadow: -2px -2px 8px rgba(255,255,255,1), -2px -2px 12px rgba(255,255,255,0.5), 2px 2px 8px rgba(0,0,0,0.15); } .IconBTN:hover { box-shadow: inset -2px -2px 8px rgba(255,255,255,1), inset -2px -2px 12px rgba(255,255,255,0.5), inset 2px 2px 4px rgba(255,255,255,0.1), inset 2px 2px 8px rgba(0,0,0,0.15); } .SaveBTN { width: 300px; height: 70px; position: relative; text-decoration: none; text-transform: uppercase; font-weight: 500; letter-spacing: 2px; background-color: #E6E9F5; color: #5a84a2; font-size: 18px; border-radius: 30px; display: flex; justify-content: center; align-items: center; box-shadow: -2px -2px 8px rgba(255,255,255,1), -2px -2px 12px rgba(255,255,255,0.5), 2px 2px 8px rgba(0,0,0,0.15); } .SaveBTN:hover { box-shadow: inset -2px -2px 8px rgba(255,255,255,1), inset -2px -2px 12px rgba(255,255,255,0.5), inset 2px 2px 4px rgba(255,255,255,0.1), inset 2px 2px 8px rgba(0,0,0,0.15); } .pic { width: 260px; height: 260px; border-radius: 180px; padding: 5px; display: flex; justify-content: center; align-items: center; position: relative; flex-direction: column; box-shadow: -2px -2px 8px rgba(255,255,255,1), -2px -2px 12px rgba(255,255,255,0.5), 2px 2px 8px rgba(0,0,0,0.15); } .InPic { margin: auto; width: 258px; height: 258px; border-radius: 200px; box-shadow: inset -2px -2px 8px rgba(255,255,255,1), inset -2px -2px 12px rgba(255,255,255,0.5), inset 2px 2px 4px rgba(255,255,255,0.1), inset 2px 2px 8px rgba(0,0,0,0.15); } .Profilepic { display: flex; margin: auto; width: 258px; height: 258px; border-radius: 200px; background-position: center; background-size: cover; } a { text-decoration: none; display: flex; justify-content: center; align-items: center; position: relative; } .WhatsIcon, .callIcon, .EmailIcon { width: 30px; height: 30px; } .top { width: 100%; top: 2%; position: absolute; display: flex; height: 35%; justify-content: center; align-items: center; flex-direction: column; } .Uppermiddle { position: absolute; display: flex; top: 37%; width: 100%; height: 17%; justify-content: center; align-items: center; } .Lowermiddle { position: absolute; display: flex; top: 62%; width: 100%; height: 10%; justify-content: center; align-items: center; } .bottom { position: absolute; display: flex; top: 75%; left: 2.5%; width: 100%; height: 15%; justify-content: center; align-items: center; margin: auto; } .name { height: 28px; width: 320px; position: absolute; top: 20%; color: #5F83AD; font-size: 28px; text-align: center; justify-content: center; align-items: center; flex-direction: column; } .website { margin-top: 5px; position: absolute; display: flex; top: 93%; width: 100%; height: 10px; justify-content: center; color: black; } .weblogo { color: #5a84a2; font-size: 18px; }