Skip to content

Tag: class

Giving class to an object

I have a few variables with colors that I want to change later. I want certain class to have background color from that variable. Every object with that class should be that color (nav, footer etc.). I have something like this, but it doesn’t work. Can you help? Answer in fact I didn’t see any pro…

How I make different objects from one class function?

I’m making a note-taker app. The problem is….when I click the ‘view detail’ button which I created, no matter what button I click among these, it shows me the modal of last content that I made. I believe it shows me the content from the last object I created from the class function. An…