Results for css-grid
I am trying to customize a slider for a small project I'm working on. I've placed it next to a default slider in the following snippet: input[type...
I'm diving into the world of CSS animation and attempting to replicate the card shuffling animation seen: https://go.topcreditcardfinder.com/ Here's a...
This might be a dumb question, but I am relatively new to using the CSS/SCSS modules with React. And I have valid reasons for asking, as modules allow...
I have given the css as shown .text { word-wrap : break-word; max-width: 100px} but still it's not working, the whole text is coming only in the singl...
I am working on a react application created using Vite. I am trying to use tailwind and followed the steps mentioned in the official docs of tailwind....
instead of putting "border-radius: 10px;" for every single element, is there a way to make all borders rounded? I'm new to programming so I'm not sure...
I'm currently working on a project where I've applied the text-transform: capitalize; property to a specific class (div.c), but it doesn't seem to be ...
I'm getting to know CSS' grid and subgrid. Working on a simple form with two columns and a few subgrids. the parent grid has a gap: 1em - both te colu...
I was just learning display: flex, so I'm trying to get used to it. The screenshot below was even before I removed the next content, now the last 2 it...
I am working on a simple HTML/CSS/JS tutorial, and I've encountered an issue where the hover effect is not working on a button when it has the 'active...
your textI am practicing Grid with this design. when I created @media for the design, the css doesn't change from width full screen to phone screen. I...
I'm using Django's HTML scripting to iterate through a list of tags from a ManyToManyField for an article. Getting the information works, but the actu...
As per title, I need a CSS-only solution to word break a text node and an inline element. This is what it looks like: the left padding is split by the...
I'm trying to achieve two stylings at the same time, one includes a sticky position, and the other includes a parent to the sticky element : I want t...
I have an image gallery where each image is in the form of vertical columns that have some zooming effects when hovered over it. When clicked on, each...
My current code: "container"> !-- Use the header area for the website name or logo --> Working with Columns ...
I've got some CSS where :hover pseudo class highlights the buttons as designed, but :after and :visited do nothing. The buttons otherwise function cor...
I've got some CSS where :hover pseudo class highlights the buttons as designed, but :after and :visited do nothing. The buttons otherwise function cor...
I would like to change the css styles of a website but only during the month of decemeber how can I do this? This is the css that I would like to incl...
I tested if I change the duration value to 1 it will flopping each number every 1 millisecond and if i set it to 10 then each second. in the duration ...
So if I have a list like this: And the amount of disabled buttons is never known - but will always be consecutive and appear before the en...
nav class=""> a class="nav-item">1a> a class="nav-item">2a> a class="nav-item">3a> a class="nav-item">3a> a class="nav-item">4a> n...
https://github.com/KaanAlper/Discord-Card On desktop browsers I can use it up to 125%, after that the content disappears. In phone nothing is visible ...
How to Add Negative Values to Tailwind CSS Utility Plugin tl;dr I have a custom Tailwind utility plugin, with number values. I want to be able to add ...
I installed Next.js 14.0.1 in Node.Js v20.9.0 and ubuntu 20.04 . The program gives an error at the very beginning. Failed to compile /var/www/html/C#/...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?