diff --git a/profile.css b/profile.css index fbbefb6..6308011 100644 --- a/profile.css +++ b/profile.css @@ -1,4 +1,4 @@ -h1: active { +h1 { background-color: rgb(250, 250, 250); text-align: center; color: hsl(240, 50%, 50%); @@ -39,3 +39,5 @@ transparent 50%, rgba(215,204,200,.4) 50%, rgba(215,204,200,.4) 51%, transparent 51%, transparent 75%, rgba(215,204,200,.4) 75%, rgba(215,204,200,.4) 76%, transparent 76%, transparent 100%); } + +a: active {color: purple;}