Question: Can you help me make a basic back end site to my website, it should have links to all the pages, pages do not have

Can you help me make a basic back end site to my website, it should have links to all the pages, pages do not have to be created yet, but should have an idea of all the pages the system will use.

HTML

My page

Aesthetic Landscaping designs for big and small business

Learn More

CSS

* { margin: 0; padding: 0; font-family: verdana; }

#main { width: 100%; height: 120vh; background-image: url(fountain.jpg); background-size: cover; }

nav { width: 100%; height: 130px; background: #0002; line-height: 80px; }

nav ul { float: right; margin-right: 30px; }

nav ul li { list-style-type: none; display: inline-block; transition: 0.8s all; }

nav ul li:hover { background-color: #f39d1a; }

nav ul li a { text-decoration: none; color: #fff; padding: 30px; }

.banner-h { text-align: center; width: 50%; margin-left: auto; margin-right: auto; color: #fff; }

.banner { margin: 100px 0px; position: absolute; bottom: 40%; /* text-align: center; */ width: 100%; }

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!