Skip to main content

Questions tagged [css]

CSS (Cascading Style Sheets) is a representation style sheet language used for describing the look and formatting of HTML (HyperText Markup Language), XML (Extensible Markup Language) documents and SVG elements including (but not limited to) colors, layout, fonts, and animations. It also describes how elements should be rendered on screen, on paper, in speech, or on other media.

-1 votes
0 answers
8 views

Make it look like in the picture

Can anyone help me, how to make a display like this. image description what should I use? "Can anyone help me understand the HTML structure and CSS styling used in this image? I'm trying to ...
Audyari Wiyono's user avatar
0 votes
0 answers
7 views

How do I adjust the gap between the display cards so they are more together despite their size?

So I want to make it these displays more responsive with grid, so I add media queries to make them shorter but in turn their gap becomes much more bigger on the grid. <section class="console-...
ahsan waqar's user avatar
0 votes
0 answers
9 views

Aligning vertical scroll positions of related parts between main block and gutter

I am looking to find a less obtrusive way of rendering something like scriptural verse numbers. At the moment I have text something like this: 1 In the beginning God created the heaven and the earth....
Scott Sauyet's user avatar
  • 50.3k
0 votes
0 answers
15 views

Text renders once and then it disappears within div (textContent) in HTML

I am currently trying to spawn HTML, CSS, JS, and firebase code within dangerouselySetInnerHTML, and the text successfully renders within avatar-initials textContent (initials) for a millisecond, and ...
Benjamin Sloutsky's user avatar
0 votes
0 answers
7 views

Why does the browser re-read a css file (instead of caching it)?

I have MudBlazor referenced in my App.razor as (Blazor server): <link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" /> When I do an F12 to watch a page load, ...
David Thielen's user avatar
0 votes
0 answers
3 views

How to disable matBadge animations in Angular Material?

By clicking on the icon, I want only the number inside the matBadge to change. I don't want an animation to be made when clicking. How do I do that? <div class="action_like"> &...
Valerija's user avatar
0 votes
1 answer
9 views

Tailwind max-w-[number] not working past a certain point

My stack is Svelte 5 / Sveltekit / Tailwind / Daisy UI I have a svelte component that uses a Daisy UI card and I am unable to get tailwind max-w-[number] class to work past a certain point to increase ...
NickyLarson's user avatar
0 votes
0 answers
14 views

Laravel/Vite: Img in class CSS not loading

Newbie here, For some reason when I run npm dev run and launch dev server with herd. Its loading the build/app$#$.css Is that correct? Main problem is some of the CSS seems to be working but loading a ...
user26449122's user avatar
-4 votes
0 answers
21 views

W3.CSS Tab Navigation Issue

In the code below I have two sections of a table that have three tabs each. They are based of the Tabs example on W3 Schools page, hence why it still refers to "city" instead of something ...
Michael Sanders's user avatar
-2 votes
1 answer
16 views

Github Hosting Page - CSS doesn't work with My Site [closed]

So I published my test page on github. And HTML and JS are working, but CSS is not. Seriously, I tried like everything. After deleting and adding repository 3 times, yeah, it worked - but for 1 minute....
www_xzc.'s user avatar
-1 votes
1 answer
18 views

Passing variable from React to CSS - proper formate and usage

I need to pass some data to a component to be used in CSS calculations. These calculations will depend upon breakpoints as well. It isn't working and I believe that the issue is that I don't know ...
Joshua Foxworth's user avatar
-2 votes
0 answers
15 views

html - Navbar with border around

i am looking for create a navbar like this but i am no idea how to make it. Can anyone help me I already tried to let ai help but it's not get it Aboud concept of navbar. This is my current code. -----...
adilan waelohma's user avatar
0 votes
0 answers
17 views

Dark Background Blurry Text

text in body element immediately goes blurry on scroll text goes blurry on Lenovo G32qc-10 Monitor but not 13-inch MacBook Air (2022 M2) <html> <head> <style> body { ...
resource's user avatar
-2 votes
0 answers
15 views

Beginner Python programer need advice of profesional's [closed]

I'am a beginner Python programer. End cures Of python, studied libaries: Flask, PQT, telepbot. Studied machie learning. Know Html, SQL and CSS. Can someone tell me where to go to a novice programmer ...
Alexander's user avatar
0 votes
0 answers
19 views

How can I calculate Responsive web design

This is how my intro.css looks like #intro { height: calc(100vh - 4rem); width: 100vw; max-width: 75rem; margin: 0 auto; overflow: hidden; position: relative; } .bg { ...
Mirian's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
53737