Shakti Dubeshaktidube.hashnode.dev·Jul 17, 2024Positions in CSSLet`s start to see how many types of position in CSS - There are four type of position in CSS Static position (By Default):- Relative position :- Absolute position :- Sticky position :- Fixed position :- Static position Browser gives by defaul...Discussiwritecode
Stephen Joshuajoshpee.hashnode.dev·Apr 22, 2024Why Do Some People Really Ignore Certain Texts While Replying to Others?We've all experienced the frustration of sending a text and not getting a response, while watching the same person promptly reply to someone else. It leaves us wondering: Why do some people ignore certain texts while replying to others? Let's dive in...Discuss·3 likes·27 readsiwritecode
Vikas Dubeycssselectorbyvikas.hashnode.dev·Apr 21, 2024CSS SelectorBefore we delve deep into CSS selectors, let's first understand what CSS is and why it's important to learn. CSS is Cascading Style Sheets, which determines how your webpage or website appears on the screen. There are various ways to use CSS in HTML,...DiscussGeneral Programming
Vandana Aryaarya573.hashnode.dev·Mar 27, 2024HTML Tag & ElementsHeading Tag <h1 to h6> This HTML tag can be defined as a title or a subtitle that we want to display on the webpage. It is displayed on the browser in bold format and the size of the text depends on the number of headings. It has six levels <h1 to h6...Discussiwritecode
Noohnoohnoah.hashnode.dev·Mar 6, 2024Exploring the Basics of Web Development and HTMLBehind the Scenes of the Internet Have you ever wondered how those amazing websites you visit now and then are created? What's the secret recipe that makes them look so sleek and function so smoothly? Well, buckle up because this is what I've got to ...DiscussHTML5
pranjalipranjali14.hashnode.dev·Feb 26, 2024JavaScript ArrayWhat is Array??🤔 Generally array is data structure used to store same type of data in a single variable. Arrays can hold various types of data, including numbers, strings, objects, or even other arrays. They are commonly used for tasks such as stori...Discussineuron
pranjalipranjali14.hashnode.dev·Feb 23, 2024Media query in CSSMedia queries play a crucial role in responsive web design by enabling developers to create layouts that adapt and respond to the size and capabilities of the device being used to view the website. Why Media queries important ? Media queries are impo...Discussiwritecode
pranjalipranjali14.hashnode.dev·Feb 14, 2024Position In CSSNeed of position in CSS You know how when you're designing a webpage, sometimes you want things to be exactly where you want them, right? Like, maybe you want a button to sit right next to some text, or you want a pop-up to appear exactly in the midd...Discussiwritecode
pranjalipranjali14.hashnode.dev·Feb 8, 2024CSS GridCSS Grid is a powerful layout system in CSS that allows you to create two-dimensional layouts for web pages. It provides a grid-based structure for organizing and positioning elements on a webpage, making it easier to create responsive and flexible d...Discuss·11 likesiwritecode
CodeG OnestopCodecodewkaustubh.hashnode.dev·Feb 1, 2024CSS ChallengesButton Challenges Challenge 1 https://codepen.io/Kaustubh-CodeG/pen/yLQxOPL Challenge 2 https://codepen.io/Kaustubh-CodeG/pen/QWJJKbE Challenge 3 https://codepen.io/Kaustubh-CodeG/pen/mdQQOmW Foooter Challenge Challenge 1 https://codepen.io/Kau...DiscussCSS3