Score of 3
1 answer
70 views
Align all dates and names in a list
I'm trying to make a list of blog posts, with the date of the post before the name of the post. I've embedded it in a list, like so: <ul> <li> <time>2020-01-01</time&...
- reputation score 327
Score of 0
0 answers
54 views
Wordpress custom css - how to overwrite existing rules
The link to the wordpress site I'm working on: https://mywritingmatters.com/ I'm having some difficulty overwriting existing CSS styles using custom CSS. For example, I'd like to change the font of ...
- reputation score 3
Score of -2
0 answers
77 views
How is CSS blur so fast? [closed]
I tried to make my own real-time Gaussian blur or box blur in a game, but no matter how i implemented it, applying blur to 2D sprites in runtime made the game too slow to be viable. So i tried how ...
- reputation score 117
Score of 0
1 answer
51 views
Full Calendar JS does not detect styles
I have a Blazor application (using Interactive Server render mode) and I am trying to implement Full Calendar library adding the CDN documentation recommends, the calendar is shown, however when I add ...
- reputation score 3
Score of 1
1 answer
51 views
Scroll horizontal and vertical with scrollbars outside the content
EDIT: it seems the problem comes from firefox using overlay scrollbars that are on the content. Edge using normal scrollbars doesn't. ORIGINAL: I'm trying to have scrollable containers with the ...
- reputation score 433
Score of 1
2 answers
254 views
How to make an animated menu icon show/hide menu
I'm trying to make the animated menu icon open ☰ and close X the menu links. Instead of making two separate buttons, I can just code it in one button. I've managed to give my menuIcon an onlick ...
- reputation score 49
Score of 0
0 answers
85 views
2-column flexbox layout without nesting divs
I'm trying to control the design of a page where I have no control over the HTML that's output, so my solution needs to be CSS only. The HTML I'm trying to style is basically the following: <div ...
- reputation score 3
Score of 0
0 answers
54 views
Hover on a heading and change background image [duplicate]
This was deemed a duplicate to this question "Is there a CSS parent selector?" which is nothing like it, so please reopen my question. I need to create an effect where I have a background ...
- reputation score 1
Score of 0
1 answer
146 views
CSS counter-reset inside sibling div doesn't work
How to make "list 2" have separate counter? For now "list 2" tracks as inner list of the last item of "list 1". The problem only exists if "list 2" is wrapped ...
- reputation score 421