© 2023 Hashnode
#scss
Want to spice up your loading screen? Follow along and we'll make a nice, shimmery loading effect like this one: We're going to be making a product card with an image, heading, sub-heading and descri…
There’s a more powerful design kid on the block with the name of SASS (Syntactically Awesome Style Sheets), and it simplifies how app styles are written and maintained. Today you’ll learn all about it in the context of Shiny for Python – al…
What is BEM? In short, BEM is a popular methodology for naming your CSS classes. BEM stands for Block, Element, Modifier. It's an approach to writing CSS styles which allows developers to create reusa…
✨ Introduction Nuxt.js is a powerful framework for building Vue.js applications. It provides a lot of built-in features and conventions that make development faster and more efficient. However, settin…
If you've ever checked the source code of a CSS framework, you might have noticed the use of @mixin statements. Have you ever wondered how mixins work, or how you can incorporate them into your code? …
SOURCE I've seen Sass a couple of times, but I wasn’t really sure what it was all about. My curiosity started building up from constantly seeing it being listed in job ads, and I wanted to know if it was really that much of a big deal. And …
Let's assume you are using SCSS as css preprocessor, then it is a cakewalk to align all the dialog boxes one by one using z-indexes so that they can cascade. I have used this approach to cascade multiple dialogs in my react projects. Here i…
In this blog, I will share how I created a simple responsive portfolio Website using only HTML5 and SCSS without JS. I used Fontawesome icons. Check step by steps guide so that you can also create thi…
You might be wondering, why I should use SCSS in my projects. After all, you're a front-end engineer and you haven't heard of SASS and Sass before. Well, it's time you learn! In this article, we'll lo…
As a junior developer, I've used Bootstrap's grid system a lot to structure my web pages and the breakpoint classes were magic to my beginner self. No need to say that I barely knew the difference between margin and padding; I completely re…