DEV Community

Akash
Akash

Posted on

How to clone a WEBSITE

  • Today i learn about how to clone a website by using html
    before cloning a website we have to draw a layout of a website to make a layout use

    .creating layout inside a box is called PADDING and outside a box is called MARGIN .
  • I learn to clone ILUGC website's user interface.In html elements can be classified into
    > In line elements
    > Block line elements

  • Also to transfer a text or make a text upper case or lower case we have to use "Text Transform" ,To list a specific elements we have to use

      and
        > OL-Ordered list > UL-Unordered list To change a direction of a elements use FLEX DIRECTION.Also flex direction defaultly indicates a ROW direction .If it needed to change a direction to column use justify content to change a direction row to column .

Top comments (0)