Skip to main content

All Questions

Tagged with
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
0 votes
0 answers
24 views

Trying to truncate text on smaller screens, but the common solutions don't work

This code works fine, only when the_title() text is longer and the window is small, the text wraps to the next line: <div class="metabox metabox--position-up metabox--with-home-link"> ...
atownsend11's user avatar
0 votes
0 answers
15 views

How to resolve Internal server error in flask and summary not fetched error in a text summarizer application that I'm trying to build?

I'm building a simple text summarizer using HTML , CSS and Flask. It is a simple web application that I'm trying to build, it should give summary when .txt file is uploaded but I'm getting internal ...
user008's user avatar
2 votes
3 answers
45 views

How to create text highlight effect

Any suggestions on how i can create this text effect with html and css. want to create this Tried using mix-blend-mode but the background got inverted as well. <!DOCTYPE html> <html lang=&...
huanz's user avatar
  • 21
-1 votes
0 answers
39 views

How to create text with gradient fill, gradient inline stroke and inner shadow?

I have problem with CSS. I want to create text from Figma design. This text is in the image I attached below. It should have these properties: Poppins 48px size and 600 weight font Linear Gradient ...
adasq0's user avatar
  • 11
-1 votes
1 answer
30 views

Text overlap the image and align center with different digit number

without transform css: Here is my original code: .points-value { grid-template-columns: .1fr 2fr; .label { .points-img { height: 3em; z-index: 2; } p { transform:...
Lemon's user avatar
  • 7
2 votes
2 answers
61 views

Colour each syllable in a word in a different colour

I'm a German teacher in primary school. I want beginning readers to read some text on my practice website. To help them I need the syllables to alternate colours (black / grey, as shown in the image). ...
TeachersHands's user avatar
1 vote
0 answers
49 views

New CSS Anchor Positioning API and `::selection` CSS pseudo-element: Using selection as anchor?

I am looking at the new CSS Anchor Positioning API. Can I use the CSS anchor positioning API to place a tooltip over the currently selected text? I tried to achieve this with the ::selection CSS ...
user2503795's user avatar
  • 4,145
0 votes
0 answers
29 views

"background-clip: text;" issue. I want the outline to this text to be bigger

the problem problem 2, if i changed the webkit-text-fill-color to transparent. main h2{ margin: 0; animation: flow 10s ease-in-out infinite; background: linear-gradient(-60deg, hsl(134, 85%...
shura's user avatar
  • 1
-1 votes
1 answer
26 views

how would i make it stop for a small amount of time then it keeps scrolling again

https://codepen.io/lucabeingluca/pen/vYMPLZN .wrapper { max-width: 10%; overflow: hidden; } .marquee { white-space: nowrap; overflow: hidden; display: inline-block; ...
Luca Nguyen's user avatar
0 votes
1 answer
46 views

In SVG, how to center Text along a path?

Objective: Create a curved Path from A to B. Center the text on the path. It doesn't seem like this is possible. In my example below, startOffset=50% will begin the text at the 50% mark. However, I'd ...
TIMEX's user avatar
  • 268k
0 votes
2 answers
130 views

Search highlighting (CSS Highlight API)

I try to implement search highlighting functionality. But the problem is that works only when test 1 is chosen. On other pages it doesn't work and I have no idea why. I suppose that it is because ...
aftab's user avatar
  • 15
0 votes
1 answer
55 views

How to style text with image, stroke and shadow simultaneously

I wan't to style my text with a background image, a text-stroke and also a text-shadow. My problem is that the text-shadow comes on top of the background image. Does anybody know how I can put the ...
NoCSStoday's user avatar
0 votes
1 answer
26 views

CSS Grid Item height collapsing

With this CSS body { height: 100%; } .container { position: absolute; border: 1px dashed red; left: 10px; top: 10px; height: 400px; width: 400px; display: grid; overflow: auto; } ....
Andrew Foulds's user avatar
3 votes
1 answer
41 views

How to increase quality of mathjax output?

I am using mathjax and Shiny to display equations. But the output text doesn't seem to me to be of very high quality. How do I increase the dpi or the resolution of the output, which seems to be a ...
user8229029's user avatar
  • 1,056

15 30 50 per page
1
2 3 4 5
138