Menu

Post image 1
Post image 2
1 / 2
0

Learning HTML and CSS-2

DEV Community·Vigneshwaran V·18 days ago
#xWNZEmKm
#beginners#css#html#grid#flex#container
Reading 0:00
15s threshold

Today i have learned to build a resume using HTML and CSS by uses of properties like Class selector, Basics of grid and flex concepts. Class Selector: In CSS, a Class Selector is used to target and style multiple HTML elements that share a specific class Attribute. Unlike id Selectors class Selectors can be applied to any number of elements on a page. An element can have multiple classes separated by spaces, allowing you to combine different styles. The element Selector selects HTML elements based on the element name. What is Grid? In CSS Grid is a powerful two-dimensional layout system that allows you to arrange content in both rows and columns simultaneously. it provide more flexible way to build complex responsive web design compared to older methods like floats or positioning. Grid Container: The parent element where you apply display: grid;. this create the grid context for all its direct children. The direct children of grid container that automatically become part of the grid layout.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More