Amandeep's Component Library

I'm attending the level Zero of neog.camp and my mentor is Tanay Pratap who is a great Web-developer and I too pacticing hard to be a great Web-developer.
I am creating this Component Library beacuse its a good practice to create a Library before getting into development of your portfolio...

@typography

This is the Biggest Heading in HTML.

This is the second Biggest heading in HTML.

This is the normal text used in paragraph.
This is a BOLD Text.
This is relatively smaller text than usual.

@container

> fluid container

This is a fluid container. It will go full widht of page, with some margin.

> centered container

This is a centered container. It will go upto the specified width.

@links

> Primary link

Wordpress site created by me(Primary link)

> Secondary link

Google(Secondary link)

@lists

> Unordered list

The list which don't have serial no's. We can specify the type of bullets like disc, square, none, etc.
Example

> Unordered inline list

The list which don't have serial no's as well as the items of list are in single line or row.
Example

> Ordered list

The list which have serial no's as bullets.
Example
  1. Facebook
  2. Amazon
  3. Apple
  4. Netfix
  5. Google

> Reverse ordered list

The list which have serial no's but in reverse order
Example
  1. Milk
  2. Bread
  3. Butter
  4. Eggs

@navigation

Navigation is usually used on the top of the Web-pages so that user can easily navigate through the web-pages inside the website.

@header

The text or image used at the top of the page is called as header.

Heading inside header

> importing image directly from social profiles


@section

> White Section

This section will have White background.

HTML :- HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display the content

> Blue Section

This section will have Blue background.

CSS stands for cascading style sheets. CSS is the language we use to style an HTML document. CSS describes how HTML elements should be displayed. CSS is Easier to maintain and update. This page is also using Cascading style sheets.

@footer