diff --git a/style.css b/style.css index 068d2de..bcab2ba 100644 --- a/style.css +++ b/style.css @@ -26,11 +26,11 @@ body { font-size: 18px; padding: 0 8px; } - .note { - padding:1rem 1rem 0 1rem; + padding:1rem 1rem 1rem 1rem; border:2px solid red; } .notetitle { - fontweight:120%; + font-weight:700; + border-bottom:2px solid blue; }