I am attempting to create a global COVID-19 tracker for each country using React. In order to carve out individual countries and present them I have used an SVG
I would like to represent date so that between dd and mm a slash. See image. Does anyone have an idea how to do this? I could display it as a png, but first I
I need to add custom styling to the checked/active radio button behind the label. I can get the border and width of the buttons fine, just can't set a backgro
I'm trying to change the value of a button when I click on it, so what I did was I created a function in JavaScript where I call the ID of the element by gettin
I've been trying to make a DIV with uneven rounded sides like this: I've checked some solutions and the closest I can get to it is by using border-radius. I'
I want some SVGs to animate on click. The SVG is defined once and has been reused multiple times with the <use> tag. I wrote the following code: svg {
I have a series of scss variables representing colors re used throughout my app, like so: $first-color: #00755E I also have colors that are the same as this fi
I have a project with tailwind and a (work in progress) UI library that we want to gradually migrate to. I am importing the style on my index.css like this @tai
I have an image and when i hover it, background color changes, but I want to change the size and position. .hoverme:hover { background-color: #f7b0ee; b
I'm trying to design a webpage but it looks okay on android devices but when i use apple mobile devices (iphones) it doesnt follow my css rules and looks bad. i
I am learning Django and i tried to implement a blog app . i am getting an error while using the static files inside project.i know, There are lot of questions
I want to change the font style of a child element which is wrapped inside a parent element which is internally wrapped by others and finally it is enclosed ins
Goal I have an Angular 11 site with a large form component using Angular Material -- let's call it myExportableComponent. I want to use myExportableComponent i
What is the right path if ever I already have style/css/main.css folder? How can I map livesasscompile on the same folder? Because it will automatically map on
I have a weird problem with text alignment which I never had before. On this app: https://damdafayton-countries.herokuapp.com/ two sections of text doesn't get
I modified my tailwind.config.js to add a new custom color: module.exports ={ theme: { extend: { colors: { pepegray: { DEFAULT: "#323232" },
I have an overlay element, the overlay element is a flexbox container, there is only one item which is centered, so there is space around it. If someone clicks
I'm using React and Material UI for this, On my navigation bar at the top of the page I have several links that are anchor links: return ( <Box sx={{
I've created date picker as a button,and when hovering it, it looks messy in chrome browser. may be the reason is only because of its default
I wasn't able to find a way to change the appearance of the created form by using CSS. Here is the simple code I am using: create.html {% block content %} &l