Continuing the Bot Building Process So, we’ll continue from where we left on last a little while ago with our bot building blog posts. We’d got to the MK IV if memory serves… Next on the list of things to do is to make our bot interface page nice and pretty. Enter, CSS Because we’re using a very simple webserver on the Raspbery Pi Pico W and because the code handily returned from our generateHTML() function is effectively the page that’s served by the websever; we know this is a goo...