Style Css
Style Css
css */
/*CSS Reset*/
* {
margin: 0px;
padding: 0px;
}
/*Header Styling*/
#top {
color: rgb(245, 10, 10);
text-align: center;
font-size: 46px;
font-family: 'Ubuntu Mono', monospace;
}
#top1 {
text-align: center;
color: black;
font-size: 21px;
font-family: 'Ubuntu Mono', monospace;
}
/*Navbar Functionality*/
#navbar {
display: flex;
flex-direction: column;
background-color: gray;
height: 14vh;
width: 100vw;
font-family: 'Ubuntu Mono', monospace;
margin-top: 10px;
border: 2px solid black;
border-radius: 15px;
}
ul li a:hover {
background-color: red;
border-radius: 10px;
}
#row1 {
color: black;
font-weight: bold;
font-size: 2rem;
text-align: center;
margin-top: 35px;
}
/*Button Styling*/
.btn {
margin-top: 15px;
border: 3px solid white;
border-radius: 15px;
background-color: yellow;
font-size: 20px;
font-weight: bold;
font-family: 'Ubuntu Mono', monospace;
}
.btn:hover {
cursor: pointer;
background-color: red;
}
#container3 {
display: flex;
justify-content: space-evenly;
}
#row2 {
width: 24vw;
height: 21vh;
box-shadow: 2px 7px 16px 19px;
margin-top: 51px;
margin-bottom: 51px;
display: flex;
justify-content: center;
align-items: flex-end;
position: relative;
margin-right: 38px;
border-radius: 40px;
}
#row2::before {
content: '';
background:
url('https://media.geeksforgeeks.org/wp-content/uploads/20240711123257/jpeg-
optimizer_2151336570.jpg') no-repeat center center/cover;
position: absolute;
top: 0px;
left: 0px;
width: 24vw;
height: 21vh;
z-index: -1;
border-radius: 40px;
}
#row3 {
position: relative;
width: 24vw;
height: 21vh;
display: flex;
justify-content: center;
align-items: flex-end;
box-shadow: 2px 7px 16px 19px;
margin-top: 51px;
margin-bottom: 51px;
margin-left: 38px;
border-radius: 40px;
}
#row3::before {
content: '';
background:
url('https://media.geeksforgeeks.org/wp-content/uploads/20240711123256/jpeg-
optimizer_6656747_21351.jpg') no-repeat center center/cover;
position: absolute;
top: 0px;
left: 0px;
width: 24vw;
height: 21vh;
z-index: -1;
border-radius: 40px;
}
#top3 {
text-align: center;
color: red;
font-family: 'Ubuntu Mono', monospace;
}
#container4 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
margin: 41px;
}
#row4 {
width: 29vw;
height: 360px;
border: 2px solid black;
background:
url('https://media.geeksforgeeks.org/wp-content/uploads/20240711123258/jpeg-
optimizer_various-meals-western-food-platter-dark-background.jpg') no-repeat center
center/cover;
display: flex;
justify-content: center;
align-items: flex-end;
border-radius: 15px;
}
#row5 {
width: 29vw;
height: 360px;
border: 2px solid black;
background:
url('https://media.geeksforgeeks.org/wp-content/uploads/20240711123257/jpeg-
optimizer_2151182491.jpg') no-repeat center center/cover;
display: flex;
justify-content: center;
align-items: flex-end;
border-radius: 15px;
}
#row6 {
width: 30vw;
height: 360px;
border: 2px solid black;
background:
url('https://media.geeksforgeeks.org/wp-content/uploads/20240711123255/jpeg-
optimizer_4744.jpg') no-repeat center center/cover;
display: flex;
justify-content: center;
align-items: flex-end;
border-radius: 15px;
}
.form-shape input,
.form-shape select,
.form-shape textarea {
width: 92%;
padding: 0.5rem;
}
#row5 {
width: 45vw;
}
#row6 {
margin-top: 20px;
width: 90vw;
}
}
#row5 {
width: 84vw;
margin: auto;
margin-top: 20px;
margin-left: 22px;
}
#row6 {
width: 84vw;
margin: auto;
margin-top: 20px;
margin-left: 22px;
}
}
#row5 {
width: 78vw;
margin: auto;
margin-top: 20px;
margin-left: 3px;
}
#row6 {
width: 78vw;
margin: auto;
margin-top: 20px;
margin-left: 3px;
}
}
#container1::before {
height: 39vh;
}
#container1 {
height: 44vh
}
}