
/* i fanilly learn css let go !!!*/


body{
    text-align: center;
    background-color: wheat;
    color: black;
}

.html{
    font-size: 50%;
}

.please {
    width: 100%;
    font-size: 70%;
}

.home { /* go to home buttons */
    scale: 0.5;
    size-adjust: 0.5;
    position: fixed;
    left: -14%;
    top: -25%;
}

/* project link and image here */

.t1{
    scale: 1;
    size-adjust: 1;
    position: fixed;
    left: 28%;
    top: 45%;
}
.t1-image{
    scale: 0.4;
    size-adjust: 0.4;
    position: fixed;
    left: 14%;
    top:  35%;
}

/* */

.t2{
    scale: 1;
    size-adjust: 1;
    position: fixed;
    left: 40%;
    top: 45%;
}
.t2-image{
    scale: 0.4;
    size-adjust: 0.4;
    position: fixed;
    left: 34%;
    top:  35%;
}

/* */

.t3{
    scale: 1;
    size-adjust: 1;
    position: fixed;
    left: 67%;
    top: 45%;
}
.t3-image{
    scale: 0.4;
    size-adjust: 0.4;
    position: fixed;
    left: 54%;
    top:  35%;
}





















