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

CSS border- collapse property

This property set the border of the table cells ans specifies wheather the table cells share the seprate or common border. This property has two main values that are seprate and collapse. When it is set to the value seprate, distance between the cells can be defined using the border-specing property. When the border-collapse is … Read more

CSS tutorial (CSS Border-radius)

CSS border-property:- The css property sets the rounded borders and provides the rounded corners around an element, tag, or div. It defines the radius of the corners of an element. It is shorthand for border top-left-radius, border-top-right, border-bottom- right-radius and border-bottom-left-radius. It gives the rounded shape to the corners of the border of an element. … Read more

CSS tutorial part-3

CSS Border:- The CSS border is a property is used to set the border on an element. Theย CSSย border properties are use to specify the style, color and size of the border of an element. The CSS border properties are given below border-style border-color border-width border-radius 1.CSS border-style:- The Border style property is used to specify … Read more

CSS tutorial part-2

CSS Selector:- CSS selector are used to select those content which we want to style. CSS selector is used to select HTML elements according to its id, class, type, attribute etc. Types of CSS selector:- CSS element selector CSS Id selector CSS Class selector CSS universal selector CSS Group selector Css Element selector:- CSS element … Read more

Introduction to HTML.

What is HTML? HTML provides a way of displaying Web pages with text and images or multimedia content. HTML is not a programming language, it is a markup language. An HTML file is a text file containing small markup tags. The markup tags tell the web browser, such as Google chrome or internet explorer, how … Read more

Introduction of WordPress

WordPress is a free open source content management system. It is an online site which is based on PHP and MySQL. it was mainly designed as a blogging tool but now it is a versatile CMS. we can create simple blog and fullt operational website and also mobile application using WordPress. It is considered as … Read more

DevOps Introduction

What is DevOps? DevOps is the combination of two words, one is Development and other is operation. This allows a single person to handle the entire lifecycle of an application. DevOps helps in collaboration between Development and Operations team to deploy code to production faster. it helps to organization speed to deliver application and services. … Read more