style.css 1.83 KB
/* https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body {
    font-family: Asap;
    background-color: #1d1d1d;
    color: white;
    width: 500px;
}

*{
    background-position: center;
    background-repeat: no-repeat;
}

#banner{
    height: 500px;
    width: 500px;
    background-color: #fff;
    position: relative;
}

#emailPath{
    background-image: url(images/mail-path.png);
    height: 140px;
    width: 100px;
    position: absolute;
    margin-left: 100px;
    margin-top: 100px;
}
#email{
    position: absolute;
    background-image: url(images/email.png);
    height: 53px;
    width: 57px;
    left: 66px;
    top: -10px;
    transform: scale(0);
}

#man{
    // background-image: url(images/man.png);
    position: absolute;
    height: 190px;
    width: 69px;
    left: 220px;
    top: 200px;
}
#man img{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
#arm{
    background-image: url(images/arm.png);
    position: absolute;
    height: 57px;
    width: 26px;
    top: 3px;
    right: 0;
    z-index: 0;
    transform-origin: 5px 50px;
}