css CSS Animation The first step in using animation in CSS is transition property. When predefined transitions are not enough or just not suitable, there is CSS animation.
css CSS Reset Maybe this post should be the first of the firsts because it's about how to start your CSS. Then again, you should be able to understand what exactly it is you're doing so I'm not too much late with this.
css Input [type="text"] Busted Inputs are sooo important in the user experience design and it's crucial that their style is perfectly transferred from the design to the page. It's no secret that for a presentation on a web page you need CSS but the tricky part is how to make it as good as possible.
css CSS Transform Without the transition [https://kolosek.com/css-transition/], transform property is able just to turn over the object it is applied to. So, in the most real-life situations (real-life?), these two options are applied
website design How and When to Create a Website with a Black Background Design Black has always been—if not the most popular design color—the color which designers talk about the most. It is sophisticated, energetic, mysterious, elegant, powerful, stylish, and the complete opposite of the default white.
css CSS Transition So, we've moved from text and color in web design to unique, bombshell, explosions... OK, not that much, but we've moved. CSS follow and support those changes and because of that, we have
Sass Sass Mixins This is the third post about specific Sass features and this one is about mixins. Previous were import feature [https://kolosek.com/sass-import] and extend feature [https://kolosek.com/sass-extend] and there was
Sass Sass Extend Please make sure to read my post on Sass Import [https://kolosek.com/sass-import] because I didn't want to copy-paste first part (it serves as an introduction to this post, as well). Extend
Sass Sass Import We can follow CSS progress by following the development of its pre-processors. Which preprocessor to use is a different time theme, but it’s really necessary to use one because they allow features
css CSS Columns Text breaking option is not the most popular text option ever since magazine layout. Just like in printing design, there are columns in web design too. The best and clearest way to use it is column option in CSS.
website design Gradient, My Dear Watson As a designer born in the flat era I knew that gradient only exists next to the word DON’T. The year 2016 was predicting big things for it and it’s been
javascript Lodash Library Usage Examples Using Lodash library will make writing JS code so much easier. The good definition is: "Applicative programming is the pattern of defining a function that takes a function and then invokes that function