Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeponto authored Jan 11, 2024
1 parent a91143a commit 3986a6b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
/* styles.css */
circle {
fill: blue !Important;
fill: blue;
stroke: black;
stroke-width: 2px;
}

/* onmouseover */
circle:hover {
fill: red;
stroke: black;
stroke-width: 2px;
}


0 comments on commit 3986a6b

Please sign in to comment.