Skip to content

Commit

Permalink
style upd
Browse files Browse the repository at this point in the history
  • Loading branch information
catMeooww authored Mar 5, 2024
1 parent 1196282 commit 6fc90e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ body{
background-color: #0000ff60;
border: #aa00aa ridge 3px;
}
.Projects:hover{
width: 500px;
height: 50px;
background-color: #0000ff90;
border: #cc00cc ridge 3px;
box-shadow: 3px 3px 3px #aa20aa;
}

.Projects a{
color:#00ffff;
Expand All @@ -47,4 +54,7 @@ body{

.MCSites{
border: #eeaa10 ridge 5px;
}
.MCSites:hover{
border: #00ff50 ridge 7px;
}

0 comments on commit 6fc90e9

Please sign in to comment.