Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi guys I need help putting this together so I drew what I wanted to be done in the main in word doc. I need

Hi guys

I need help putting this together so I drew what I wanted to be done in the main in word doc. I need help in the main. I just dont know how it would look like in HTML and CSS. I am going to put all of my stuff down below. Hopefully you can help. Thank you.

image text in transcribed

my orginal

image text in transcribed

what I need help with. I don't know how to put the images like this and have text like this. I use word to put the text box in there

Jacob's Cookies

Jacob's Cookies

Copyright © 2022 Jacob's Cookies

css

{ box-sizing: border-box; }

body { background-color: #D2B48C; background-image: url(images/cookies3.jpg); background-repeat: no-repeat; background-position: center; background-size: 1500px; color: #221811; font-family: Tahoma, Arial, sans-serif; margin: 1; } #wrapper { background-color: gainsboro; padding: 2; } header { background-color: #f5deb3; padding: 10px; text-align: center; font-size: 20px; color: #000000; }

nav { float: left; width: 15%; height: 400px; background: #ccc; padding: 20px; }

nav ul { list-style: none; }

nav ul li{ text-decoration: none; padding: 5px 0; font-weight: bold; color: #000; } article { padding: 20px; width: 85%; background-color: #dcdcdc; } article img{ height: 150px; width: 150px; } article h1{ font-size: 30px; } } header a {text-decoration: none; } header a:link {color: #231814; } header a:visited {color: #231814; } header a:hover {color: #FEF6C2; } h1 { font-size: 2em; font-family: Brush Script MT, cursive; }

section::after { content: ""; display: table; clear: both; }

footer { background-color: #f5deb3; padding: 30px; text-align: center; color: #000000; }

@media (max-width: 600px) { nav, article { width: 100%; height: auto; } }

Jacob's Cookies Copyright (c) 2022 Jacob's Cookies Jacobsocookies@gmail.com Jacob's Cookies Copyright (c) 2022 Jacob's Cookies Jacobsocookies@gmail.com Jacob's Cookies Copyright (c) 2022 Jacob's Cookies Jacobsocookies@gmail.com Jacob's Cookies Copyright (c) 2022 Jacob's Cookies Jacobsocookies@gmail.com

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

Oracle Database 11g SQL

Authors: Jason Price

1st Edition

0071498508, 978-0071498500

More Books

Students also viewed these Databases questions

Question

What is the difference between Needs and GAP Analyses?

Answered: 1 week ago

Question

What are ERP suites? Are HCMSs part of ERPs?

Answered: 1 week ago