borders.html 65 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta17
  5. * @link https://tabler.io
  6. * Copyright 2018-2023 The Tabler Authors
  7. * Copyright 2018-2023 codecalm.net Paweł Kuna
  8. * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
  9. -->
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8"/>
  13. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
  14. <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
  15. <title>Borders - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
  16. <!-- CSS files -->
  17. <link href="../dist/css/tabler.min.css?1674944402" rel="stylesheet"/>
  18. <link href="../dist/css/tabler-flags.min.css?1674944402" rel="stylesheet"/>
  19. <link href="../dist/css/tabler-payments.min.css?1674944402" rel="stylesheet"/>
  20. <link href="../dist/css/tabler-vendors.min.css?1674944402" rel="stylesheet"/>
  21. <link href="../dist/css/demo.min.css?1674944402" rel="stylesheet"/>
  22. <style>
  23. @import url('https://rsms.me/inter/inter.css');
  24. :root {
  25. --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  26. }
  27. body {
  28. font-feature-settings: "cv03", "cv04", "cv11";
  29. }
  30. </style>
  31. </head>
  32. <body >
  33. <script src="../dist/js/demo-theme.min.js?1674944402"></script>
  34. <div class="page">
  35. <!-- Navbar -->
  36. <header class="navbar navbar-expand-md navbar-light d-print-none">
  37. <div class="container-xl">
  38. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu" aria-controls="navbar-menu" aria-expanded="false" aria-label="Toggle navigation">
  39. <span class="navbar-toggler-icon"></span>
  40. </button>
  41. <h1 class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3">
  42. <a href="..">
  43. <img src="../static/logo.svg" width="110" height="32" alt="Tabler" class="navbar-brand-image">
  44. </a>
  45. </h1>
  46. <div class="navbar-nav flex-row order-md-last">
  47. <div class="nav-item d-none d-md-flex me-3">
  48. <div class="btn-list">
  49. <a href="https://github.com/tabler/tabler" class="btn" target="_blank" rel="noreferrer">
  50. <!-- Download SVG icon from http://tabler-icons.io/i/brand-github -->
  51. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" /></svg>
  52. Source code
  53. </a>
  54. <a href="https://github.com/sponsors/codecalm" class="btn" target="_blank" rel="noreferrer">
  55. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  56. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-pink" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  57. Sponsor
  58. </a>
  59. </div>
  60. </div>
  61. <div class="d-none d-md-flex">
  62. <a href="?theme=dark" class="nav-link px-0 hide-theme-dark" title="Enable dark mode" data-bs-toggle="tooltip"
  63. data-bs-placement="bottom">
  64. <!-- Download SVG icon from http://tabler-icons.io/i/moon -->
  65. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>
  66. </a>
  67. <a href="?theme=light" class="nav-link px-0 hide-theme-light" title="Enable light mode" data-bs-toggle="tooltip"
  68. data-bs-placement="bottom">
  69. <!-- Download SVG icon from http://tabler-icons.io/i/sun -->
  70. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" /></svg>
  71. </a>
  72. <div class="nav-item dropdown d-none d-md-flex me-3">
  73. <a href="#" class="nav-link px-0" data-bs-toggle="dropdown" tabindex="-1" aria-label="Show notifications">
  74. <!-- Download SVG icon from http://tabler-icons.io/i/bell -->
  75. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /></svg>
  76. <span class="badge bg-red"></span>
  77. </a>
  78. <div class="dropdown-menu dropdown-menu-arrow dropdown-menu-end dropdown-menu-card">
  79. <div class="card">
  80. <div class="card-header">
  81. <h3 class="card-title">Last updates</h3>
  82. </div>
  83. <div class="list-group list-group-flush list-group-hoverable">
  84. <div class="list-group-item">
  85. <div class="row align-items-center">
  86. <div class="col-auto"><span class="status-dot status-dot-animated bg-red d-block"></span></div>
  87. <div class="col text-truncate">
  88. <a href="#" class="text-body d-block">Example 1</a>
  89. <div class="d-block text-muted text-truncate mt-n1">
  90. Change deprecated html tags to text decoration classes (#29604)
  91. </div>
  92. </div>
  93. <div class="col-auto">
  94. <a href="#" class="list-group-item-actions">
  95. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  96. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  97. </a>
  98. </div>
  99. </div>
  100. </div>
  101. <div class="list-group-item">
  102. <div class="row align-items-center">
  103. <div class="col-auto"><span class="status-dot d-block"></span></div>
  104. <div class="col text-truncate">
  105. <a href="#" class="text-body d-block">Example 2</a>
  106. <div class="d-block text-muted text-truncate mt-n1">
  107. justify-content:between ⇒ justify-content:space-between (#29734)
  108. </div>
  109. </div>
  110. <div class="col-auto">
  111. <a href="#" class="list-group-item-actions show">
  112. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  113. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-yellow" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  114. </a>
  115. </div>
  116. </div>
  117. </div>
  118. <div class="list-group-item">
  119. <div class="row align-items-center">
  120. <div class="col-auto"><span class="status-dot d-block"></span></div>
  121. <div class="col text-truncate">
  122. <a href="#" class="text-body d-block">Example 3</a>
  123. <div class="d-block text-muted text-truncate mt-n1">
  124. Update change-version.js (#29736)
  125. </div>
  126. </div>
  127. <div class="col-auto">
  128. <a href="#" class="list-group-item-actions">
  129. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  130. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  131. </a>
  132. </div>
  133. </div>
  134. </div>
  135. <div class="list-group-item">
  136. <div class="row align-items-center">
  137. <div class="col-auto"><span class="status-dot status-dot-animated bg-green d-block"></span></div>
  138. <div class="col text-truncate">
  139. <a href="#" class="text-body d-block">Example 4</a>
  140. <div class="d-block text-muted text-truncate mt-n1">
  141. Regenerate package-lock.json (#29730)
  142. </div>
  143. </div>
  144. <div class="col-auto">
  145. <a href="#" class="list-group-item-actions">
  146. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  147. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  148. </a>
  149. </div>
  150. </div>
  151. </div>
  152. </div>
  153. </div>
  154. </div>
  155. </div>
  156. </div>
  157. <div class="nav-item dropdown">
  158. <a href="#" class="nav-link d-flex lh-1 text-reset p-0" data-bs-toggle="dropdown" aria-label="Open user menu">
  159. <span class="avatar avatar-sm" style="background-image: url(../static/avatars/000m.jpg)"></span>
  160. <div class="d-none d-xl-block ps-2">
  161. <div>Paweł Kuna</div>
  162. <div class="mt-1 small text-muted">UI Designer</div>
  163. </div>
  164. </a>
  165. <div class="dropdown-menu dropdown-menu-end dropdown-menu-arrow">
  166. <a href="#" class="dropdown-item">Status</a>
  167. <a href="../profile.html" class="dropdown-item">Profile</a>
  168. <a href="#" class="dropdown-item">Feedback</a>
  169. <div class="dropdown-divider"></div>
  170. <a href="../settings.html" class="dropdown-item">Settings</a>
  171. <a href="../sign-in.html" class="dropdown-item">Logout</a>
  172. </div>
  173. </div>
  174. </div>
  175. </div>
  176. </header>
  177. <header class="navbar-expand-md">
  178. <div class="collapse navbar-collapse" id="navbar-menu">
  179. <div class="navbar navbar-light">
  180. <div class="container-xl">
  181. <ul class="navbar-nav">
  182. <li class="nav-item">
  183. <a class="nav-link" href="../" >
  184. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
  185. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l-2 0l9 -9l9 9l-2 0" /><path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" /><path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" /></svg>
  186. </span>
  187. <span class="nav-link-title">
  188. Home
  189. </span>
  190. </a>
  191. </li>
  192. <li class="nav-item dropdown">
  193. <a class="nav-link dropdown-toggle" href="#navbar-base" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  194. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/package -->
  195. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5" /><path d="M12 12l8 -4.5" /><path d="M12 12l0 9" /><path d="M12 12l-8 -4.5" /><path d="M16 5.25l-8 4.5" /></svg>
  196. </span>
  197. <span class="nav-link-title">
  198. Interface
  199. </span>
  200. </a>
  201. <div class="dropdown-menu">
  202. <div class="dropdown-menu-columns">
  203. <div class="dropdown-menu-column">
  204. <a class="dropdown-item" href="../empty.html">
  205. Empty page
  206. </a>
  207. <a class="dropdown-item" href="../accordion.html">
  208. Accordion
  209. </a>
  210. <a class="dropdown-item" href="../blank.html">
  211. Blank page
  212. </a>
  213. <a class="dropdown-item" href="../badges.html">
  214. Badges
  215. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  216. </a>
  217. <a class="dropdown-item" href="../buttons.html">
  218. Buttons
  219. </a>
  220. <div class="dropend">
  221. <a class="dropdown-item dropdown-toggle" href="#sidebar-cards" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  222. Cards
  223. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  224. </a>
  225. <div class="dropdown-menu">
  226. <a href="../cards.html" class="dropdown-item">
  227. Sample cards
  228. </a>
  229. <a href="../card-actions.html" class="dropdown-item">
  230. Card actions
  231. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  232. </a>
  233. <a href="../cards-masonry.html" class="dropdown-item">
  234. Cards Masonry
  235. </a>
  236. </div>
  237. </div>
  238. <a class="dropdown-item" href="../colors.html">
  239. Colors
  240. </a>
  241. <a class="dropdown-item" href="../datagrid.html">
  242. Data grid
  243. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  244. </a>
  245. <a class="dropdown-item" href="../datatables.html">
  246. Datatables
  247. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  248. </a>
  249. <a class="dropdown-item" href="../dropdowns.html">
  250. Dropdowns
  251. </a>
  252. <a class="dropdown-item" href="../modals.html">
  253. Modals
  254. </a>
  255. <a class="dropdown-item" href="../maps.html">
  256. Maps
  257. </a>
  258. <a class="dropdown-item" href="../map-fullsize.html">
  259. Map fullsize
  260. </a>
  261. <a class="dropdown-item" href="../maps-vector.html">
  262. Vector maps
  263. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  264. </a>
  265. <a class="dropdown-item" href="../navigation.html">
  266. Navigation
  267. </a>
  268. <a class="dropdown-item" href="../charts.html">
  269. Charts
  270. </a>
  271. </div>
  272. <div class="dropdown-menu-column">
  273. <a class="dropdown-item" href="../pagination.html">
  274. <!-- Download SVG icon from http://tabler-icons.io/i/pie-chart -->
  275. Pagination
  276. </a>
  277. <a class="dropdown-item" href="../placeholder.html">
  278. Placeholder
  279. </a>
  280. <a class="dropdown-item" href="../steps.html">
  281. Steps
  282. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  283. </a>
  284. <a class="dropdown-item" href="../tabs.html">
  285. Tabs
  286. </a>
  287. <a class="dropdown-item" href="../tables.html">
  288. Tables
  289. </a>
  290. <a class="dropdown-item" href="../carousel.html">
  291. Carousel
  292. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  293. </a>
  294. <a class="dropdown-item" href="../lists.html">
  295. Lists
  296. </a>
  297. <a class="dropdown-item" href="../typography.html">
  298. Typography
  299. </a>
  300. <a class="dropdown-item" href="../offcanvas.html">
  301. Offcanvas
  302. </a>
  303. <a class="dropdown-item" href="../markdown.html">
  304. Markdown
  305. </a>
  306. <a class="dropdown-item" href="../dropzone.html">
  307. Dropzone
  308. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  309. </a>
  310. <a class="dropdown-item" href="../lightbox.html">
  311. Lightbox
  312. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  313. </a>
  314. <a class="dropdown-item" href="../tinymce.html">
  315. TinyMCE
  316. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  317. </a>
  318. <a class="dropdown-item" href="../inline-player.html">
  319. Inline player
  320. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  321. </a>
  322. <div class="dropend">
  323. <a class="dropdown-item dropdown-toggle" href="#sidebar-authentication" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  324. Authentication
  325. </a>
  326. <div class="dropdown-menu">
  327. <a href="../sign-in.html" class="dropdown-item">
  328. Sign in
  329. </a>
  330. <a href="../sign-in-link.html" class="dropdown-item">
  331. Sign in link
  332. </a>
  333. <a href="../sign-in-illustration.html" class="dropdown-item">
  334. Sign in with illustration
  335. </a>
  336. <a href="../sign-in-cover.html" class="dropdown-item">
  337. Sign in with cover
  338. </a>
  339. <a href="../sign-up.html" class="dropdown-item">
  340. Sign up
  341. </a>
  342. <a href="../forgot-password.html" class="dropdown-item">
  343. Forgot password
  344. </a>
  345. <a href="../terms-of-service.html" class="dropdown-item">
  346. Terms of service
  347. </a>
  348. <a href="../auth-lock.html" class="dropdown-item">
  349. Lock screen
  350. </a>
  351. </div>
  352. </div>
  353. <div class="dropend">
  354. <a class="dropdown-item dropdown-toggle" href="#sidebar-error" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  355. <!-- Download SVG icon from http://tabler-icons.io/i/file-minus -->
  356. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-inline me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><path d="M9 14l6 0" /></svg>
  357. Error pages
  358. </a>
  359. <div class="dropdown-menu">
  360. <a href="../error-404.html" class="dropdown-item">
  361. 404 page
  362. </a>
  363. <a href="../error-500.html" class="dropdown-item">
  364. 500 page
  365. </a>
  366. <a href="../error-maintenance.html" class="dropdown-item">
  367. Maintenance page
  368. </a>
  369. </div>
  370. </div>
  371. </div>
  372. </div>
  373. </div>
  374. </li>
  375. <li class="nav-item">
  376. <a class="nav-link" href="../form-elements.html" >
  377. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/checkbox -->
  378. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 11l3 3l8 -8" /><path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" /></svg>
  379. </span>
  380. <span class="nav-link-title">
  381. Form elements
  382. </span>
  383. </a>
  384. </li>
  385. <li class="nav-item dropdown">
  386. <a class="nav-link dropdown-toggle" href="#navbar-extra" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  387. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/star -->
  388. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  389. </span>
  390. <span class="nav-link-title">
  391. Extra
  392. </span>
  393. </a>
  394. <div class="dropdown-menu">
  395. <div class="dropdown-menu-columns">
  396. <div class="dropdown-menu-column">
  397. <a class="dropdown-item" href="../activity.html">
  398. Activity
  399. </a>
  400. <a class="dropdown-item" href="../gallery.html">
  401. Gallery
  402. </a>
  403. <a class="dropdown-item" href="../invoice.html">
  404. Invoice
  405. </a>
  406. <a class="dropdown-item" href="../search-results.html">
  407. Search results
  408. </a>
  409. <a class="dropdown-item" href="../pricing.html">
  410. Pricing cards
  411. </a>
  412. <a class="dropdown-item" href="../pricing-table.html">
  413. Pricing table
  414. </a>
  415. <a class="dropdown-item" href="../faq.html">
  416. FAQ
  417. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  418. </a>
  419. <a class="dropdown-item" href="../users.html">
  420. Users
  421. </a>
  422. <a class="dropdown-item" href="../license.html">
  423. License
  424. </a>
  425. <a class="dropdown-item" href="../logs.html">
  426. Logs
  427. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  428. </a>
  429. </div>
  430. <div class="dropdown-menu-column">
  431. <a class="dropdown-item" href="../music.html">
  432. Music
  433. </a>
  434. <a class="dropdown-item" href="../photogrid.html">
  435. Photogrid
  436. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  437. </a>
  438. <a class="dropdown-item" href="../tasks.html">
  439. Tasks
  440. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  441. </a>
  442. <a class="dropdown-item" href="../uptime.html">
  443. Uptime monitor
  444. </a>
  445. <a class="dropdown-item" href="../widgets.html">
  446. Widgets
  447. </a>
  448. <a class="dropdown-item" href="../wizard.html">
  449. Wizard
  450. </a>
  451. <a class="dropdown-item" href="../settings.html">
  452. Settings
  453. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  454. </a>
  455. <a class="dropdown-item" href="../trial-ended.html">
  456. Trial ended
  457. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  458. </a>
  459. <a class="dropdown-item" href="../job-listing.html">
  460. Job listing
  461. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  462. </a>
  463. <a class="dropdown-item" href="../page-loader.html">
  464. Page loader
  465. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  466. </a>
  467. </div>
  468. </div>
  469. </div>
  470. </li>
  471. <li class="nav-item dropdown">
  472. <a class="nav-link dropdown-toggle" href="#navbar-layout" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  473. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/layout-2 -->
  474. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M14 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /></svg>
  475. </span>
  476. <span class="nav-link-title">
  477. Layout
  478. </span>
  479. </a>
  480. <div class="dropdown-menu">
  481. <div class="dropdown-menu-columns">
  482. <div class="dropdown-menu-column">
  483. <a class="dropdown-item" href="../layout-horizontal.html">
  484. Horizontal
  485. </a>
  486. <a class="dropdown-item" href="../layout-boxed.html">
  487. Boxed
  488. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  489. </a>
  490. <a class="dropdown-item" href="../layout-vertical.html">
  491. Vertical
  492. </a>
  493. <a class="dropdown-item" href="../layout-vertical-transparent.html">
  494. Vertical transparent
  495. </a>
  496. <a class="dropdown-item" href="../layout-vertical-right.html">
  497. Right vertical
  498. </a>
  499. <a class="dropdown-item" href="../layout-condensed.html">
  500. Condensed
  501. </a>
  502. <a class="dropdown-item" href="../layout-combo.html">
  503. Combined
  504. </a>
  505. </div>
  506. <div class="dropdown-menu-column">
  507. <a class="dropdown-item" href="../layout-navbar-dark.html">
  508. Navbar dark
  509. </a>
  510. <a class="dropdown-item" href="../layout-navbar-sticky.html">
  511. Navbar sticky
  512. </a>
  513. <a class="dropdown-item" href="../layout-navbar-overlap.html">
  514. Navbar overlap
  515. </a>
  516. <a class="dropdown-item" href="../layout-rtl.html">
  517. RTL mode
  518. </a>
  519. <a class="dropdown-item" href="../layout-fluid.html">
  520. Fluid
  521. </a>
  522. <a class="dropdown-item" href="../layout-fluid-vertical.html">
  523. Fluid vertical
  524. </a>
  525. </div>
  526. </div>
  527. </div>
  528. </li>
  529. <li class="nav-item">
  530. <a class="nav-link" href="../icons.html" >
  531. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/ghost -->
  532. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" /><path d="M10 10l.01 0" /><path d="M14 10l.01 0" /><path d="M10 14a3.5 3.5 0 0 0 4 0" /></svg>
  533. </span>
  534. <span class="nav-link-title">
  535. 3222 icons
  536. </span>
  537. </a>
  538. </li>
  539. <li class="nav-item active dropdown">
  540. <a class="nav-link dropdown-toggle" href="#navbar-help" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  541. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/lifebuoy -->
  542. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /><path d="M15 15l3.35 3.35" /><path d="M9 15l-3.35 3.35" /><path d="M5.65 5.65l3.35 3.35" /><path d="M18.35 5.65l-3.35 3.35" /></svg>
  543. </span>
  544. <span class="nav-link-title">
  545. Help
  546. </span>
  547. </a>
  548. <div class="dropdown-menu">
  549. <a class="dropdown-item" href="../docs/">
  550. Documentation
  551. </a>
  552. <a class="dropdown-item" href="../changelog.html">
  553. Changelog
  554. </a>
  555. <a class="dropdown-item" href="https://github.com/tabler/tabler" target="_blank" rel="noopener">
  556. Source code
  557. </a>
  558. <a class="dropdown-item text-pink" href="https://github.com/sponsors/codecalm" target="_blank" rel="noopener">
  559. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  560. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-inline me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  561. Sponsor project!
  562. </a>
  563. </div>
  564. </li>
  565. </ul>
  566. <div class="my-2 my-md-0 flex-grow-1 flex-md-grow-0 order-first order-md-last">
  567. <form action="../" method="get" autocomplete="off" novalidate>
  568. <div class="input-icon">
  569. <span class="input-icon-addon">
  570. <!-- Download SVG icon from http://tabler-icons.io/i/search -->
  571. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" /><path d="M21 21l-6 -6" /></svg>
  572. </span>
  573. <input type="text" value="" class="form-control" placeholder="Search…" aria-label="Search in website">
  574. </div>
  575. </form>
  576. </div>
  577. </div>
  578. </div>
  579. </div>
  580. </header>
  581. <div class="page-wrapper">
  582. <!-- Page header -->
  583. <div class="page-header d-print-none">
  584. <div class="container-xl">
  585. <div class="row g-2 align-items-center">
  586. <div class="col">
  587. <h2 class="page-title">
  588. Documentation
  589. </h2>
  590. </div>
  591. </div>
  592. </div>
  593. </div>
  594. <!-- Page body -->
  595. <div class="page-body">
  596. <div class="container-xl">
  597. <div class="row gx-lg-5">
  598. <div class="d-none d-lg-block col-lg-3">
  599. <ul class="nav nav-pills nav-vertical">
  600. <li class="nav-item">
  601. <a href="../docs/" class="nav-link">
  602. Introduction
  603. </a>
  604. </li>
  605. <li class="nav-item">
  606. <a href="#menu-base" class="nav-link" data-bs-toggle="collapse" aria-expanded="false">
  607. Getting started
  608. <span class="nav-link-toggle"></span>
  609. </a>
  610. <ul class="nav nav-pills collapse" id="menu-base">
  611. <li class="nav-item">
  612. <a href="../docs/getting-started.html" class="nav-link">
  613. Getting Started
  614. </a>
  615. </li>
  616. <li class="nav-item">
  617. <a href="../docs/download.html" class="nav-link">
  618. Download
  619. </a>
  620. </li>
  621. <li class="nav-item">
  622. <a href="../docs/browser-support.html" class="nav-link">
  623. Browser Support
  624. </a>
  625. </li>
  626. </ul>
  627. </li>
  628. <li class="nav-item">
  629. <a href="#menu-content" class="nav-link" data-bs-toggle="collapse" aria-expanded="false">
  630. Content
  631. <span class="nav-link-toggle"></span>
  632. </a>
  633. <ul class="nav nav-pills collapse" id="menu-content">
  634. <li class="nav-item">
  635. <a href="../docs/colors.html" class="nav-link">
  636. Colors
  637. </a>
  638. </li>
  639. <li class="nav-item">
  640. <a href="../docs/typography.html" class="nav-link">
  641. Typography
  642. </a>
  643. </li>
  644. <li class="nav-item">
  645. <a href="../docs/icons.html" class="nav-link">
  646. Icons
  647. </a>
  648. </li>
  649. <li class="nav-item">
  650. <a href="../docs/customize.html" class="nav-link">
  651. Customize Tabler
  652. </a>
  653. </li>
  654. </ul>
  655. </li>
  656. <li class="nav-item">
  657. <a href="#menu-layout" class="nav-link" data-bs-toggle="collapse" aria-expanded="false">
  658. Layout
  659. <span class="nav-link-toggle"></span>
  660. </a>
  661. <ul class="nav nav-pills collapse" id="menu-layout">
  662. <li class="nav-item">
  663. <a href="../docs/page-headers.html" class="nav-link">
  664. Page headers
  665. </a>
  666. </li>
  667. </ul>
  668. </li>
  669. <li class="nav-item">
  670. <a href="#menu-forms" class="nav-link" data-bs-toggle="collapse" aria-expanded="false">
  671. Form components
  672. <span class="nav-link-toggle"></span>
  673. </a>
  674. <ul class="nav nav-pills collapse" id="menu-forms">
  675. <li class="nav-item">
  676. <a href="../docs/form-elements.html" class="nav-link">
  677. Form elements
  678. </a>
  679. </li>
  680. <li class="nav-item">
  681. <a href="../docs/form-helpers.html" class="nav-link">
  682. Form helpers
  683. </a>
  684. </li>
  685. <li class="nav-item">
  686. <a href="../docs/form-validation.html" class="nav-link">
  687. Validation states
  688. </a>
  689. </li>
  690. <li class="nav-item">
  691. <a href="../docs/form-image-check.html" class="nav-link">
  692. Image check
  693. </a>
  694. </li>
  695. <li class="nav-item">
  696. <a href="../docs/form-color-check.html" class="nav-link">
  697. Color check
  698. </a>
  699. </li>
  700. <li class="nav-item">
  701. <a href="../docs/form-selectboxes.html" class="nav-link">
  702. Form selectboxes
  703. </a>
  704. </li>
  705. <li class="nav-item">
  706. <a href="../docs/form-fieldset.html" class="nav-link">
  707. Form fieldset
  708. </a>
  709. </li>
  710. </ul>
  711. </li>
  712. <li class="nav-item">
  713. <a href="#menu-components" class="nav-link" data-bs-toggle="collapse" aria-expanded="false">
  714. Components
  715. <span class="nav-link-toggle"></span>
  716. </a>
  717. <ul class="nav nav-pills collapse" id="menu-components">
  718. <li class="nav-item">
  719. <a href="../docs/alerts.html" class="nav-link">
  720. Alerts
  721. </a>
  722. </li>
  723. <li class="nav-item">
  724. <a href="../docs/avatars.html" class="nav-link">
  725. Avatars
  726. </a>
  727. </li>
  728. <li class="nav-item">
  729. <a href="../docs/badges.html" class="nav-link">
  730. Badges
  731. </a>
  732. </li>
  733. <li class="nav-item">
  734. <a href="../docs/breadcrumb.html" class="nav-link">
  735. Breadcrumb
  736. </a>
  737. </li>
  738. <li class="nav-item">
  739. <a href="../docs/buttons.html" class="nav-link">
  740. Buttons
  741. </a>
  742. </li>
  743. <li class="nav-item">
  744. <a href="../docs/cards.html" class="nav-link">
  745. Cards
  746. </a>
  747. </li>
  748. <li class="nav-item">
  749. <a href="../docs/carousel.html" class="nav-link">
  750. Carousel
  751. </a>
  752. </li>
  753. <li class="nav-item">
  754. <a href="../docs/datagrid.html" class="nav-link">
  755. Data grid
  756. </a>
  757. </li>
  758. <li class="nav-item">
  759. <a href="../docs/dropdowns.html" class="nav-link">
  760. Dropdowns
  761. </a>
  762. </li>
  763. <li class="nav-item">
  764. <a href="../docs/divider.html" class="nav-link">
  765. Divider
  766. </a>
  767. </li>
  768. <li class="nav-item">
  769. <a href="../docs/empty.html" class="nav-link">
  770. Empty states
  771. </a>
  772. </li>
  773. <li class="nav-item">
  774. <a href="../docs/modals.html" class="nav-link">
  775. Modals
  776. </a>
  777. </li>
  778. <li class="nav-item">
  779. <a href="../docs/page-headers.html" class="nav-link">
  780. Page headers
  781. </a>
  782. </li>
  783. <li class="nav-item">
  784. <a href="../docs/progress.html" class="nav-link">
  785. Progress
  786. </a>
  787. </li>
  788. <li class="nav-item">
  789. <a href="../docs/range-slider.html" class="nav-link">
  790. Range slider
  791. </a>
  792. </li>
  793. <li class="nav-item">
  794. <a href="../docs/ribbons.html" class="nav-link">
  795. Ribbons
  796. </a>
  797. </li>
  798. <li class="nav-item">
  799. <a href="../docs/placeholder.html" class="nav-link">
  800. Placeholder
  801. </a>
  802. </li>
  803. <li class="nav-item">
  804. <a href="../docs/spinners.html" class="nav-link">
  805. Spinners
  806. </a>
  807. </li>
  808. <li class="nav-item">
  809. <a href="../docs/statuses.html" class="nav-link">
  810. Statuses
  811. </a>
  812. </li>
  813. <li class="nav-item">
  814. <a href="../docs/steps.html" class="nav-link">
  815. Steps
  816. </a>
  817. </li>
  818. <li class="nav-item">
  819. <a href="../docs/switch-icon.html" class="nav-link">
  820. Switch icon
  821. </a>
  822. </li>
  823. <li class="nav-item">
  824. <a href="../docs/tables.html" class="nav-link">
  825. Tables
  826. </a>
  827. </li>
  828. <li class="nav-item">
  829. <a href="../docs/tabs.html" class="nav-link">
  830. Tabs
  831. </a>
  832. </li>
  833. <li class="nav-item">
  834. <a href="../docs/timelines.html" class="nav-link">
  835. Timelines
  836. </a>
  837. </li>
  838. <li class="nav-item">
  839. <a href="../docs/toasts.html" class="nav-link">
  840. Toasts
  841. </a>
  842. </li>
  843. <li class="nav-item">
  844. <a href="../docs/tracking.html" class="nav-link">
  845. Tracking
  846. </a>
  847. </li>
  848. <li class="nav-item">
  849. <a href="../docs/tooltips.html" class="nav-link">
  850. Tooltips
  851. </a>
  852. </li>
  853. <li class="nav-item">
  854. <a href="../docs/popover.html" class="nav-link">
  855. Popover
  856. </a>
  857. </li>
  858. </ul>
  859. </li>
  860. <li class="nav-item">
  861. <a href="#menu-utils" class="nav-link" data-bs-toggle="collapse" aria-expanded="false">
  862. Utilities
  863. <span class="nav-link-toggle"></span>
  864. </a>
  865. <ul class="nav nav-pills collapse" id="menu-utils">
  866. <li class="nav-item">
  867. <a href="../docs/borders.html" class="nav-link">
  868. Borders
  869. </a>
  870. </li>
  871. <li class="nav-item">
  872. <a href="../docs/cursors.html" class="nav-link">
  873. Cursors
  874. </a>
  875. </li>
  876. <li class="nav-item">
  877. <a href="../docs/interactions.html" class="nav-link">
  878. Interactions
  879. </a>
  880. </li>
  881. </ul>
  882. </li>
  883. <li class="nav-item">
  884. <a href="#menu-plugins" class="nav-link" data-bs-toggle="collapse" aria-expanded="false">
  885. Plugins
  886. <span class="nav-link-toggle"></span>
  887. </a>
  888. <ul class="nav nav-pills collapse" id="menu-plugins">
  889. <li class="nav-item">
  890. <a href="../docs/autosize.html" class="nav-link">
  891. Autosize
  892. </a>
  893. </li>
  894. <li class="nav-item">
  895. <a href="../docs/input-mask.html" class="nav-link">
  896. Form input mask
  897. </a>
  898. </li>
  899. <li class="nav-item">
  900. <a href="../docs/flags.html" class="nav-link">
  901. Flags
  902. </a>
  903. </li>
  904. <li class="nav-item">
  905. <a href="../docs/payments.html" class="nav-link">
  906. Payments
  907. </a>
  908. </li>
  909. <li class="nav-item">
  910. <a href="../docs/charts.html" class="nav-link">
  911. Charts
  912. </a>
  913. </li>
  914. <li class="nav-item">
  915. <a href="../docs/dropzone.html" class="nav-link">
  916. Dropzone
  917. </a>
  918. </li>
  919. <li class="nav-item">
  920. <a href="../docs/inline-player.html" class="nav-link">
  921. Inline player
  922. </a>
  923. </li>
  924. <li class="nav-item">
  925. <a href="../docs/tinymce.html" class="nav-link">
  926. TinyMCE
  927. </a>
  928. </li>
  929. </ul>
  930. </li>
  931. <li class="nav-item">
  932. <a href="../changelog.html" class="nav-link">
  933. Changelog
  934. <span class="badge bg-primary-lt ms-auto">1.0.0-beta17</span>
  935. </a>
  936. </li>
  937. </ul>
  938. </div>
  939. <div class="col-lg-9">
  940. <div class="card card-lg">
  941. <div class="card-body">
  942. <div class="markdown">
  943. <div>
  944. <div class="d-flex mb-3">
  945. <h1 class="m-0">Borders</h1>
  946. </div>
  947. <p class="h3 fw-normal mb-4 text-muted">Use border utilities to quickly style the border and border-radius of an element. Great for images, buttons, or any other element.</p>
  948. </div>
  949. <h2 id="border-direction">Border direction</h2>
  950. <p>The following border utilities classes will add border to any side of an element.</p>
  951. <div class="example no_toc_section example-centered">
  952. <div class="example-content">
  953. <div class="d-flex space-x-3">
  954. <div class="w-5 h-5 bg-light border"></div>
  955. <div class="w-5 h-5 bg-light border-top"></div>
  956. <div class="w-5 h-5 bg-light border-end"></div>
  957. <div class="w-5 h-5 bg-light border-bottom"></div>
  958. <div class="w-5 h-5 bg-light border-start"></div>
  959. <div class="w-5 h-5 bg-light border-x"></div>
  960. <div class="w-5 h-5 bg-light border-y"></div>
  961. </div>
  962. </div>
  963. </div>
  964. <div class="example-code">
  965. <figure class="highlight">
  966. <pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border"</span><span class="nt">&gt;&lt;/div&gt;</span>
  967. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border-top"</span><span class="nt">&gt;&lt;/div&gt;</span>
  968. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border-end"</span><span class="nt">&gt;&lt;/div&gt;</span>
  969. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border-bottom"</span><span class="nt">&gt;&lt;/div&gt;</span>
  970. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border-start"</span><span class="nt">&gt;&lt;/div&gt;</span>
  971. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border-x"</span><span class="nt">&gt;&lt;/div&gt;</span>
  972. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border-y"</span><span class="nt">&gt;&lt;/div&gt;</span></code></pre>
  973. </figure>
  974. </div>
  975. <h2 id="border-size">Border size</h2>
  976. <p>Below are the available border size utilities classes.</p>
  977. <div class="example no_toc_section example-centered">
  978. <div class="example-content">
  979. <div class="d-flex space-x-3">
  980. <div class="w-5 h-5 bg-light border-0"></div>
  981. <div class="w-5 h-5 bg-light border"></div>
  982. <div class="w-5 h-5 bg-light border-wide"></div>
  983. </div>
  984. </div>
  985. </div>
  986. <div class="example-code">
  987. <figure class="highlight">
  988. <pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border-0"</span><span class="nt">&gt;&lt;/div&gt;</span>
  989. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border"</span><span class="nt">&gt;&lt;/div&gt;</span>
  990. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border-wide"</span><span class="nt">&gt;&lt;/div&gt;</span></code></pre>
  991. </figure>
  992. </div>
  993. <h2 id="remove-border">Remove border</h2>
  994. <p>You can remove a border on a single side of an element by using the following border utilities classes.</p>
  995. <div class="example no_toc_section example-centered">
  996. <div class="example-content">
  997. <div class="d-flex space-x-3">
  998. <div class="w-5 h-5 bg-light border border-top-0"></div>
  999. <div class="w-5 h-5 bg-light border border-end-0"></div>
  1000. <div class="w-5 h-5 bg-light border border-bottom-0"></div>
  1001. <div class="w-5 h-5 bg-light border border-start-0"></div>
  1002. <div class="w-5 h-5 bg-light border border-x-0"></div>
  1003. <div class="w-5 h-5 bg-light border border-y-0"></div>
  1004. </div>
  1005. </div>
  1006. </div>
  1007. <div class="example-code">
  1008. <figure class="highlight">
  1009. <pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border border-top-0"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1010. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border border-end-0"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1011. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border border-bottom-0"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1012. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border border-start-0"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1013. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border border-x-0"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1014. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border border-y-0"</span><span class="nt">&gt;&lt;/div&gt;</span></code></pre>
  1015. </figure>
  1016. </div>
  1017. <h2 id="border-color">Border color</h2>
  1018. <p>You can set a border color of any side of an element by adding the following utilities classes below.</p>
  1019. <div class="example no_toc_section example-centered">
  1020. <div class="example-content">
  1021. <div class="btn-list">
  1022. <div class="w-5 h-5 bg-light border border-primary"></div>
  1023. <div class="w-5 h-5 bg-light border border-secondary"></div>
  1024. <div class="w-5 h-5 bg-light border border-success"></div>
  1025. <div class="w-5 h-5 bg-light border border-warning"></div>
  1026. <div class="w-5 h-5 bg-light border border-danger"></div>
  1027. <div class="w-5 h-5 bg-light border border-info"></div>
  1028. <div class="w-5 h-5 bg-light border border-dark"></div>
  1029. <div class="w-5 h-5 bg-light border border-light"></div>
  1030. </div>
  1031. </div>
  1032. </div>
  1033. <div class="example-code">
  1034. <figure class="highlight">
  1035. <pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border border-primary"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1036. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border border-secondary"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1037. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border border-success"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1038. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border border-warning"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1039. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border border-danger"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1040. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border border-info"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1041. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border border-dark"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1042. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border border-light"</span><span class="nt">&gt;&lt;/div&gt;</span></code></pre>
  1043. </figure>
  1044. </div>
  1045. <h2 id="border-radius">Border radius</h2>
  1046. <p>You can set a border to any element by using the following utilities classes below.</p>
  1047. <div class="example no_toc_section example-centered">
  1048. <div class="example-content">
  1049. <div class="d-flex space-x-3">
  1050. <div class="w-5 h-5 bg-light border rounded-0"></div>
  1051. <div class="w-5 h-5 bg-light border rounded"></div>
  1052. <div class="w-5 h-5 bg-light border rounded-1"></div>
  1053. <div class="w-5 h-5 bg-light border rounded-2"></div>
  1054. <div class="w-5 h-5 bg-light border rounded-3"></div>
  1055. <div class="w-5 h-5 bg-light border rounded-circle"></div>
  1056. </div>
  1057. </div>
  1058. </div>
  1059. <div class="example-code">
  1060. <figure class="highlight">
  1061. <pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border rounded-0"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1062. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border rounded"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1063. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border rounded-1"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1064. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border rounded-2"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1065. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border rounded-3"</span><span class="nt">&gt;&lt;/div&gt;</span>
  1066. <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"w-5 h-5 bg-light border rounded-circle"</span><span class="nt">&gt;&lt;/div&gt;</span></code></pre>
  1067. </figure>
  1068. </div>
  1069. </div>
  1070. </div>
  1071. </div>
  1072. </div>
  1073. </div>
  1074. </div>
  1075. </div>
  1076. <footer class="footer footer-transparent d-print-none">
  1077. <div class="container-xl">
  1078. <div class="row text-center align-items-center flex-row-reverse">
  1079. <div class="col-lg-auto ms-lg-auto">
  1080. <ul class="list-inline list-inline-dots mb-0">
  1081. <li class="list-inline-item"><a href="../docs/" class="link-secondary">Documentation</a></li>
  1082. <li class="list-inline-item"><a href="../license.html" class="link-secondary">License</a></li>
  1083. <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
  1084. <li class="list-inline-item">
  1085. <a href="https://github.com/sponsors/codecalm" target="_blank" class="link-secondary" rel="noopener">
  1086. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1087. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-pink icon-filled icon-inline" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  1088. Sponsor
  1089. </a>
  1090. </li>
  1091. </ul>
  1092. </div>
  1093. <div class="col-12 col-lg-auto mt-3 mt-lg-0">
  1094. <ul class="list-inline list-inline-dots mb-0">
  1095. <li class="list-inline-item">
  1096. Copyright &copy; 2023
  1097. <a href=".." class="link-secondary">Tabler</a>.
  1098. All rights reserved.
  1099. </li>
  1100. <li class="list-inline-item">
  1101. <a href="../changelog.html" class="link-secondary" rel="noopener">
  1102. v1.0.0-beta17
  1103. </a>
  1104. </li>
  1105. </ul>
  1106. </div>
  1107. </div>
  1108. </div>
  1109. </footer>
  1110. </div>
  1111. </div>
  1112. <!-- Libs JS -->
  1113. <!-- Tabler Core -->
  1114. <script src="../dist/js/tabler.min.js?1674944402" defer></script>
  1115. <script src="../dist/js/demo.min.js?1674944402" defer></script>
  1116. </body>
  1117. </html>