Create Customize Portfolio

 


Create Customiz Protfolio using HTML & CSS

HTML cod (site.html):-


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="site.css">
    <title>Document</title>
</head>
<body>
    <main>
        <section class="container">
            <div class="dashboard">
                <div class="image">
                    <img src="person.png" alt="">
                    <h2>Ayoub Shindi</h2>
                </div>
                <label for="">Education : IT</label>
                <label for="">Work : FullStack web developer</label>
                <label for="">Experiance : 3 Year</label>
                <label for="">Phone : 0000000000</label>
            </div>
            <div class="body">
                <h2 class="title">Experiance</h2>
                <div class="card">
                    <div class="card_title"><h4>HTML</h4><h4>95%</h4></div>
                    <div class="bar"></div>
                </div>
                <div class="card">
                    <div class="card_title"><h4>HTML</h4><h4>90%</h4></div>
                    <div class="bar"></div>

                </div>
                <div class="card">
                    <div class="card_title"><h4>HTML</h4><h4>80%</h4></div>
                    <div class="bar"></div>

                </div>
                <div class="card">
                    <div class="card_title"><h4>HTML</h4><h4>95%</h4></div>
                    <div class="bar"></div>

                </div>
                <div class="card">
                    <div class="card_title"><h4>HTML</h4><h4>90%</h4></div>
                    <div class="bar"></div>

                </div>
            </div>
            
        </section>
    </main>
    <div class="like"></div>
    <div class="like"></div>
    <div class="like"></div>
    <div class="like"></div>
    <div class="like"></div>
    <div class="like"></div>
    <div class="like"></div>
    <div class="like"></div>
    <div class="like"></div>
    <div class="like"></div>
    <div class="like"></div>
    <div class="like"></div>
</body>
</html>




CSS code (site.css):-


*{

    padding0;
    margin0;
    box-sizingborder-box;

}

main{

    height100vh;
    background-colorrgba(55192780.411);
    displayflex;
    justify-contentcenter;
    align-itemscenter;

}

.container{

    height75vh;
    width60%;
    background-colorrgba(2552552550.411);
    border-radius20px;
    z-index1;
    backdrop-filter: blur(2rem);
    box-sizingborder-box;
    displayflex;

}

.like{

    positionabsolute;

}

.like:nth-child(2){

    height50px;
    width50px;
    border-radius50%;
    background-colorbrown;
    top15%;
    left20%;


}

.like:nth-child(3){

    height100px;
    width50px;
    transformskew(20deg);
    background-colorrgba(2550,0);
    top70%;
    left40%;


}

.like:nth-child(4){

    height50px;
    width100px;
    border-radius50%;
    background-colorrgba(166255,0);
    top40%;
    left40%;


}
.like:nth-child(5){

    height50px;
    width90px;
    border-radius50%;
    background-colorrgba(0255,55);
    top55%;
    left30%;


}
.like:nth-child(6){

    height50px;
    width80px;
    border-radius50%;
    background-colorrgba(2550,119);
    top75%;
    left30%;


}
.like:nth-child(7){

    height60px;
    width100px;
    border-radius50%;
    background-colorrgb(1400255);
    top30%;
    left60%;


}
.like:nth-child(8){

    height70px;
    width50px;
    border-radius50%;
    background-colorrgba(17999,99);
    top30%;
    left30%;


}
.like:nth-child(9){

    height50px;
    width90px;
transformskew(20deg);
background-colorrgba(18060,60);
top60%;
    left50%;


}
.like:nth-child(10){

    height70px;
    width100px;
    border-radius50%;
    background-colorrgba(144192,55);
    top18%;
    left48%;


}
.like:nth-child(11){

    height50px;
    width60px;
    border-radius50%;
    background-colorrgba(61170,85);
    top60%;
    right36%;


}
.like:nth-child(12){

    height60px;
    width50px;
    border-radius50%;
    background-colorrgba(17263,114);
    top60%;
    left23%;


}
.like:nth-child(13){

    height100px;
    width200px;
    border-radius50%;
    background-colorrgba(11762,163);
    top13%;
    left65%;


}

.dashboard{

    width30%;
    height100%;
    displayflex;
    flex-directioncolumn;
    justify-contentspace-evenly;
    align-itemscenter;
    background-colorrgba(255,255,255,0.173);
    border-radius20px 0px 0px 20px;
    colorrgba(51,48,50);

}

img{

    width8rem;
    height8rem;
    border-radius50%;

}

.body{

    width70%;
    height100%;

}

.title{

    widthauto;
    height9vh;
    margin2vh 5vh;
    displayflex;
    justify-contentcenter;
    align-itemscenter;
    colorrgba(160121150);

}

.title::after{

    content'';
    displayblock;
    width20%;
    height2px;
    top3.5rem;
    background-colorwhite;
    positionabsolute;

}

.card{

    background-colorwhite;
    width80%;
    height3.5rem;
    box-sizingborder-box;
    border-radius10px;
    box-shadow6px 6px 20px rgba(0,0,0,0.356);
    margin20px 60px;
    padding12px;
    displayflex;
    flex-directioncolumn;
    justify-contentcenter;

}

.card_title{

    width100%;
    displayflex;

}

h4{

    flex1;

}

.bar{

    positionrelative;
    width100%;
    height25%;
    background-colorrgba(30,40,41);

}

.card:nth-child(2.bar::after{

    content'';
    positionabsolute;
    width95%;
    height100%;
    background-colorrgba(255,255,255,0.61);

}

.card:nth-child(3.bar::after{

    content'';
    positionabsolute;
    width90%;
    height100%;
    background-colorrgba(255,255,255,0.61);

}
.card:nth-child(4.bar::after{

    content'';
    positionabsolute;
    width80%;
    height100%;
    background-colorrgba(255,255,255,0.61);

}
.card:nth-child(5.bar::after{

    content'';
    positionabsolute;
    width95%;
    height100%;
    background-colorrgba(255,255,255,0.61);

}
.card:nth-child(6.bar::after{

    content'';
    positionabsolute;
    width90%;
    height100%;
    background-colorrgba(255,255,255,0.61);

}





subscribe my channel on youtube :-  https://www.youtube.com/channel/UC1DFWpD1k1PtxIzYbdBAj6g



 

Comments