diff --git a/.idea/Food-ordering-website.iml b/.idea/Food-ordering-website.iml new file mode 100644 index 00000000..24643cc3 --- /dev/null +++ b/.idea/Food-ordering-website.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..37401793 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 874fc8b4..4dd33947 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,7 @@ integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"> + diff --git a/login1.css b/login1.css index e69de29b..4ba41042 100644 --- a/login1.css +++ b/login1.css @@ -0,0 +1,3 @@ +.menu_items h3{ + color: brown; +} \ No newline at end of file diff --git a/style.css b/style.css index a806b77a..6a766fb7 100644 --- a/style.css +++ b/style.css @@ -209,7 +209,7 @@ body { font-size: 1.5rem; padding: 12px; text-align: center; - color: black; + color: brown; } .service_container { @@ -1650,4 +1650,8 @@ nav { .btn-primary { --bs-btn-bg: #c63232; -} \ No newline at end of file +} + + + +