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
0 votes
0 answers
32 views

Repro: Create the default Visual Studio Blazor Server Template with sample pages. Add a nuget reference to Microsoft.AspNetCore.Components.QuickGrid (10.0.0) Replace the weather page with a similar ...
Heinzi's user avatar
  • 173k
-5 votes
0 answers
59 views

I'm working on a screen sharing app, and I have an incoming 1920x1080px video stream via WebRTC. My problem is that when I resize the browser, the video becomes really blurry as the browser is ...
Daniel's user avatar
  • 51
-1 votes
0 answers
22 views

I have a case where I have some very long text content in a label div that's within a flex box. What I'd like is to make the label sized only to as large as the text content to afford as much space as ...
Speed Fox's user avatar
0 votes
1 answer
27 views

I am trying to create an expandable div, and I noticed that going from collapsed -> expanded works fine, but when collapsing it back, it lags for a second or so, any idea to what may have caused ...
Mohamed Badis Kerdellou's user avatar
2 votes
2 answers
80 views

I am working on a website that has a footer element with decorations attached to its top edge in both ::before and ::after pseudo-elements (extending outside the footer element's bounding box), and I ...
Lawton's user avatar
  • 263
-1 votes
0 answers
49 views

I am new to WordPress. I am trying to figure out how to increase the font size of this "line" as you can see how the underlined portion has smaller font size than the paragraph above. The ...
Edward Shim's user avatar
-4 votes
1 answer
83 views

I'm looking for a way to code a keyboard in javascript and I've already got the structure using two for loops to create a table that contains 3 rows to simulate an azerty keyboard. I need a function ...
pirates's user avatar
0 votes
0 answers
81 views

I have a carousel of images, which I have tilted diagonally, and now I want to scroll through the images. The only problem is that if I add more images to the carousel track than the four I have, the ...
Mohammad Tahsiri's user avatar
-3 votes
1 answer
114 views

I`m just trying to figure out how to do a scroll effect. When background is moving with scroll, while you are on a certain block of the site. I tried something like this, but i feel wrong in here) ...
StardustQ's user avatar
2 votes
2 answers
110 views

I have a simple external SVG file circles.svg that contains related CSS in <style> tag: <svg id="svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3....
AntowaKartowa's user avatar
3 votes
1 answer
65 views

I have a grid of elements that I want to appear in their unfiltered form when the page loads. When a user mouses over one of them, it should stay highlighted while the other elements fade to grey. I ...
chrisjfinlay's user avatar
3 votes
2 answers
119 views

I am looking to construct CSS to target this element... <input type="button" pseudo="-webkit-media-controls-play-button" aria-label="play" ...
Corona MacGuinness's user avatar
0 votes
2 answers
85 views

I’m working with an <input type="range"> element, and I’m having trouble customizing its size. When I try to increase the height, the slider doesn’t actually get thicker, it just moves ...
DMS's user avatar
  • 1
0 votes
0 answers
48 views

Click on the yellow to open. The popover opening works (appearing through a circle animation), however there's no close animation. It simply disappears. (It seems to work through this snippet but not ...
user avatar