Skip to content

Oluwagbemi Abiodun#129

Open
Alakowe19 wants to merge 6 commits intoboolean-uk:mainfrom
Alakowe19:main
Open

Oluwagbemi Abiodun#129
Alakowe19 wants to merge 6 commits intoboolean-uk:mainfrom
Alakowe19:main

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
</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