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 18, 2023
1 parent 1980e80 commit d944b22
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,44 @@ h5:hover{
cursor: none;
}

.p{
width: 3rem;
height: 3rem;
display: flex;
justify-content: space-evenly;
align-items: center;
background-image: url(blender.png);
background-size: contain;
background-repeat: no-repeat;
opacity: 0.6;
cursor: none;
}

.q{
width: 3rem;
height: 3rem;
display: flex;
justify-content: space-evenly;
align-items: center;
background-image: url(autocad.png);
background-size: contain;
background-repeat: no-repeat;
opacity: 0.6;
cursor: none;
}
.r{
width: 3rem;
height: 3rem;
display: flex;
justify-content: space-evenly;
align-items: center;
background-image: url(Matlab_Logo.png);
background-size: contain;
background-repeat: no-repeat;
opacity: 0.6;
cursor: none;
}


#subscribe{
background-color: black;
Expand Down

0 comments on commit d944b22

Please sign in to comment.