Question
I can not get the table border to show. services.html Fish Creek Animal Hospital Services Fish Creek Animal Hospital Home Services Ask The Vet Contact
I can not get the table border to show.
services.html
Fish Creek Animal Hospital
Medical Services | We offer state-of-the-art equipment and technology. |
---|---|
Surgical Services | Full range of surgical procedures including orthopedics and emergency surgeries. |
Dental Care | A dental exam can determine whether your pet needs preventive dental care such as scaling and polishing. |
House Calls | The elderly, physically challenged, and multiple pet households often find out in-home veterinary service helpful and convenient. |
Emergencies | At least one of our doctors is on cal every day and night. |
fishcreek.css
body {background-image: url(gradientblue.jpg); color: #D5E3FF; font-family: Verdana, Arial, sans-serif; } header {background-image: url(bigfish.gif); background-position: center; background-repeat: no-repeat; background-color: #000066; color: #FFFFFF; } h1 {text-align: center; font-size: 3em; padding: 10px; line-height: 150%; text-shadow: #CCCCCC; } nav {font-weight: bold; float: left; width: 150px; } nav ul { list-style-type: none; text-decoration: none; } nav a:link { color: #3262A3; } nav a:visited { color: #6699FF; } nav a:hover { color: #CCCCCC; } .category {font-weight: bold; background-color: #FFFFFF; color: #003366; font-size: 1.1em; text-shadow: 1px 1px 1px #667; } footer {font-size: .70em; font-style: italic; padding: 10px; margin-left: 180px; } #wrapper {width: 80%; min-width: 700px; max-width: 1024px; margin-right: auto; margin-left: auto; background-color: #FFFFFF; color: #000066; } img {border-style: none; } footer nav { text-align: left; } * { box-sizing: border-box; } main { margin-left: 180px; padding-right: 20px; padding-bottom: 20px; } header, nav, main, footer { display: block; } table { border: 2px; border-color: darkblue; border-collapse: collapse; } td { padding: 0.5em; border: 1px; border-color: darkblue; } th { padding: 0.5em; border: 1px; border-color: darkblue; }
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started