LEARNING HTML-2

Kaviya R - Feb 26 - - Dev Community

Today also we started to clone the same web page where we left yesterday.In today's part we almost finish to the process of cloning the webpage called ILUGC.I came to know about the font awesome web page that is used to select the different font and symbols.

display-grid;

This properly turns the container into grid,enabling grid layout within it.

display-flex;

display-flex allowing its child element to be arrange in flexible way.
padding

Element selector:

Its is used in css to call the element in the HTML.Here we do not use the dot to call the element,

class selector:

This is used to call the class that in the HTML.Here we use the dot to call the class.

Linking a external css file:

The basic syntax that is used to link the external css has the rel that refers tp the relationship between the HTML document and linked file.It also have the hyper link that refers to the path of the linked external css file.

. . . . . . . . .