<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width-device-width, initial-scale=1">
<title>Profile</title>
</head>
<body>
<!-- STYLES -->
<style {csp-style-nonce}>
* {
padding: 0;
margin: 0;
font-family: sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
.container {
width: 80%;
margin: 0 auto;
}
.container:after {
content: \'\';
display: block;
clear: both;
}
header h1 {
float: left;
padding: 15px 0px;
color: #1E90FF;
}
header ul {
float: right;
}
header ul li {
display: inline-block;
}
header ul li a {
padding: 25px 20px;
display: inline-block;
}
header ul li a:hover {
background-color: #1E90FF;
color: #fff;
}
.active {
background-color: #1E90FF;
color: #fff;
}
section {
padding: 50px 0;
}
section h3 {
text-align: center;
padding: 20px 0;
color: #1E90FF;
}
.profile p {
word-spacing: 2px;
line-height: 25px;
text-align: left;
padding: 30px 20px;
float: left;
}
footer {
padding: 50px 0;
background-color: #333;
color: #fff;
text-align: center;
}
</style>
</head>
<body>
<!--Profile -->
<section class="profile">
<div class="container">
<h3>Profile</h3><a href="https://ibb.co/KhnGWpp"><img src="https://i.ibb.co/025XrRR/453365.jpg" alt="fotoku1" width="300" height="400" align="left"></a>
<p>Name : Muhammad Rivadhli Purnomo <br>
Date of Birth : Makassar, 16 Agustus 2000 <br>
Profession : Mahasiswa <br>
Institusi : Institut Teknologi Sepuluh Nopember <br>
No : 082348149321</p>
</div>
</section>
</body>
</html>