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

I response posts in partials html with fetch, but each time get posts from server also return current page header. i just want to get header first. partial html(server responses it when requested with ...
Samyar's user avatar
  • 1
-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
-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