We already touched Bootstrap 3 framework in past when we were exploring its responsive grid system. If you are interested, head to Bootstrap 3 grid system demystified Pt.1 post. Now, back to today’s topic. We are going to dive into Bootstrap 3’s navigation code to bring some clarity into it and understand what individual classes do.… Continue reading Responsive navigation with Bootstrap 3
Tag: css3
6 Sass mixins you cannot live without
If you know and use Sass, you probably already know how powerfull and amazing this CSS preprocessor is. On the other hand, if you have no idea what am I talking about here you have to check 7 reasons to love and use Sass post to understand why Sass will be your next soulmate in… Continue reading 6 Sass mixins you cannot live without
Bootstrap 3 grid system demystified Pt.3
Media queries, row, columns and offsets were discussed and we can check them out. The last two things that remained untouched are pulling and pushing. These classes included in Bootstrap can help you create interesting layouts across various devices. So, in this third part of the tutorial focused on Bootstrap 3 grid system we are… Continue reading Bootstrap 3 grid system demystified Pt.3
7 reasons to love and use Sass
Let’s take a little breake from Bootstrap for today and redirect the focus on different topic. This topic is Sass preprocessor and in this post I want to share with you seven reasons why you should at least consider learning more about it or even implement it into your regular work process. One more thing… Continue reading 7 reasons to love and use Sass
Build your own framework
Frameworks can bring many benefits to your work and also can speed you up. However, many people are try to avoid them every time they can. The reasons for this can be many, from complexity to dependency on someone else. Today we are going to take these arguments and totally crush ’em by exploring option… Continue reading Build your own framework
Best practices in web development
Keeping your project in a good shape and maintainable form is important task for every web designer and developer. Today, we are going to look at various ways to achieve this, so you don’t have to decipher your code every time when you look at some older projects. The main goal of this post is… Continue reading Best practices in web development