diff --git a/README.md b/README.md new file mode 100644 index 0000000..b4f98d9 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Dark-Mode- +This program allows the user to change between dark and light modes of the screen. diff --git a/index.html b/index.html index 36d90ed..e29157b 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ { text-align: center; font-size: 2.5rem; - font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; + font-family: 'Montserrat', sans-serif; } .btn { @@ -25,15 +25,15 @@ justify-content:space-evenly; align-items: center; outline: none; - margin-top: 2rem; + margin-top: 10rem; } button { padding: 0.8rem; font-size: 1.2rem; - border-radius: 22px; + border-radius: 40px; font-weight: bold; - font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + font-family: 'Montserrat', sans-serif; } button:hover {