Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
Violetz12 committed Jan 2, 2025
1 parent 132c82b commit 2219469
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions chill.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap"
rel="stylesheet"
/>

<link rel="stylesheet" href="styles.css" />
<style>
body {
margin: 0;
Expand Down Expand Up @@ -115,6 +117,22 @@
</style>
</head>
<body>
<header>
<nav>
<div class="navigation">
<div class="navigation-items">
<a href="index2.html">Home</a>
<a href="discover.html">Discover</a>
<a href="chill.html">Chill</a>
</div>
</div>
<div class="profile">
<img src="images/photo_2024-12-13_19-27-20.jpg" alt="Avatar" />
</div>
</nav>
</header>


<div class="container">
<div class="left-side">
<h1>Playlist</h1>
Expand Down

0 comments on commit 2219469

Please sign in to comment.