Code2pdf 67583e8a25b7e
Code2pdf 67583e8a25b7e
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Free Web Template">
<meta name="keywords" content="HTML, CSS">
<meta name="author" content="kybo15">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV-RESUME | Simply Template</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
body {
font-size: 14px;
line-height: 22px;
color: #363a59;
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Rubik", sans-serif;
height: 842px;
width: 595px;
}
.skill_name, .language_name {
color: white;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
font-family: "Rubik", sans-serif;
}
.bold {
font-weight: 700;
font-size: 20px;
text-transform: uppercase;
}
.padding {
padding: 25px 0;
}
.user-center {
position: relative;
text-align: center;
padding: 7px 0;
border-radius: 10px;
border-bottom: 2px solid #363a59;
}
.semi-bold {
font-weight: 500;
font-size: 16px;
}
.main {
height: auto;
display: flex;
flex-wrap: wrap;
margin: 50px auto;
justify-content: space-between;
}
.main .left,
.main .right {
padding: 25px;
box-sizing: border-box;
flex: 1;
}
.main .left {
background: #1e1d40;
}
.main .title {
margin-bottom: 20px;
}
.main .item {
padding: 25px 0;
border-bottom: 2px solid #363a59;
}
.main .left ul li {
display: flex;
margin-bottom: 10px;
align-items: center;
}
.main .icon i,
.main .right .hobby ul li i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.main .right {
background: #f2f2fc;
}
.main .right ul li {
position: relative;
}
/* Button */
.btn a {
display: block;
background: #1e1d40;
color: white;
padding: 13px;
cursor: pointer;
text-decoration: none;
width: 215px;
text-align: center;
border-radius: 50px;
font-weight: 400;
font-size: 16px;
}
.padd-btn {
text-align: center;
padding: 15px 100px 18px 125px;
}
.btn a:hover {
background: #363a59;
}
</style>
</head>
<body>
<!-- Start Left Section -->
<div class="main">
<div class="left">
<div class="profile">
<img src="// PROFILE_IMAGE //" alt="profile">
</div>
</html>