/
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; 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); /* border:2px green solid; */ display: flex; justify-content: center; align-items: center; margin-right: 20px; } .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; 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); /* border:2px green solid; */ display: flex; justify-content: center; align-items: center; } .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; 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); /* border:2px green solid; */ padding: 5px; display:flex; justify-content: center; align-items: center; position: relative; flex-direction: column; } /*.pic: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);*/ /*}*/ .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{ width: 30px; height: 30px; } .callIcon{ width: 30px; height: 30px; } .EmailIcon{ width: 30px; height: 30px; } .top{ width: 100%; top: 2%; position: absolute; display: flex; width: 100%; height: 35%; justify-content: center; align-items: center; flex-direction: column; /*border:2px green solid; */ } .Uppermiddle{ position: absolute; display: flex; top: 37%; width: 100%; height: 17%; justify-content: center; align-items: center; /*border:2px yellow solid; */ } .Lowermiddle{ position: absolute; display: flex; top: 62%; width: 100%; height: 10%; justify-content: center; align-items: center; /*border:2px red solid; */ } .bottom{ position: absolute; display: flex; top: 75%; left:2.5%; width: 100%; height: 15%; justify-content: center; align-items: center; margin: auto; /*border:2px blue solid; */ } .name{ height: 28px; width: 320px; position:absolute; width: 100%; top: 20%; color:#5F83AD; font-size: 28px; text-align: center; justify-content: center; align-items: center; flex-direction: column; /*border:2px green solid; */ } .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; }