diff --git a/css/style.css b/css/style.css index 431411c..4ba820c 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,5 @@ -h1, h2 { +h1, +h2 { font-size: 60px; text-align: center; font-family: arial; @@ -8,6 +9,10 @@ h1, h2 { button { display: block; margin: auto; + background-color: salmon; + padding: 20px; + font-size: 20px; + font-weight: bold; } .container { @@ -29,7 +34,7 @@ button { } .tanah::after { - content: ''; + content: ""; display: block; width: 200px; height: 100px; @@ -51,4 +56,4 @@ button { .tanah.muncul .tikus { top: -15px; -} \ No newline at end of file +}