December 2014
Beginner to intermediate
204 pages
4h
English
Let's create a blog layout using Bootstrap mixins and variables:
Take a look at the following code to understand this better:
<!DOCTYPE html>
<html>
<head>
<title>Using Bootstrap Grid Variables and Mixins </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.css" rel="stylesheet" media="screen">
</head>
<body>
</body>
</html><header> tag, we define the header with the blog title and description. Do not mix ...Read now
Unlock full access