-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
<title>Karena Krishna Portfolio</title>
Hi, I'm Karena Krishna
Welcome to my portfolio! I am learning web development and building cool projects.
Say Hi 👋2️⃣ style.css
body {
font-family: Arial, sans-serif;
background-color: #f0f4f8;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.container {
text-align: center;
background-color: #fff;
padding: 30px;
border-radius: 15px;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
h1 {
color: #333;
}
p {
color: #555;
font-size: 18px;
}
button {
background-color: #007BFF;
color: white;
border: none;
padding: 12px 25px;
font-size: 16px;
border-radius: 8px;
cursor: pointer;
margin-top: 15px;
}
button:hover {
background-color: #0056b3;
}
Metadata
Metadata
Assignees
Labels
No labels