Parv Manglanilivewebsite.hashnode.dev·Jan 27, 2024My first project through HTML and CSS.In this project, i made a pemplate as same as one image of a shoe sell from a website. I used so many things of HTML and CSS. I learned class concept in css and many things about padding, border, margin and content. I also learn about transitions, tr...Discuss·2 likes·43 reads@anuragtiwarime
Parv Manglanilivewebsite.hashnode.dev·Jan 23, 2024My first live websiteToday i started my web development journey and made the accounts on github and vercel and made my first website live. First of all I wrote a code on html through vs code . in that, i learned what is boiled plate code and what are emmet shortcuts. Bas...Discuss·14 likes·85 readsGitHub
Ankit Dixitankitdixit.hashnode.dev·Jun 13, 2023Flex Box (CSS)Flexbox (Flexible Box) is a powerful CSS layout module that has revolutionized the way we design and structure web pages. Introduced in CSS3, flexbox provides a flexible and efficient way to arrange, align, and distribute elements within a container....Discuss·1 likeiwritecode
Anushka Bommakantyanushka19.hashnode.dev·May 30, 2023HTML Audio and VideoIn HTML tags we have commonly used <audio> and <video> tags. We have other tags also like iframe where we can embed the link from the other website for the audio or video. So the <audio> tag is used to embed sound in the web page. It has an src attri...Discussiwritecode
TEJA MANDAPATItonyteja6s.hashnode.dev·May 30, 2023CSS Box Model (Padding, Margin, Border)All HTML elements can be considered as boxes. The CSS Box Model In CSS, the term "box model" is used when talking about design and layout. The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders,...Discussiwritecode
Mohammed Sulemanmohammedsuleman.hashnode.dev·May 24, 2023Positions in CSSThe position property in CSS tells about the method of positioning for an element or an HTML entity. There are five different types of position property available in CSS: Fixed Static Relative Absolute Sticky The positioning of an element can ...Discuss#iNeuron #HiteshChaudhary #WebDev #Javascript #LCO #LearnCodeOnline #LCO #css #learncodeonline #cssselectors @hiteshchoudharylco code with hitesh choudhary
Mohammed Sulemanmohammedsuleman.hashnode.dev·May 24, 2023Title: The Power of Flexbox: Streamlining CSS LayoutsIntroduction: In the realm of web development, creating responsive and dynamic layouts has always been a challenge. However, the introduction of Flexbox in CSS has revolutionized the way we handle layouts. Flexbox provides a powerful set of propertie...Discussineuron
Kumar Ayushkrayush20.hashnode.dev·May 19, 2023Box Model and Media QueryBox Model Introduction The box model is a fundamental concept in CSS (Cascading Style Sheets) that defines how elements are structured and displayed on a web page. It provides a framework for understanding how elements are sized, positioned, and inte...Discuss@hiteshchoudharylco
Kumar Ayushkrayush20.hashnode.dev·May 19, 2023All about Positioning in CSSThere are different ways you can position your elements through CSS. You can change the "position" attribute or you can play around with the "display" attribute of an element. Let's look at how we can change position through the "position" attribute....Discuss@hiteshchoudharylco
Anishk krishnaanishkkrishna.hashnode.dev·May 17, 2023CSS Box Model: Padding, Margin, and BorderCSS Box Model: Understanding Padding, Margin, and Border When it comes to designing and styling web pages, CSS (Cascading Style Sheets) plays a crucial role in defining the visual aspects of elements. The CSS box model is a fundamental concept that g...Discussineuron