Thanks for the help. I made the changes but still can't see any changes applied through CSS.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<title>Doctors Abroad SA</title>
</head>
<body>
........
@charset "utf-8";
/* CSS Document */
/* Default Style */
header {
height: 150px;
background-color:#333;
margin-bottom: none;
}
I appreciate the help.
Customer support service by UserEcho
Thanks for the help. I made the changes but still can't see any changes applied through CSS.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<title>Doctors Abroad SA</title>
</head>
<body>
........
@charset "utf-8";
/* CSS Document */
/* Default Style */
header {
height: 150px;
background-color:#333;
margin-bottom: none;
}
I appreciate the help.