Why, after connecting to the HTML page CSS Twitter Bootstrap, the usual style stopped working?
<head> <link rel="stylesheet" href="css/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="style.css" /> </head>
More precisely, some properties work, and some do not.
Suppose this block has ceased to run correctly:
html { width: 100%; height: 100%; background: #599FD1; font-family: Calibri; }