Rhed Aliganrhedaligan.hashnode.dev·Oct 3, 2024Activity 22: Research SMACSS - Scalable and Modular Architecture for CSS | Aligan, Rhed N.Instructions: What is SMACSS?: SMACSS is a CSS architecture designed to help developers write scalable and modular CSS. It breaks down styles into manageable categories to make large projects easier to maintain. Key Categories: Base: Default sty...DiscussSMACSS
Arwa Almasrooritechponder.hashnode.dev·Aug 15, 2024Understanding CSS Selectors: The BasicsHey there, web enthusiasts! If you've ever dipped your toes into the world of CSS, you know that selectors are your best friends. They’re like the GPS for your styles, guiding them to the right elements on your page. Let’s break down some of the most...DiscussCSS
Satakshi Shanvisatakshi.hashnode.dev·Jul 13, 2024Understanding CSS Units: From Pixels to EmWhen you start designing web pages with CSS, understanding how to size elements is crucial. CSS units come in various types, each with its own purpose and use cases. Let's explore the different CSS units, from absolute to relative, and how they impac...Discuss·4 likesHTML
Satakshi Shanvisatakshi.hashnode.dev·Jul 13, 2024Box Sizing and Box Model in CSSBox Model The CSS Box Model is essential for web design and layout, detailing how elements are structured and spaced: Content: The element's actual content. Padding: Space between the content and border. Border: Surrounds the padding and content. ...Discuss·2 likesHTML5
Ritik Anandritikanand02.hashnode.dev·Jul 5, 2024Step-by-Step Guide to Lean Html And Css For Beginners...HTML & CSS... HTML is the foundation of all web pages. It defines the structure of a page, while CSS defines its style. HTML and CSS are the beginning of everything you need to know to make your first web page! Learn both and start creating amazing w...Discuss·1 likehtml css for begin
Satakshi Shanvisatakshi.hashnode.dev·Jun 30, 2024Revisiting HTML and CSS: The Backbone of Web DevelopmentHey there, as I dive deeper into my journey of becoming a full-stack developer, I find myself constantly coming back to the basics: HTML and CSS. These two languages are like the bread and butter of web development, and revisiting them always reinfor...DiscussHTML5
Binay MaharjanforJoBins Engineeringblog.jobins.jp·Feb 25, 2024How to set border lines on a CSS Grid layoutGrid Layout allows for the creation of grid structures using CSS instead of HTML. It helps us to create layouts that can be redefined using Media Queries and adapt to different contexts. Grid Layout lets us properly separate the order of elements in ...Discuss·1 like·4.3K readscss grid with border
Alex Duniaalexdunia.hashnode.dev·Jan 21, 2024Mastering CSS Custom Properties: The Senior Developer's Approach to CSS Custom Properties.Introduction Working with CSS (Cascading Style Sheets) is a very important part of our application as it allows us to change the colors, fonts, and layouts of all our HTML elements. It usually involves Class selectors that Target elements with a spec...Discuss·3 likes·698 readshtml, css
OnlineITtutsonlineittuts.hashnode.dev·Dec 21, 2023Restaurant Website Using HTML CSS and JSHey everybody, I hope you are all fine, today we are going to create a restaurant website using HTML CSS, and JS. Guys I’ve been creating projects using HTML CSS and JavaScript, So, I designed a completely responsive Restaurant Website using HTML and...DiscussRestaurant website
OnlineITtutsonlineittuts.hashnode.dev·Dec 19, 2023Responsive Personal Portfolio Website only using HTML and CSSHey everyone, I hope you are fine, today we will create a Responsive Personal Portfolio Website only using HTML and CSS from scratch. I’ve been creating different types of projects using HTML CSS and JavaScript. But, it’s a pure HTML and CSS-based pr...DiscussPersonal Portfolio Website