diff --git a/style.css b/style.css index a5bffd9..65fd6a1 100644 --- a/style.css +++ b/style.css @@ -282,6 +282,10 @@ body { /* Color the announcement link yellow */ .announcement { margin: 20px auto 0; + display: inline-block; + border: 1px solid #ffff00; + padding: 10px 15px; + border-radius: 3px; } .announcement a {