Index
Index
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portofolio Saya</title>
<!-- Link ke CSS Bootstrap 5 -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet">
<style>
/* Custom Styling */
.hero-section {
height: 100vh;
background: url('path-to-your-image.jpg') no-repeat center center;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
color: green;
text-align: center;
}
.card-img-top {
max-height: 200px;
object-fit: cover;
}
</style>
</head>
<body>