Skip to content

Krishna. Css program 1 #202

Description

@karenakrishna715-svg
<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;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions