@@include('partials/main.html') @@include("./partials/title-meta.html", {"title": "Images"}) @@include('partials/head-css.html')
@@include('partials/menu.html')
@@include('partials/topbar.html')
@@include("./partials/page-title.html", {"subtitle":"Base UI","title":"Images"})

Images shapes

Add classes to an <img> element to easily style images in any project.

image

.rounded

image

.rounded-circle

image

.img-thumbnail

Image sizes

Add classes to an <img> element to easily style images in any project.

image

.avatar-xs

image

.avatar-sm

image

.avatar-md

image

.avatar-lg

image

.avatar-xl

Border-radius

Add classes to an element to easily round its corners.

image

.rounded

image

.rounded-top

image

.rounded-end

image

.rounded-bottom

image

.rounded-start

image

.rounded-circle

Sizes

Use the scaling classes for larger or smaller rounded corners

image

.rounded-0

image

.rounded-1

image

.rounded-2

image

.rounded-3

@@include('partials/footer.html')
@@include('partials/footer-scripts.html')