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
Copy Markdown

No description provided.

Comment thread css/style.css
.sidebar .navigation ul li a:hover,
.sidebar .navigation ul li a:active,
.sidebar .navigation ul li a:focus {
color: #ffffff;
Copy link
Copy Markdown
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;
}

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

Choose a reason for hiding this comment

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

<aside>

Comment thread index.html

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

Choose a reason for hiding this comment

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

<nav>

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

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

Choose a reason for hiding this comment

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

<header>

Comment thread index.html
</div>

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

Choose a reason for hiding this comment

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

<nav>

Comment thread index.html
</div>
<!-- Main container ends -->

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

Choose a reason for hiding this comment

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

<main>

Comment thread index.html
Comment on lines +119 to +120
<div class="list">
<div class="item">
Copy link
Copy Markdown
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
Copy Markdown
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