Results for css
I have a fairly simple CSS Grid with 12 columns. I am using the row-start and row-end features of CSS Grid to place my items exactly where I want them...
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...
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 ...
I have a grid riddle, which seems to be simple, but I just have no idea and two AI chats failed as well. I have this: .cont { display: grid; g...
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 ...
This is the Script in my signIn.html {% if messg %} script> aleart("{{messg}}"); script> {% endif %} This is my Django View def postsign(request)...
I want to create a div with this shape using HTML and CSS: I created something like below but its border not look like the photo above. Can someone ...
I have come across a web project with many CSS files. However, I noticed that the CSS declarations seem to be written a little bit strangely. Please s...
HTML : html> html lang="en"> head> meta charset="UTF-8"> meta name="viewport" content="width=device-width, initial-scale=1.0"> link rel="s...
I need to create speech bubble with rounded arrow like shown in image using CSS. Expected result: Best try: This is my best try. I can't get that ar...
I need to create speech bubble with rounded arrow like shown in image using CSS. Expected result: Best try: This is my best try. I can't get that ar...
I am learning tailwind and i am new in it. When I try to create multiple html files in a folder and try to apply tailwind, it is applying the property...
I was given an old Bootstrap template to make it dynamic, and I had issues with dynamic CSS with ::before and ::after selectors check the below exampl...
In the Article Content, Salesforce displays a few things that make the article heavy and not user-friendly. Only using CSS can you hide fields you don...
I want to make a hover effect over a p-tag, when hovered the background should get darker. I used filter:brightness(85%) but this made also the text d...
I have encountered a very strange behavior with my CSS. When I initially load a page (or when I refresh) no CSS is applied. However, I noticed that if...
I was just curious if the css reset we use is just the beginner tool or does it is really used in the industry or somewhere. I was making a project an...
As can be seen here, there is probably a problem in my css and js code and I cannot find this problem. When I make a call, there is a problem as you c...
I have a collapsible section that works, but I want it to be closed on load, and it's not working for some reason. Also, is there any way I can make i...
I'm trying to apply some styles based on the aspect-ratio of the container element, but I haven't managed to write the correct Container query code. ...
I tried to put CSS-drawn triangles in a table, but the points are not matching. (Please find attached picture) Does anybody know how to achieve it wit...
I'm building a custom calculator in Angular and struggling to understand exactly what is happening here. I have 5 div elements, set to 10vw height an...
I' trying to pass a computed property value to a url() in css using v-bind with Vue 3 and Nuxt: template> div class="box-container">div> template> ...
let a = document.getElementsByClassName("mobile1")[0]; document.querySelector(".button-one").addEventListener("click", ()=>{ a.classList.togg...
CSS nesting is a relatively new feature that is now natively supported in all major browsers. Please refer to https://developer.mozilla.org/en-US/docs...
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?