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 : “Vertical align”

Easily change the vertical alignment of inline, inline-block, inline-table, and table cell elements. Change the alignment of elements with the vertical-alignment utilities. These are the classes:- .align-baseline, .align-top, .align-middle, .align-bottom, .align-text-bottom, and .align-text-top as needed.

Bootstrap Utilities : Text

Text Utilities classes, contains various text properties, such as, text alignment, text wrapping, text overflow, text transformation, font weight, italics, monospace, resetting color of text, removing text decorations. 1. Text alignment : .class text-justify .class text-left .class text-center .class text-right .class text-sm|md|lg|xl-left 2. Text wrapping and overflow : .class text-wrap .class text-nowrap .class text-truncate 3. Word … Read more

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 : “Position”

Arrange the elements easily with the positioning utilities. .fixed-top class is use to fix the element in the top position of the page. .fixed-bottom class is use to fix the element in the bottom position of the page. .sticky-top class is use to stick the element at the top of the page when you scroll past it.