css Questions
3
I'm trying to put my pagination in the bottom-center of the page and using Angular Material mat-paginator component.
This is the result right now:
1:
2:
As you can see the mat-paginator now is go...
Tabbi asked 6/11, 2018 at 9:38
3
Solved
With this in my html, the footer won't render in the pdf...
<!DOCTYPE html>
<html>
<head>
<style>
footer{
background:#ccc;
position:absolute;
bottom:0;
width:100%;
padd...
Roselleroselyn asked 23/6, 2017 at 9:35
3
Solved
I am trying to look for a way to achieve a simple progress circle (static) with no animations. The examples I have found have very different offsets for percentage such as given in the example belo...
5
I have integrated Google One Tap into my website. The login process works well on desktop, but on mobile, there is a horizontal scroll after logging in. It's also important to note that the directi...
Thistle asked 12/2, 2023 at 17:9
3
Solved
Is there a way to select one element, immediately following (or preceding) other by pure CSS?
Foe example, hide one of <br> in a <br><br> pair:
<p>text text <br><...
Bash asked 27/5, 2015 at 16:43
6
Solved
I implemented antd tooltip but need to change the background color and text color of it but I am unable to achieve that. I tried to do using "overlayStyle" provided by antd tooltip compon...
4
Solved
So I want to change the color of the text on hover or focus
<div class="hover:text-green-500 focus:text-green-500">foo bar</div>
But I was wondering if is possible to compres...
Frontlet asked 7/11, 2022 at 17:38
6
Solved
H i,
Hoping you can help.
Is there a way for LESS to return just a value - feel like I'm missing something very obvious
Say I have:
@unit:em;
@basevalue:1;
Can I use something to give me a sh...
Explode asked 1/4, 2014 at 18:42
2
I am absolutely desperate with this problem. I fully understand the concept of mobile-first and have been able to make the layout of my website responsive, however, the font-size does not change wh...
Vaginate asked 31/12, 2021 at 10:46
3
Solved
Consider the following HTML document:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style type="text/css">
body...
Appendicectomy asked 28/10, 2017 at 12:30
1
I am currently working on a project that utilizes Tailwind CSS. Sometimes, I copy Tailwind code from libraries or other sources. Occasionally, I find that some of these class names don't work in my...
Spirant asked 13/8, 2023 at 13:21
3
Solved
I updated from Angular 7 to Angular 14 after removing all the errors in my project this is the only error that is stopping me from compiling successfully. I am getting this error on ng serve:
/sr...
5
Solved
This is my first time installing and running tailwind CSS. I follow the instructions and did everything accordingly but then it started showing some warnings like below
Can you tell me why I am ge...
Cyclostyle asked 31/1, 2022 at 8:6
6
Solved
I am trying to do a simple animation using React, keyframes, CSS modules (and SASS). The problem is that CSS Modules hash keyframe names the same way it hashes the local classes.
JS code
//...
...
Physicist asked 24/8, 2019 at 0:59
4
Often I am in situations where I need to show a menu on hover and for mobile devices menu should open on click. Now e.g. consider following example:
.btn {
width: 200px;
background-color:...
Rejuvenate asked 23/12, 2016 at 14:5
2
Solved
Safari 14.1.2 not showing -webkit-backdrop-filter: blur(10px);
I have tried multiple versions, inline, with jQuery, with @supports but nothing works.
Strangest thing is that it is shown as enabled ...
5
Is there a way to disable the dark mode in outlook.com and force the original styles of my email template to render as displayed on light/normal mode ?
Fallible asked 18/8, 2020 at 10:56
7
Solved
I want to hide a section of HTML, and stop it being viewable from the webpage itself without removing it. Is this possible in HTML or CSS, or can anyone recommend a Javascript library capable of do...
Apotheosis asked 24/10, 2015 at 4:12
2
I am using the typescript version (@types/react-slick) of the react-slick library to implement carousel/slider in a Nextjs project. I am getting the following error after importing the Slider compo...
Maurya asked 17/6, 2023 at 22:39
3
I want to set select-option on toolbar in ionic, but I'm unable to align it to center, I have tried many things... by using these methods I'm unable to do so,
<div text-center>
<label cl...
Matilda asked 23/10, 2017 at 10:54
7
Solved
I've been trying to Google this, but I'm either not using the right terms or nobody has asked my question yet.
Question: Is there a way to stack responsive classes in TailwindCSS? What I'd like to...
Judah asked 6/3, 2020 at 15:40
4
I am trying to display a solid background color when I print.
I have used
@media print {
height: 100%;
min-height:100%;
background: #CCC;
}
And activated "print background graphics"...
Thermomagnetic asked 18/5, 2015 at 2:9
5
It works fine on Microsoft edge.
The following worked on one page. However, there is this error in the core of the project.
@media print {
html, body {
height: 100vh;
margin: 0 !important;
padd...
Milter asked 6/12, 2022 at 7:23
4
Solved
I am trying to get my 2 divs (which are side by side) to change to stacked divs when viewed on mobile as shown in the fiddle, but I would like "two to be on top and "one" to be second.
Here is the...
Costanzia asked 10/7, 2015 at 14:49
3
Solved
I know TailwindCSS have class group to use but that is only use for change styles of child element when the parent element activate some event, but I want it in vise versa.
<div class="pare...
Troth asked 28/11, 2022 at 10:36
© 2022 - 2025 — McMap. All rights reserved.