diff --git a/app.js b/app.js index 2e56ded..938fa4f 100644 --- a/app.js +++ b/app.js @@ -2,5 +2,5 @@ const button = document.querySelector("button") button.addEventListener('click', () => { - alert("Yay, I love puppies") + alert("Yay, I love snakes!") }) \ No newline at end of file diff --git a/extra.css b/extra.css new file mode 100644 index 0000000..9feed2a --- /dev/null +++ b/extra.css @@ -0,0 +1,3 @@ +body{ + background-color: white; +} \ No newline at end of file diff --git a/index.html b/index.html index ef49f00..08a372b 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
-

Welcome to Github and Friends

+

Welcome to qBentil

diff --git a/style.css b/style.css index 976efae..9b06b43 100644 --- a/style.css +++ b/style.css @@ -2,6 +2,7 @@ body { margin: 0; padding: 0; font-family: sans-serif; + background: #34495e; } .container {