CSS
Categories
-
Design
Become a web designer: Best books on the market to get you started
Do you want to become a self-taught web designer? Here is a list of the best books on the market to get you started with your new career. The books are proven to work since most of them were used when I first started my career.
-
ContentAndMarketing
Improve your SEO ranking by making your website environmentally-friendly
Having a sustainable and environmentally friendly website is not only better for the environment and the visitors but also for your overall organic SEO (Search engine optimization) ranking. In this article, we talk about improvements you can make to better your rankings on search engines such as Google.
-
Design
Introduction to do transitions with Svelte
Transitions and animations can be lots of work but with Svelte it is as easy as adding an attribute to your elements. In this article, we will explain what transitions and animations is and how to use these in your Svelte web application. We will also as a bonus show you how you can create custom CSS transitions using Svelte.
-
Design
Introduction to scoped and global CSS in Svelte
When building Svelte web applications you most likely need to use CSS of some kind and with Svelte you have the opportunity to use scoped CSS out of the box. In this article, we explain how to use both scoped CSS and global CSS.
-
Design
What is CSS prefers-color-scheme and how to use it to make your website more sustainable
The prefers-color-scheme media query is very powerful and can be used to switch between light and dark mode depending on the users system preferences. This article talk about what prefers-color-scheme is and how to use the media query in your CSS.