-
Notifications
You must be signed in to change notification settings - Fork 157
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
base: main
Are you sure you want to change the base?
Oluwagbemi Abiodun #129
Conversation
.sidebar .navigation ul li a:hover, | ||
.sidebar .navigation ul li a:active, | ||
.sidebar .navigation ul li a:focus { | ||
color: #ffffff; |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<main>
<div class="list"> | ||
<div class="item"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<ul>
<li>
There was a problem hiding this comment.
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>
No description provided.