Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Link a CSS file to your HTML pages using the tag. Apply the following styles to your pages: On the Homepage: A colored header welcoming
Link a CSS file to your HTML pages using the tag.
Apply the following styles to your pages:
On the Homepage:
A colored header welcoming people to your website.
A differently colored paragraph about what people should expect on your website.
On the About Me page:
A differently colored heading with your name
A differently colored brief introduction about yourself
A differently colored paragraph about your favorite hobby or interest
On the Contact Me page, color the labels and fields of the contact form differently:
Name text input
Email email input
Subject text input
Message textarea
Add a background color to each of your pages.
Style your navigation bar:
Apply a background color to the navigation bar.
Apply a different color to the text in the navigation bar. This my homepage HTML file
About Me
body
fontfamily: Arial, sansserif;
navbar
backgroundcolor: #;
overflow: hidden;
navbar a
float: left;
display: block;
color: #fff;
textalign: center;
padding: px px;
textdecoration: none;
navbar a:hover
backgroundcolor: #ddd;
color: black;
Im a web developer major with a passion for coding and design. I enjoy reading books in my spare time to unwind.I love exploring my creative side through painting!If you have any questions or would like to get in touch, please fill out the form below:This website is a collection of my work, skills, and experiences. Feel free to explore and get in touch if you have any questions.
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