Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

i need help getting the html and css file to run cohesively . its not displaying the info i want you can use any background

i need help getting the html and css file to run cohesively . its not displaying the info i want

you can use any background image

HTML CODE

Aisle Hunter

  • HOME
  • RECIPE DATABASE
  • ABOUT US
  • CONTACTS
  • FAQS

WELCOME TO AISLE HUNTER

SEARCH

EXPLORE MORE

CSS CODE

*

{

margin: 0;

padding: 0;

}

header

{

background-image:linear-gradient(rgba(0, 0, 0, 0.5),(rgba(0, 0, 0, 0.5)) url(bg.jpg);

height: 100vh;

background-size:cover;

background-position:center;

}

.main-nav

{

float: right;

list-style: none;

margin-top: 30px;

}

.main-nav li

{

display: inline-block;

}

.main-nav li a{

color: black;

text-decoration: none;

padding:5px 20px;

font-family: "Roboto", sans-serif;

font-size: 15px;

}

.main-nav li-active a{

border: 1px solid white;

}

.main-nav li a:hover{

border:1px solid white;

}

body{

font-family: monospace;

}

.hero{

position: absolute;

width: 1200px;

margin-left: 0px;

margin-top: 0px;

}

.row

{

max-width:1200px;

margin:auto;

}

h1

{

color: white;

text-transform: uppercase;

font-size: 70px;

text-align: center;

margin-top: 275px;

}

.button

{

margin-top: 30px;

margin-left: 440 px;

}

.btn{

border: 1px solid white;

padding : 10px 30px;

color: white;

text-decoration: none;

margin-right: 5px;

font-size: 13px;

text-transform: uppercase;

}

.bt-one

{

background-color: darkorange;

font-family: "Roboto",sans-serif;

}

.btn-two

{

font-family: "Roboto",sans-serif;

}

.btn-two:hover

{

background-color: darkorange;

transition: all 0.5s ease-in;

}

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

Database Management With Website Development Applications

Authors: Greg Riccardi

1st Edition

0201743876, 978-0201743876

More Books

Students also viewed these Databases questions

Question

3. How do you get past Robins defensiveness?

Answered: 1 week ago