Я только начал с Blueprint css. Я пытаюсь использовать класс showgrid, но он не показывает мне сетку на экране. Ниже приведен код. Пожалуйста, дайте мне знать, если я что-то упустил.
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title> Book Haven</title>
<link rel="stylesheet" href="blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="blueprint/print.css" type="text/css" media="print">
<link rel="stylesheet" href="blueprint/plugins/fancy-type/screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="blueprint/src/grid.css" type="text/css">
</head>
<body>
<div class="container showgrid">
<div id="header" class="span-24 last">
<h1 id="book_haven"><img src="bookicon.png" alt="Book header image" id="header-image" /> </h1>
</div>
<hr />
</div>