DEV Community

Kaviya R
Kaviya R

Posted on

1 2

LEARNING HTML-2

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.

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay