Skip to content

Commit

Permalink
Updating Cursor Pointer and Link to Cryptic logo when click MLSC-BSO…
Browse files Browse the repository at this point in the history
  • Loading branch information
ritishbhardwaj committed Oct 9, 2022
1 parent b4f259e commit 344fb64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<nav class="'navigation bg-zinc-900 flex flex-wrap">
<div class="flex justify-center p-3 space-x-2 items-center">
<img class="logo hover:scale-150" src="assests/image.png"> <!-- alt ="Cryptic"-->
<span class="name">Cryptic</span>
<span class="name"><a href='index.html'>Cryptic</a></span>
</div>
<ul class="items items-center m-auto justify-center">
<li class="item-1"><a href="" class="links">Home</a> </li>
Expand Down
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ top: 450px;
font-size: 2rem;
color: aqua;
order: 1;
cursor:pointer
}

.links {
Expand Down Expand Up @@ -69,6 +70,7 @@ top: 450px;
height: 30px;
background-color: black;
border-radius: 100%;
cursor: pointer;
}

.sign-up {
Expand Down

0 comments on commit 344fb64

Please sign in to comment.