DEV Community

Cover image for 3/100 days of code
Jan Schröder
Jan Schröder

Posted on • Updated on

3/100 days of code

Today was more productive.

Set up the initial styling of the navigation bar, which is something that I still am hesitant about to implement from scratch. The approach is to use a list and then style it horizontally with css grid.

I really like css grid.

Then got started with css-in-JS, which I know is a controversial thing and I am not yet totally convinced, but I decided to go with it for this project. So I can say that I tried them and I guess it doesn’t hurt to know my way around them in case I come across another codebase that uses them.

Top comments (0)