Skip to Content

CSS File

URL: https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.css
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Mon, 01 Jan 1601 00:00:00 GMT
Download Time: Less than a second
Cookies: None
Size: 233 KB
Rules: 2321 style rules
Imports: 0 stylesheets
HTTP Headers:  17 headers
Links In:  1 pages
OK Issues: No issues found

1@charset "UTF-8";

2/*!

3 * Bootstrap v5.2.3 (https://getbootstrap.com/)

4 * Copyright 2011-2022 The Bootstrap Authors

5 * Copyright 2011-2022 Twitter, Inc.

6 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)

7 */

8:root {

9 --bs-blue: #0d6efd;

10 --bs-indigo: #6610f2;

11 --bs-purple: #6f42c1;

12 --bs-pink: #d63384;

13 --bs-red: #dc3545;

14 --bs-orange: #fd7e14;

15 --bs-yellow: #ffc107;

16 --bs-green: #198754;

17 --bs-teal: #20c997;

18 --bs-cyan: #0dcaf0;

19 --bs-black: #000;

20 --bs-white: #fff;

21 --bs-gray: #6c757d;

22 --bs-gray-dark: #343a40;

23 --bs-gray-100: #f8f9fa;

24 --bs-gray-200: #e9ecef;

25 --bs-gray-300: #dee2e6;

26 --bs-gray-400: #ced4da;

27 --bs-gray-500: #adb5bd;

28 --bs-gray-600: #6c757d;

29 --bs-gray-700: #495057;

30 --bs-gray-800: #343a40;

31 --bs-gray-900: #212529;

32 --bs-primary: #0d6efd;

33 --bs-secondary: #6c757d;

34 --bs-success: #198754;

35 --bs-info: #0dcaf0;

36 --bs-warning: #ffc107;

37 --bs-danger: #dc3545;

38 --bs-light: #f8f9fa;

39 --bs-dark: #212529;

40 --bs-primary-rgb: 13, 110, 253;

...

</html>