BriyaniHubApp / static /style.css
DSatishchandra's picture
Create static/style.css
31684ab verified
Raw
History Blame Contribute Delete
2.4 kB
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.container {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
text-align: center;
width: 300px;
}
h1 {
margin-bottom: 20px;
}
form label {
display: block;
margin: 10px 0 5px;
text-align: left;
}
form input {
width: 100%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ccc;
border-radius: 4px;
}
button {
padding: 10px 20px;
border: none;
border-radius: 4px;
background-color: #007bff;
color: white;
cursor: pointer;
width: 100%;
}
button:hover {
background-color: #0056b3;
}
#signupMessage, #loginMessage {
color: green;
margin-top: 10px;
}
body {
font-family: Arial, sans-serif;
background-color: #f8f9fa;
}
h1, h3 {
margin-bottom: 20px;
}
.card {
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.card img {
height: 150px;
object-fit: cover;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.menu-item {
text-align: center;
}
.btn {
width: 100%;
border-radius: 5px;
}
.fixed-bottom {
font-weight: bold;
font-size: 16px;
}
.card {
cursor: pointer;
}
body {
font-family: Arial, sans-serif;
background-color: #f8f9fa;
}
.menu-card {
border-radius: 15px;
overflow: hidden;
}
.menu-image {
height: 200px;
object-fit: cover;
}
.card-title {
font-size: 1.5rem;
font-weight: bold;
}
.card-text {
margin: 0.5rem 0;
}
.btn-primary {
border-radius: 20px;
font-size: 1rem;
width: 120px;
}
.modal-body img {
border-radius: 10px;
}
.modal-footer {
justify-content: center;
}
body {
font-family: Arial, sans-serif;
background-color: #f8f9fa;
}
.menu-card {
border-radius: 15px;
overflow: hidden;
}
.menu-image {
height: 200px;
object-fit: cover;
border-radius: 15px 0 0 15px;
}
.card-title {
font-size: 1.5rem;
font-weight: bold;
}
.card-text {
margin: 0.5rem 0;
font-size: 1.2rem;
}
.btn-primary {
border-radius: 20px;
font-size: 1rem;
width: 120px;
}
.modal-body img {
border-radius: 10px;
max-height: 300px;
object-fit: cover;
}