diff --git a/concept/style.css b/concept/style.css index f925627..e5196e2 100644 --- a/concept/style.css +++ b/concept/style.css @@ -3,5 +3,13 @@ body{ } header{ - + color: black; + outline: red solid 10px; + width: auto; + height: 100px; +} + +button{ + width: auto; + align-items: center; } \ No newline at end of file