DVdeepak valluriinlinkedin.dev·Jan 6, 2023 · 2 min readFlex and its propertiesThe flex is the short-hand property and sets the flexible length on flexible items. Properties of flex: flex-grow: If a number specifies the property and the reset of size will impact that item. Then it gradually grows its size. flex-grow: 3; flex-...00
DVdeepak valluriinlinkedin.dev·Dec 31, 2022 · 2 min readLearn more selectors part-2Explore and learn a few things... Attribute selectors: To select an element, we have different ways of using a group of selectors. It depends on the presence of certain attributes. a[target] { background-color: yellow; } we can make a selection ba...00
DVdeepak valluriinlinkedin.dev·Dec 4, 2022 · 3 min readSelectors in CSSlet us discover our most advanced useful selectors one by one. Before commencing into the selectors, we need to know one thing i.e., The selectors are used to add colors to the text and background colors themselves. /*universal selector*/ This is a s...00
DVdeepak valluriinlinkedin.dev·Nov 14, 2022 · 2 min readIntroduction to web or htmlwww-is an acronym of world wide web. acronym means the group of individual words together form a shortcut. The web is subset of internet and have many more pages, which is accessed by the web browser. web pages and related content are published ...01T