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 : 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.

Bootstrap:-Component “Progress”

Progress Bar in Bootstrap 4 is mainly used to indicate to the user, how much progress of the process is done. progress bars featuring support for stacked bars, animated backgrounds, and text labels. Use utility classes for the background (bg-success, bg- info, bg-light, bg-dark, bg-danger, bg-warning) for creating a progress bar with a different color. Where to use … Read more

Bootstrap:-Component “Navigation bar”

The navbar is one of the prominent features of Bootstrap sites. A navigation bar is a navigation header that is placed at the top of the page. the navigation bar can extend or collapse, depending on the screen size. A standard navigation bar is created with the .navbar class. Format of nav bar:- Vertical Navbar by using class=”navbar-nav”. Centered Navbar by … Read more

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 “List group”

List groups are a flexible and powerful component for displaying a series of content. features:- Basic items simply making for list. Active items used for showing it’s an active mode. Disabled items used for just reading that message. Links and buttons are used to create actionable list group items with hover. Flush / Remove Borders … Read more

Bootstrap:-Component “Input group”

Input group:- Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs, custom selects, and custom file inputs. Functions:- Sizing classes to the .input-group itself and contains within will automatically resize for each element. Checkboxes and radios options within an input group’s addon instead of text. Multiple inputs … Read more