Tagbangers Blog

css

Simple set up for gulp-sass

日本語版はこちら Hi! It's me again and this time I'll be sharing on how to automatically compile our scss file with gulp, which is very useful for web development. Ok, let's get started! Installing gulp, gulp-sass as a dev dependency $ npm install gulp gulp-sass -D Sample directory what we'll need:  source ...

Tips for Chrome DevTools: Add a Shadow

Hello web developers :) In this article I will introduce you to a small tip for Chrome DevTools. This will be the first episode (like it's going to become a series). Anyways, the tip for today is something useful when you want to add shadows to an element. First things first, let's open up the DevTo...