I’m a web developer, so you’ll primarily find posts about coding but also about design (UX/UI) on my Medium site.
To use web fonts is nice, but sometimes you just want to use the default font or one which already is…
For a long time I used the WordPress default theme “Twenty Seventeen” on my german blog Neue St. In general, the theme is pretty nice, but there’s a little „bug“ (?) that has bothered me for a while.
You might have heard that you need Redux if you want to have something like global bindable data. But I tell you: you don’t. Just use this easy trick.
Imagine our React app is structured like this:
<App> <Page>…
Like most web designers when I wanted to style links with CSS, it kinda looked like this:
a { color:#8ea6d0;}a:hover { color: #6a8ac1;}