06 Thymeleaf Bootstrap Css
06 Thymeleaf Bootstrap Css
www.luv2code.com
Let’s Make our Page Beautiful
Before
www.luv2code.com
Let’s Make our Page Beautiful
Before After
www.luv2code.com
Let’s Make our Page Beautiful
Before After
Bootstrap
www.luv2code.com
Development Process Step-
B y -S
tep
www.luv2code.com
Development Process Step-
B y -S
tep
www.luv2code.com
Development Process Step-
B y -S
tep
www.luv2code.com
Development Process Step-
B y -S
tep
www.luv2code.com
Step 1: Get links for remote Bootstrap files
www.luv2code.com
Step 1: Get links for remote Bootstrap files
• Visit Bootstrap website: www.getbootstrap.com
www.luv2code.com
Step 1: Get links for remote Bootstrap files
• Visit Bootstrap website: www.getbootstrap.com
www.luv2code.com
Step 1: Get links for remote Bootstrap files
• Visit Bootstrap website: www.getbootstrap.com
www.luv2code.com
Step 2: Add links in Thymeleaf template
www.luv2code.com
Step 2: Add links in Thymeleaf template
<head>
…
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/x.y.z/css/bootstrap.min.css" …>
…
</head>
www.luv2code.com
Step 2: Add links in Thymeleaf template
<head>
…
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/x.y.z/css/bootstrap.min.css" …>
…
</head>
Version number
www.luv2code.com
Step 3: Apply CSS
www.luv2code.com
Step 3: Apply CSS
<body>
<div class="container">
<h3>Employee Directory</h3>
<hr>
</div>
</body>
www.luv2code.com
Step 3: Apply CSS
Bootstrap CSS style
<body>
<div class="container">
<h3>Employee Directory</h3>
<hr>
</div>
</body>
www.luv2code.com
Step 3: Apply CSS
Bootstrap CSS style
<body>
<div class="container">
</div>
</body>
www.luv2code.com
Step 3: Apply CSS
Bootstrap CSS style
<body>
<div class="container">
</div>
</body>
www.luv2code.com