Skip to content

Tag: css

Update React-D3-Graph ViewBox

So I have a dataset called actors that holds my nodes and links called scratch that looks like this… And I’m trying to make the graph show up on my react app when ran. The problem I’m having is that the viewbox is extremely small so I can’t use a much larger dataset without nodes going…

Blured background behind the div

I would like to make a pop up that will appear immediately after loading the page. In addition, I want the background behind the black div to be blured, unfortunately after using filter = blur (8px) whole page is blured. Help… Answer Use the backdrop-filter on your overlay element (the one that fully co…

mobile navigation wont responsive

Hey im working on a website for a client, however i think ive missed out something that is really annoying me atm. http://www.enlock.co.nz/asp-web/source/index.html here is the preview im providing for client as a small design mockup. You can notice that on web if you resize the page it will change and be res…

IBAN mask with label

I m trying to mask an input field for IBAN entry. I tried to use RobinHerbots/Inputmask in my angular project but couldnt really manage to get exactly what i need. Somehow library is transforming the “IBAN” to “IB_N”. Any ideas how could i use the letter “A” ? (screenshots)…