From e1e270985201d5af948a38193008ebfbfa57490f Mon Sep 17 00:00:00 2001 From: AkhilBarthwal005 <67703904+AkhilBarthwal005@users.noreply.github.com> Date: Thu, 29 Oct 2020 15:35:51 +0530 Subject: [PATCH] Add files via upload --- frontend/src/components/css/bookedAppointment.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 frontend/src/components/css/bookedAppointment.css diff --git a/frontend/src/components/css/bookedAppointment.css b/frontend/src/components/css/bookedAppointment.css new file mode 100644 index 0000000..4673add --- /dev/null +++ b/frontend/src/components/css/bookedAppointment.css @@ -0,0 +1,13 @@ +table, th, td { + border: 2px solid #a59f9f; + margin-right: auto; + margin-left: auto; + width: 75%; + padding: 5px 15px; + text-align: center; + border-spacing: 1.5px 1.5px; + border-collapse: collapse; +} +th{ +width: 100%; +} \ No newline at end of file