13 questions from the last 1 days
0
votes
0
answers
28
views
Focus border on grid cell with overflow: hidden
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 ...
0
votes
1
answer
61
views
How to remove a css border from a twitter embed?
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="...
0
votes
0
answers
35
views
Get CSS RotateZ() from matrix3d
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 ...
-2
votes
0
answers
83
views
How to remove unused JavaScript and CSS files from my website? [closed]
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, ...
-1
votes
2
answers
72
views
How to get 100 small viewport height in Javascript?
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 ...
1
vote
1
answer
50
views
Not Vertically Centered in Circular Button in React / CSS
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 ...
-3
votes
0
answers
36
views
How to store and match user-selected words with their different forms across texts? [closed]
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 ...