MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

Bootstrap : Default Text Sizes

Bootstrap’s font sizes are calculated off of the body font size by using rem values. If you changethe body font size all styles will be increased/decreased automatically. Rem stands for “root em”because it calculates the size based on the size of the root of the document or body tag. Tag / Class Default Font size … Read more

Bootstrap Utilities : “Visibility”

With visibility utilities you have control the visibility, without modifying the display, of elements.

Bootstrap Utilities : Spacing

Spacing helpers are useful for modifying the padding and margin of an element. Where property is one of: m–sets margin p-sets padding Sides is one of:- t-sets margin-padding “top“ b-sets margin-padding “bottom“ l-sets margin-padding “left“ r-sets margin-padding “right“ x-sets padding left|right or margin left|right y-sets padding top|bottom or margin top|bottom blank-sets margin padding on all sides of the element Size is one of:- 0-sets m|p … Read more

Bootstrap: Utilities “Color”

Check the enhanced Bootstrap 4 Text colors — Convey meaning through color with a handful of color utility classes. The classes for text colors are: :- .text-muted, .text-primary, .text-success, .text-info, .text-warning, .text-danger, .text-secondary, .text-white, .text-dark, .text-body (default body color/often black) and .text-light. The classes for background colors are:  :- .bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger, .bg-secondary, .bg-dark and .bg-light.

Bootstrap:-Components “Media Object”

Bootstrap provides an easy way to align media objects (like images or videos) together with content. Media objects are often used to display blog comments, tweets, and so on. Basic media Object :- class=media class to a container element and place media content inside a child container with class=media-body. Nested Media Object :- Media object … Read more

Bootstrap: Component”Button group”

Bootstrap Button Groups: Button Groups. Vertical Button Groups. Justified Button Groups. Nesting Button Groups & Dropdown Menus. Split Button Dropdowns. Button Groups: Bootstrap allows you to group a series of buttons in a button group. Use a <div> element with class .btn-group to create a button group. Vertical Button Groups: Use the class .btn-group-vertical to create a … Read more

Bootstrap: Component”Buttons”

Bootstrap 4 provides users with different styles of buttons. Button Color. Button Outline. Button Size. Block level Buttons. Active/Disabled Buttons. Spinner Buttons. Button color:  Use the background-color property to change the background color of a button. Button Outline: The button outline style removes all background images or colors from a button and gives it a lighter look. Button Sizes: This … Read more

Bootstrap: Component “Badge”

Badges are similar to labels; the primary difference is that the corners are more rounded. Badges are mainly used to highlight new or unread items. Example:- Contextual Badges: Contextual classes use to change the color of a badge. Example:- Pill Badges:- Use the .badge-pill class to make the badges more round. Example:- Badge inside an Element(button):- An example of … Read more

Bootstrap 4.4.0

Bootstrap 4 is the newest version of Bootstrap, which is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first websites. Bootstrap 4 is completely free to download and use! Bootstrap 4 with new components, a faster stylesheet, and more responsiveness. What is Bootstrap? Bootstrap is the most popular HTML, CSS, and JavaScript framework for … Read more