Skip to content

Oluwagbemi Abiodun #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Oluwagbemi Abiodun #129

wants to merge 6 commits into from

Conversation

Alakowe19
Copy link

No description provided.

.sidebar .navigation ul li a:hover,
.sidebar .navigation ul li a:active,
.sidebar .navigation ul li a:focus {
color: #ffffff;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could move to the body

body {
    background-color: #121212;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}

index.html Outdated
<title>Document</title>
</head>
<body>
<!-- Building the side bar area -->
<div class="sidebar">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<aside>


</div>
<!-- Navigation lists starts here (Like the menu bar) -->
<div class="navigation">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<nav>

<!-- Main container starts here. Inside, I have buttons and navbar -->

<div class="container">
<div class="topbar">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<header>

</div>

<!-- My Nav Bar starts here -->
<div class="navbar">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<nav>

</div>
<!-- Main container ends -->

<div class="spotify-playlists">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<main>

Comment on lines +119 to +120
<div class="list">
<div class="item">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<ul>
<li>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alernatively, the items could be <article>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants