Premium Bootstrap 5 template FULL code example

Example 1: bootstrap 5 official website

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">

Example 2: bootstrap 5 tutorial

body { display: block; overflow-x: hidden;}nav { background-color: white;}.navbar-brand img { max-height: 50px;}.navbar-brand { font-size: 24px; text-transform: uppercase; font-weight: 900; color: #683aa4;}nav ul li a { color: #a9a9a9; font-size: 22px; margin: auto 10px;}nav ul li a:hover { color: #683aa4;}

Tags:

Misc Example