Question
I am looking for help for my web development with seeing is my coding is okay or needs to still be worked on. Here is
I am looking for help for my web development with seeing is my coding is okay or needs to still be worked on.
Here is the question being asked.
Create your navigation as an unordered list using
Style all four pseudo-classes for the links in your stylesheet. Use selector order or a class or ID to apply the link styles only to links in your
Create the remainder of your pages with the nav in them and link them to one another. (You don't need the full page content in each page, just the navigation that links to all other pages.)
Make sure that all your links are working to all other pages, from all your pages.
Here is my HTML code
My Webpage
This is my webpage
I am looking forward to learning more so I can build my own fishing website
NekroFishing
and my css style sheet code
body { background-color: gray; } h1 { background-color: gray; } h1 { color: black; padding:20px; } p { color: black; } h2 { color: black; padding:20px; } nav{font-weight: bold; float:left; width:160px; padding:20px; } nav a {margin:20px; text-decoration: none; -webkit-transition: color 3s ease-out; -moz-transition: color 3s ease-out; -o-transition: color 3s ease-out } nav a:link{color:black;} nav a:visited{color:black;} nav a:hover{color:black;} nav ul{list-style-type:none; margin:0; padding-left:0; font-size:1.2em; }
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started