Filestructure

Bootstrap alerts are feedback messages which are displayed after specific actions preceded by the user. Length of the text is not limited.


Space City/
├── assets/
  ├────  css/
  │   ├── doc-style.css
  │   ├── owl.carousel.css
  │   ├── owl.theme.default.css
  │   ├── prism.css
  │   ├── slick.css
  │   ├── slick-theme.csstheme-style
  │   ├── theme-style.css  
  ├── bootstrap-datepicker/
  ├── datatables/
  ├── dropzone/
  ├── flad-icon/
  ├── fonts/
  ├── images/
  ├── nouislider/
  ├── raty-js/
  ├── select2/
  ├──── js/
  │   ├── bootstrap.bundle.js
  │   ├── bootstrap.bundle.min.js
  │   ├── bootstrap.js
  │   ├── bootstrap.min.js
  │   ├── clipboard.min.js
  │   ├── contact-map.js
  │   ├── copy-button.js
  │   ├── different-map.js
  │   ├── dropzone.js
  │   ├── half-map.js
  │   ├── jquery-3.3.1.min.js
  │   ├── jquery.countTo.js
  │   ├── jquery.easing.min.js
  │   ├── jquery.mask.min.js
  │   ├── jquery.slimscroll.js
  │   ├── jquery.slimscroll.min.js
  │   ├── jquery.sticky.js
  │   ├── listing-map.js
  │   ├── live-search.js
  │   ├── main-js.js
  │   ├── owl.carousel.min.js
  │   ├── pagination.js
  │   ├── prism.js
  │   ├── scrolling-nav.js
  │   ├── slick.js
  │   ├── slick.min.js 
├── Pages/
  │   ├── about.html
  │   ├── blog-single.html
  │   ├── blog-thumbnail.html
  │   ├── blog.html
  │   ├── contact.html
  │   ├── dashboard-add-listing.html
  │   ├── dashboard-invoice.html
  │   ├── dashboard-listing-profile.html
  │   ├── dashboard-listing-reviews.html
  │   ├── dashboard-listing.html
  │   ├── dashboard-overview.html
  │   ├── dashboard-pricing-plan.html
  │   ├── dashboard-request-quote.html
  │   ├── error-page.html
  │   ├── forget-password-page.html
  │   ├── index-2.html
  │   ├── index.html
  │   ├── inquiry-form.html
  │   ├── listing-categories.html
  │   ├── listing-grid-view.html
  │   ├── listing-list-view.html
  │   ├── listing-location.html
  │   ├── listing-map-view.html
  │   ├── listing-single.html
  │   ├── listing-with-map.html
  │   ├── login-page.html
  │   ├── pricing.html
  │   ├── register-page.html
  │   ├── reset-password-page.html
├── docs/
  │   ├── alerts.html
  │   ├── badge.html
  │   ├── bootstrap-datatable.html
  │   ├── bootstrap-datepicker.html
  │   ├── borders.html
  │   ├── breadcrumb.html
  │   ├── button-group.html
  │   ├── buttons.html
  │   ├── card.html
  │   ├── carousel.html
  │   ├── changelog.html
  │   ├── collapse.html
  │   ├── colors.html
  │   ├── dropdowns.html
  │   ├── dropzone.html
  │   ├── filestructure.html
  │   ├── fonts.html
  │   ├── forms.html
  │   ├── index.html
  │   ├── input-group.html
  │   ├── jumbotron.html
  │   ├── list-group.html
  │   ├── logo.html
  │   ├── media-object.html
  │   ├── modal.html
  │   ├── navbar.html
  │   ├── navs.html
  │   ├── nouislider.html
  │   ├── owl-carousel.html
  │   ├── pagination.html
  │   ├── popovers.html
  │   ├── progress.html
  │   ├── raty-js.html
  │   ├── scrollspy.html
  │   ├── select2.html
  │   ├── slick-slider.html
  │   ├── spinners.html
  │   ├── tables.html
  │   ├── tinyeditor-js.html
  │   ├── toasts.html
  │   ├── tooltips.html
  │   ├── typography.html