-
Notifications
You must be signed in to change notification settings - Fork 802
Open
Description
<title>Profil Saya</title>
<style>
body {
font-family: 'Poppins', sans-serif;
background: linear-gradient(135deg, #1e3a8a, #2563eb);
color: #333;
margin: 0;
padding: 0;
}
header {
background-color: #1e3a8a;
color: white;
text-align: center;
padding: 25px 0;
}
.container {
background-color: white;
max-width: 800px;
margin: 40px auto;
border-radius: 15px;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
padding: 30px;
}
.profile-pic {
display: block;
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
margin: 0 auto 20px;
}
h2 {
text-align: center;
color: #1e3a8a;
}
p {
text-align: center;
margin: 5px 0;
}
.section {
margin-top: 25px;
}
.section h3 {
color: #2563eb;
border-left: 5px solid #2563eb;
padding-left: 10px;
}
ul {
list-style: square;
padding-left: 25px;
}
footer {
background-color: #1e3a8a;
color: white;
text-align: center;
padding: 15px;
margin-top: 30px;
}
a {
color: #2563eb;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
<header>
<h1>Profil Saya</h1>
</header>
<div class="container">
<img src="https://i.imgur.com/4AiXzf8.jpeg" alt="Foto Profil" class="profile-pic">
<h2>Raasya Raasya</h2>
<p>🌟 Pelajar SMA | 💻 Belajar Web Development | 🎨 Suka Desain</p>
<div class="section">
<h3>Tentang Saya</h3>
<p>Saya adalah pelajar yang senang belajar hal baru, terutama di bidang teknologi dan desain web.
Saya suka membuat proyek kreatif seperti website, poster, dan cerita digital.</p>
</div>
<div class="section">
<h3>Keahlian</h3>
<ul>
<li>HTML & CSS Dasar</li>
<li>Desain Poster Digital</li>
<li>Penulisan Cerita & Konten</li>
</ul>
</div>
<div class="section">
<h3>Kontak</h3>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Instagram: <a href="https://instagram.com/" target="_blank">@raasya_</a></p>
</div>
</div>
<footer>
<p>© 2025 Raasya Web Project</p>
</footer>
Metadata
Metadata
Assignees
Labels
No labels