Skip to content
Advertisement

Tag: css

JavaScript wont hide text, just images

I am having problems with my JavaScripts which is meant to make a tab gallery display. It hides the images when I choose another gallery, but I also have a presentation text -called “text-poze” and that is not hide when I am choosing another gallery , so the text from Album 1 will be seen when Album 2 is chosen.

How to fit svg path into svg viewbox in React Native

I am trying to implement barcode scanner viewFinder and I want to use svg icon to make it look nice, but I have a problem with forcing the path element inside the svg to take up the full svg width and height. I am using react native and to generate icon i use SVGR https://react-svgr.com/playground/?native=true&typescript=true in the scan handler I

Reappear bubbles js and css

I’m trying to solve this problem, but I’m giving up and I’m here to see if you can give me some hints. I made this bubble effect in which when I touch each bubble it pops, but I can’t get the bubbles to reappear after a few seconds (as if they were new bubbles). I leave the code here below:

Change checkbox tickmark color

I’ve implemented a function to change the background color of my checkbox , but it makes the tickmark turns to color black which I don’t want , I want the mark to still white , how can I achieve this ? HTML :- here’s the function :- and here’s the output :- the background changed successfully but the tickmark changed

Advertisement