Skip to content
Prev Previous commit
Next Next commit
Update styles.css
  • Loading branch information
josemoracard authored Apr 11, 2023
commit 963ebaa133f189b1fb74153b18712a048f109fd6
3 changes: 2 additions & 1 deletion exercises/09-Anchor-Styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
text-decoration: none;
text-align: center;
color: black;
font-size: 22px;
}

a.threeDimension:active {
/* your code here*/

}
}