diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 00000000..11a7b600 --- /dev/null +++ b/css/styles.css @@ -0,0 +1,19 @@ +body{ + background-color:rgb(105, 22, 22); +} + +h1{ + +} + +button { + display: flex; + align-items: flex-end; + justify-content: space-around; + height: 40px; + width: 200px; + border-radius: 10px; + font-size: 25px; + background-color: goldenrod; + font-family: inherit; +} \ No newline at end of file diff --git a/index.html b/index.html index 695897ea..54a16f99 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,48 @@
+