Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
22 views

I'm trying to draw a focus border on a grid cell. First, I tried outline with offset. Almost perfect, but left and top borders aren't covered. Then I tried with box shadows (also with inset). Here I ...
derstauner's user avatar
  • 1,958
0 votes
1 answer
53 views

There is a grey border around all embeded tweets but I want to remove it and add round corners too. But because its in an iframe i have no idea how to remove the border. <blockquote class="...
Blair A's user avatar
  • 27
0 votes
0 answers
32 views

I am trying to determine an angle of rotation dynamically within an animation for each frame. The object is only rotating on its Z axis and after some research I found that the best method is probably ...
Connor R's user avatar
-2 votes
0 answers
81 views

I’m trying to improve my website performance and Google PageSpeed Insights shows that many JavaScript and CSS files are unused or partially unused. I want to remove or disable these unnecessary files, ...
karan kashyap's user avatar
-1 votes
2 answers
72 views

I have an asset that has to be statically sized based on viewport height. The problem is that for some mobile browsers when the navigation bar hides, the asset changes size, because the height of the ...
Brandi's user avatar
  • 1
1 vote
1 answer
50 views

I’m building a React app and I have a table where I render an “Add Coin” button. The button is a circular link with a + symbol inside it. The problem is that the + is not vertically centered inside ...
Asamartino's user avatar
-3 votes
0 answers
36 views

I want to build a program where a user can input any text they want to study. While reading, the user can select certain words. Each selected word should be stored in a dictionary or list. Later, when ...
alinader1371's user avatar