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.

0 votes
0 answers
16 views

CSS z-index issue with dropdown menu in Laravel project using intl-tel-input library

I'm working on a Laravel project and encountering a CSS issue where the dropdown menu for a phone input field, powered by the intl-tel-input library, is being wrapped behind the "Your Name" ...
Sakib Rahman's user avatar
0 votes
0 answers
23 views

block printing pdf in css

I'm trying to block webpage printing by adding following css to webpage head section: <head> <style type="text/css">@media print { @page { size:auto; margin:.5rem 0; ...
herb's user avatar
  • 159
0 votes
1 answer
36 views

How can I measure the size of a webpage in different devices?

I'm new with html and css, I'm wondering how can I measure the dimension of a webpage by pixels, is there any specific way like special code or app that I can use? I tried searching but I somehow can'...
Pearl's user avatar
  • 11
1 vote
1 answer
18 views

Why does a div with display: block (default) not expand to vertically fit an image without overflow but changing it to display: inline-block does?

I have a div with a background color via background-image:linear-gradient, and with the div's default display as block it doesn't expand vertically to fit the image, the image overflows over the ...
Isaac Sizemore's user avatar
2 votes
3 answers
30 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
0 votes
1 answer
27 views

Unable to type texts to chatbot user input

Description I am trying to add a chatbot for the backtesting platform built with Flask and there is a button on the right side that toggles the sidebar. If the user clicks the button, it shows the ...
loupdaniel's user avatar
0 votes
0 answers
18 views

Implementing Background Colors in Bootstrap vertical tabs and forms

In working on a project recently, I have noticed that I am limited to backgrounds solely outlined in bootstrap files and sites. I want it to match the existing color of the background according to my ...
Trincell Shelvin's user avatar
1 vote
0 answers
17 views

Autofill color not changing or updating

I am just starting out in ASP.NET and following a tutorial im using the mvc project and I have a form in dark theme however when you autofill the form with chrome such as name and phone number. It ...
Fadzii's user avatar
  • 39
-1 votes
4 answers
31 views

Why isn't the following text being collapsed into a ellipsis?

This is the code: <div class="grid w-full gap-4 grid-cols-8"> <div class="flex w-full flex-col gap-1 justify-center items-center max-w-small cursor-not-allowed"><...
wyc's user avatar
  • 54.6k
0 votes
1 answer
36 views

how to show select option list on hover?

<div className="rating-option"> <select id="rating" className="rating" value={...
Paras Chouhan's user avatar
1 vote
1 answer
14 views

Why does backdrop-filter: blur break whenever unrelated elements are animated

I'm building a website, and use the backdrop-filter: blur(12px) CSS effect on my navbar. Whenever I created a CSS animation to animate the text on my page, the blur filter disappeared. This affected ...
Mason Thomas's user avatar
-1 votes
0 answers
35 views

How can I fix this background image [closed]

I need help, I got this website and I need to put some images on the background, but the image overflows and it creates a white space, I have been researching but I don't know what can I apply This is ...
jalin3's user avatar
  • 1
0 votes
0 answers
37 views

The Enter key works every time I call addEventListener ("click")

I'm trying to make a calculator, and in the middle of the coding, I see that when I press the enter key, he calls the last addEventListener ("click") I used, but I don't set any work for the ...
Leonardo Dutra's user avatar
-6 votes
0 answers
29 views

Gain experience or getting a job [closed]

Hi everyone I learned html css and JavaScript now when I apply I don’t receive response I think it’s because of experience what should I do to get experience? How to get a job asa refresher ? I ...
Woody's user avatar
  • 1
1 vote
1 answer
13 views

Remove p-timeline-event-opposite space from PrimeNG Timeline in Angular 17

I am using the PrimeNG Timeline module to display a couple of simple horizontal timelines with content on the top side in a table. How can I remove the space taken up from the .p-timeline-event-...
Ben's user avatar
  • 173

15 30 50 per page
1
2 3 4 5
53736