diff --git a/style.css b/style.css index 2ae5c38..675d463 100644 --- a/style.css +++ b/style.css @@ -90,4 +90,10 @@ a { padding:0px; text-align: center; align: center; +} +p:hover { + border: 2px solid block; +} +h1:hover { + border: 2px solid block; } \ No newline at end of file