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.

css
0 votes
1 answer
31 views

loop a css animation with multiple keyframe

I'm trying to make an animation loading screen but I can't loop the multiple keyframes. I learned that I can only do it with JavaScript and I'm not good with scripting how can I do it? Also, I can't ...
رقية انور's user avatar
-1 votes
0 answers
22 views

How is this webpage scaling a section dynamically to fit within the parent container? [closed]

I'm fairly new to front-end development and to React apps but I am building a web page with React where I have a featured section managed in a div that must keep a fixed aspect ratio. This div should ...
YangMcFrisk280's user avatar
-7 votes
0 answers
21 views

Image convert html or css [closed]

Image convert html or css I need a HTML and similar code. but i don't understand which code Instagram meta </div> <div> Image convert html or css I need a HTML and ...
user25095031's user avatar
0 votes
0 answers
12 views

How to set background color of selected text of GtkText widget with css?

I am facing issue to set background color of selected text in GtkText widget. I tried this way, but it didn't work! can anybody check it ? -- static const char *css = ".one text.selection {" ...
dibyendu's user avatar
0 votes
2 answers
48 views

unresponsive container flexbox not reaching height of 100 % and width of 50n %

I have problems not being able to make a container display a height of 100% and a width of 50% on tmy screen despite my CSS already mentioning those specified measurements in the appropriate div ...
Samuel's user avatar
  • 9
0 votes
3 answers
30 views

Make container fit text with line-wrapping in CSS? [duplicate]

By default, when text wraps, the width of the container becomes the max width. Instead, I want the width to fit the wrapped text. div { border: 1px solid red; max-width: 100px; display: ...
Leo Jiang's user avatar
  • 25.5k
2 votes
0 answers
14 views

How do I scroll in an overflowing flexbox child, when my cursor is anywhere on my webpage?

I've been trying to build a web developer portfolio website, and am working on a layout in which my body is a flexbox with two main elements: On the left, a basic navigation bar On the right, a ...
Matt Mogan's user avatar
-1 votes
1 answer
14 views

Icons in React not centered vertically

I have this simple template: 15 test with this css: .wrapper { display: flex; width: 100%; margin-top: 40px; justify-content: center; align-items: ...
Dani's user avatar
  • 3,969
0 votes
0 answers
13 views

APC Customize UI++ CSS customisation

I've started to play around with the "APC Customize UI++" extension in VS Code and have been experimenting with the CSS styling but I'm trying to make my sidebar nice and minimal. I've ...
mxcury's user avatar
  • 1
1 vote
1 answer
16 views

Blazor Icons Not Displaying

I cannot, for the life of me, get Bootstrap icons 1.11.3 to display at all. I am using a Blazor SSR project. I have this link setup in App.razor: <link rel="stylesheet" href="https://...
Mark Bonafe's user avatar
  • 1,481
1 vote
2 answers
23 views

How do I apply color to Angular mat-sidenav?

I'm starting to learn Angular and learned how to apply color to a toolbar component using the following code snippet: <mat-toolbar color="primary"> <span>My Application</span&...
Riquelmy Arcanjo de Araújo's user avatar
1 vote
1 answer
38 views

Add Caret to Typed Text

I have some text that types a message. I have seen this done many different ways, but I like how simplistic this approach is. The thing it doesn't have is a caret at the end of each line, I tried to ...
Josh Rodgers's user avatar
-1 votes
0 answers
24 views

Pseudo-Elements not working properly on Mui table head and Mui table row but working fine in windows browsers

i am giving background color and border color with border radius to mui table head and mui table row. it looks fine in windows and android all browsers but seems like position not working in mac and ...
Desi Memes's user avatar
-2 votes
1 answer
13 views

How do I display flex more than one “text input” with their labels beneath, with the width of my choice [closed]

I’m creating a form, that has first and last name input on the same line, and a larger width, but trying to get that is so difficult especially the fact that the width of the input has refused to ...
chinemerem aniorji's user avatar
0 votes
0 answers
36 views

Button icon not clickable

I am using Datatable in jquery to display data on grid along with some action buttons. I am using below render function to display the data, but when the page fully load, I am unable to click on the ...
shubhkr1's user avatar

15 30 50 per page
1
2 3 4 5
53732