You are on page 1of 2

<!

DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Index</title>
<style >
.container{
width: 1080px;
margin: 0 auto;
}
.header{
display: flex;
height: 200px;
color: white;
background-color: black;
margin-bottom: 200px;
}
.third{
width: 33.33%;
}
.image{
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
}
.image img{
width: 90%;
height: 30px;
margin: 0 auto;
border-radius: 30px 0px 30px 0px;
border: 10px solid white;
box-shadow: 6px 0px 0.60 grey;
}
.info, .motiv{
padding: 40px 40px 0px 40px;
}

.footer {
background: black;
color: white;
display:flex;
}
.footer h3 {
margin: 0px auto;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<div class="info third">
<h2>belmahi abderafii</h2>
abderafii.bel.mahi@gmail.com
</div>
<div class="image third">
<img src="cv.jpg"></img>
</div>
<div class="motiv third">
lorem text dkdie jdiz jdkdi jdoe jd zid id eie id diiiz. zoo ie90zbz
</div>
</div>

<div class="section">

</div>
<div class="footer">
<h3 >Copyright</h3>
</div>
</div>
</body>
</html>

You might also like