Articles → BOOTSTRAP → Page-Header Class In Bootstrap
Page-Header Class In Bootstrap
Purpose
Example
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
</head>
<body>
<h1 class="page-header">Gyansangrah</h1>
<p>
Welcome to Gyan Sangrah: A one stop shop for people preparing for technical interviews.
</p>
</body>
</html>
Output
Click to Enlarge