Skip to content

Create kentrikos demo#2700

Open
chandrashekartalakalapalli-coder wants to merge 1 commit intofreeall:masterfrom
chandrashekartalakalapalli-coder:patch-1
Open

Create kentrikos demo#2700
chandrashekartalakalapalli-coder wants to merge 1 commit intofreeall:masterfrom
chandrashekartalakalapalli-coder:patch-1

Conversation

@chandrashekartalakalapalli-coder

body {
font-family: 'Segoe UI', sans-serif;
background: #f4f6fc;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}

.container {
text-align: center;
background: white;
padding: 40px;
border-radius: 12px;
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
width: 90%;
max-width: 600px;
}

h1 {
color: #4e54c8;
margin-bottom: 10px;
}

p {
color: #666;
margin-bottom: 30px;
}

.nav-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}

.nav-grid a {
display: block;
padding: 15px;
background-color: #4e54c8;
color: white;
text-decoration: none;
border-radius: 8px;
font-weight: bold;
transition: background 0.3s ease;
}

.nav-grid a:hover {
background-color: #3b42a1;
}

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant