/    Sign up×
Community /Pin to ProfileBookmark

Class selector not getting selected.

I have made sure to check out that I linked to my external stylesheet correctly and I still can’t seem to select the class that I’ve given to my two divs on my homepages. I attached pictures of it.

Can anyone see what I am doing wrong?

[upl-image-preview url=https://www.webdeveloper.com/forum/assets/files/2018-04-27/1524816661-515954-skarmavbild-2018-04-27-kl-101041.png]
[upl-image-preview url=https://www.webdeveloper.com/forum/assets/files/2018-04-27/1524816663-404632-skarmavbild-2018-04-27-kl-101048.png]

to post a comment
CSSHTML

5 Comments(s)

Copy linkTweet thisAlerts:
@cootheadApr 27.2018 — > @SputniQ#1591606 I attached pictures of it.

Hi there SputniQ,

and a warm welcome to these forums. ?

Please post the actual code rather than images of it.

To do that, just use [ code] [ /code] tags - (without any spacees within the brackets).

_coothead_
Copy linkTweet thisAlerts:
@SputniQauthorApr 27.2018 — @coothead#1591607 Thank for the welcome and sorry, I will do so inte the future!

<!doctype html>

<html>
<head>
<title> My website </title>
<link href="styles/style.css" rel="stylesheet" type="text/css"/>
</head>


<body>

<i> </i>&lt;header&gt;
<i> </i>&lt;nav&gt;
<i> </i>&lt;h1&gt; My Website&lt;/h1&gt;
<i> </i>&lt;ul&gt;
<i> </i> &lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt;
<i> </i> &lt;li&gt;&lt;a href="webpage2.html"&gt;Review&lt;/a&gt;&lt;/li&gt;
<i> </i> &lt;li&gt;&lt;a href="#"&gt;Culture&lt;/a&gt;&lt;/li&gt;
<i> </i> &lt;li&gt;&lt;a href="#"&gt;Nightlife&lt;/a&gt;&lt;/li&gt;
<i> </i> &lt;li&gt;&lt;a href="#"&gt;Contact us&lt;/a&gt;&lt;/li&gt;
<i> </i>&lt;/ul&gt;
&lt;/nav&gt;
&lt;/header&gt;
&lt;div class="secondary"&gt;
&lt;p&gt;This is one of my very first websites..&lt;/p&gt;

&lt;p&gt;This is one of my very first websites..&lt;/p&gt;

&lt;p&gt;This is one of my very first websites..&lt;/p&gt;

&lt;p&gt;This is one of my very first websites..&lt;/p&gt;

&lt;p&gt;This is one of my very first websites..&lt;/p&gt;

&lt;p&gt;This is one of my very first websites..&lt;/p&gt;

&lt;/div&gt;

&lt;div class="secondary"&gt;
&lt;p&gt;This is one of my very first websites..&lt;/p&gt;

&lt;p&gt;This is one of my very first websites..&lt;/p&gt;

&lt;p&gt;This is one of my very first websites..&lt;/p&gt;

&lt;p&gt;This is one of my very first websites..&lt;/p&gt;

&lt;p&gt;This is one of my very first websites..&lt;/p&gt;

&lt;p&gt;This is one of my very first websites..&lt;/p&gt;

&lt;/div&gt;



&lt;footer&gt; Night Club 2018&lt;/footer&gt;
&lt;/body&gt;

&lt;/html&gt;


and stylesheet

body { margin:0;
font-family:arial;

}

header {background:#222;
border:2px solid maroon;
color:white;

}

header h1 {
display:inline;
background:maroon;
border-radius:8px;
padding:5px 5px;
margin:8px;


}
nav ul {
display:inline;
}

nav ul li {
display:inline-block;
background:maroon;
padding: 15px 5px 15px 5px;
margin:6px;
border-radius:5px;

}

nav ul li a {
color:white;
text-decoration:none;

.secondary {

}
Copy linkTweet thisAlerts:
@cootheadApr 27.2018 — Hi there SputniQ,

this...
``<i>
</i>nav ul li a {
color:white;
text-decoration:none;<i>
</i>
``


...is missing a closing bracket - **}**

_coothead_
Copy linkTweet thisAlerts:
@SputniQauthorApr 29.2018 — @coothead#1591613

Thanks a million times!
Copy linkTweet thisAlerts:
@cootheadApr 29.2018 — No problem, you're very welcome. ?


[i]coothead[/i]
×

Success!

Help @SputniQ spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...