Skip to content

Commit

Permalink
added style.css file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant-Chamate committed Aug 9, 2023
1 parent 7d821e6 commit 6c7ee06
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ html,body{
background-color: black;
}


#minicircle{
position: absolute;
z-index: 99999;
Expand Down Expand Up @@ -409,6 +410,19 @@ h5:hover{
}

.h{
width: 3rem;
height: 3rem;
display: flex;
justify-content: space-evenly;
align-items: center;
background-image: url(tailwind-css-icon.png);
background-size: contain;
background-repeat: no-repeat;
opacity: 0.6;
margin-top: 1.5rem;
}

.i{
width: 3rem;
height: 3rem;
display: flex;
Expand All @@ -420,7 +434,6 @@ h5:hover{
}



#subscribe{
background-color: black;
color: white;
Expand Down

0 comments on commit 6c7ee06

Please sign in to comment.