Question: Why aren't the style settings for the class selector highlight showing in my index2.html? index2.html Github Hub Home Contact About This is a site to

Why aren't the style settings for the class selector "highlight" showing in my index2.html?

index2.html

Github Hub

In this sample site, we'll show a list of Github projects and the dataabout those projects.




This is where results will live...eventually.

Additional Resources

Visit the Resources section of our website for additional help.

Contact Information

Please contact the author for additional resources at shawn@github.com.

© 2014 Shawn Wildermuth LLC

site2.css

/* site2.css */ header, footer { background-color: lightgray; border: solid 1px black; /*font-family: 'Times New Roman', serif;*/ }

footer { padding: 10px; border-radius: 3px; }

body { font-family: Segoe UI, Arial, Helvetica, sans-serif; font-size: 14px; background-color: darkgreen; }

a { color: green; }

html, body { padding: 0; margin: 0; }

.bordered-image { border: solid 1px #444; border-radius: 2px; }

#main { border: solid 1px #ccc; border-radius: 5px; color: #202020; margin: 20px 0; padding: 5px; }

#secondary { border: solid 1px #ccc; border-radius: 5px; color: #FF0000; margin: 20px 0; padding: 5px; }

#secondary h3 { color: #0066FF; letter-spacing: 7px;

}

.highlight { background-color: yellow; font-weight: bold; }

#results { padding: 2px; width: 600px; display: inline-block; vertical-align: top; }

.simple-form { padding: 2px; width: 300px; display: inline-block; vertical-align: top; /* position: absolute; bottom: 5px; right: 5px; */}

.simple-form label { font-weight: bold; }

.simple-form input[type=text], .simple-form select, .simple-form input[type=password], .simple-form textarea { width: 150px; }

.simple-form input[type=submit] { background-color: green; color: white; border-radius: 15px; padding: 3px; margin-top: 5px; }

.container { width: 989px; margin: 0 auto; background-color: white; padding: 5px; }

header nav { float: right; margin-right: 5px; }

header nav li { display: inline; font-size: 12px; }

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!