• 0 Posts
  • 4 Comments
Joined 1Y ago
cake
Cake day: Jun 17, 2023

help-circle
rss

I have 3 monitors currently, two for coding, and one for things like spotify, discord, etc. Stuff i don’t have to access a lot basically. Also, it looks cool.


Because it’s uncomfortable to have a toaster strapped to your face for 8 hours


To add onto this, you can also have:

<div> </div>

And style it with:

div { background-color: red; }

just using the html tags without a . or #


You basically got it yeah. You can do x % 2 and check if that is 0, as % calculates the remainder (in python at least)