Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

/ * Resetting default margin and padding * / body, h 1 , h 2 , h 3 , p , ul , li {

/* Resetting default margin and padding */
body,
h1,
h2,
h3,
p,
ul,
li {
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
}
/* Header styles */
header {
background: #3feefb;
display: flex;
}
.header {
height: 18vh;
width: 100%;
padding: 02%;
position: relative;
}
nav{
display: flex;
align-items: center;
justify-content: space-between;
}
.logo{
width: 100px;
}
h1{
font-family:cursive;
font-size: 50px;
color:#ff8888;
}
nav ul {
list-style-type: none;
padding: 0;
display: flex;
justify-content: right;
align-items: right;
font-size: 25px;
}
nav ul li {
display: inline;
margin-right: 10%;
}
/* Main styles */
main {
display: flex;
justify-content: space-between;
padding: 20px;
}
.container-img {
width: 100%;
height: auto;
}
.container-content {
flex: 2;
padding: 200px 50px;
}
.container-content p {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-style: italic;
font-size: 30px;
text-align: center;
line-height: 2;
}
/* Responsive styles */
@media (max-width: 768px){
main {
flex-direction: column;
}
.container-content {
padding: 20px 0;
}
}
/*Products page styl*/
main {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 20px;
}
.container-product-img {
width:100%;
height: auto;
border-radius: 10px;
}
.container-content {
padding: 020px; /* Add padding to content */
}
/* Dropdown Menu */
.dropdown {
width:20px;
height:10px;
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
font-size: 20px;
z-index: 1;
}
.dropdown-content a {
color: #333;
padding: 20px 25px;
text-decoration: none;
display: block;
}
.dropdown:hover .dropdown-content {
display: block;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0;
}
.container-content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: left;
}
.container-img {
flex: 0048%; /* Adjust width as needed */
margin-bottom: 20px;
}
.container-text {
flex: 0048%; /* Adjust width as needed */
}
.download-button {
text-align: right;
margin-top: 20px;
}
/*contacts styling*/
.social-icons {
display: flex;
justify-content: center;
align-items: center; /* Align icons vertically center */
margin-top: 20px;
}
.social-icons a {
margin: 010px; /* Add some spacing between icons */
}
.social-icons a i {
font-size: 50px; /* Adjust the size of the icons */
}
iframe{
width: 80%;
height: 100px;
width: 100%;
height: 80vh;
display: flex;
align-items:center;
justify-content:center;
flex-direction: column;}
/* Responsive styles */
@media (max-width: 768px){
.container-img,
.container-content {
flex-basis: 100%; /* Full width on smaller screens */
}
}
/* Form Styling */
form {
max-width: 400px;
margin: 0 auto;
background: #fff;
padding: 20px;
border-radius: 5px;
box-shadow: 0010px rgba(0,0,0,0.1);
}
form div {
margin-bottom: 15px;
}
input[type="text"],
input[type="password"],
textarea {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type="submit"]{
background-color: #05bdca;
color: #fff;
border: none;
padding: 10px 20px;
cursor: pointer;
border-radius: 4px;
}
input[type="submit"]:hover {
background-color: #333;
}
.forgot-password,
.new-user {
text-align: left;
margin-top: 10px;
}
.forgot-password a,
.new-user a {
color: #007bff;
text-decoration: none;
}
.forgot-password a:hover,
.new-user a:hover {
text-decoration: underline;
}
/* Footer styles */
footer {
grid-area: footer;
background-color: #3feefb;
color:#000000;
padding: 10px;
width:100%;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
}
LeBeza's Bakery Recipe Hub

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Transact SQL Cookbook Help For Database Programmers

Authors: Ales Spetic, Jonathan Gennick

1st Edition

1565927567, 978-1565927568

More Books

Students also viewed these Databases questions

Question

List five ways of increasing the capacity of a cellular system.

Answered: 1 week ago

Question

What is the purpose of the Salary Structure Table?

Answered: 1 week ago

Question

What is the scope and use of a Job Family Table?

Answered: 1 week ago