Skip to content

Commit

Permalink
Make a nicer logo
Browse files Browse the repository at this point in the history
  • Loading branch information
shiloholotu committed Jan 5, 2024
1 parent 9e040fb commit bc43431
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Binary file modified assets/hand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 14 additions & 14 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ body{
/* navbar */
#navbar{
display: flex;
padding:10px;
padding: 10px;
position: sticky;
z-index: 99999;
top:20px;
margin:20px;
border:2px solid rgb(0,0,50,0.1);
border-radius: 20px;
background:rgb(255,255,255,0.85);
top: 0;
/* margin: 20px; */
border-bottom: 2px solid rgb(0,0,50,0.1);
/* border-radius: 20px; */
background: rgb(255,255,255,0.85);
backdrop-filter: blur(8px);
padding-left: 40px;
}

.logo{
Expand All @@ -40,9 +41,9 @@ body{
margin:0;
}
.logo img{
width: 70px;
width: 50px;
vertical-align: middle;
margin-right: 10px;
margin-right: 5px;
}


Expand Down Expand Up @@ -83,25 +84,24 @@ body{

.featureTag img{
background: linear-gradient(45deg, #ce4efd, #8830fd);
width: 30px;
padding: 10px;
border-radius: 15px;
width: 25px;
padding: 5px;
border-radius: 12px;
vertical-align: middle;
margin-right: 12px;
}

.featureTag{
display: block;
width: fit-content;
padding: 10px;
padding: 7px;
padding-right: 30px;
border:2px solid rgb(0,0,50,0.1);
font-size: 20px;
font-weight: 600;
margin-right: 15px;
margin-left: 15px;
border-radius: 25px;
color:rgb(42 41 85 / 68%);
border-radius: 20px;
background:rgb(255,255,255,0.7);
backdrop-filter: blur(10px);
}

0 comments on commit bc43431

Please sign in to comment.