Hi! I used this below code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link href="Styles/" rel="stylesheet" type="text/css" />
<link href="Styles/" rel="stylesheet" type="text/css" />
</head>
<body bgcolor="#87CEEB">
<form id="form1" runat="server">
</form>
</body>
</html>
When I used this bootstrap.min.css and bootstrap-multiselect.css but not change color. How I can solve this problem?