298 questions
2 votes
1 answer
94 views
mask-image causes backdrop-filter to fail
I'm trying to apply both a mask-image on a parent container and a backdrop-filter: blur(44px) on a child element. But it seems that when the parent has a mask-image, the backdrop-filter effect on the ...
0 votes
1 answer
28 views
i cant seem to load fonts using the unicodes
when i load a default icon(box) is loaded in placement of the icon i wish to use(a searchbox). The icon i am using is from fontawsome and its my first time using it. I tried using google fonts and got ...
1 vote
0 answers
47 views
How to validate written css code is valid css or not?
I'm working on a project where the user can write custom CSS which will be applied to his website. My concern is how can I validate that CSS code, whether it is right or not? I want to implement a CSS ...
0 votes
2 answers
679 views
How to hide title and link html tag using css
I have been trying to hide title and link tag using internal css, but it is not working. <link rel="shortcut icon" href="./favicon.png"> <title>app · Streamlit</...
-1 votes
2 answers
283 views
I want to create hexagon with css. created it but its doesn't match my required design [duplicate]
#hex li { list-style-type: none; position: relative; float: left; width: 25%; padding: 0 0 30% 0; -o-transform: rotate(-60deg) skewY(30deg); -moz-transform: rotate(-60deg) ...
-1 votes
1 answer
51 views
advanced hover button
I have no idea how to do this effect.
0 votes
3 answers
49 views
Not able to create margins in css
I am working to create the page mentioned here : https://github.com/jhu-ep-coursera/fullstack-course4/blob/master/assignments/assignment2/Assignment-2.md going step-by-step to get a good understanding....
10 votes
1 answer
19k views
migration from bootstrap3 to bootstrap 5
I have build a website in bootstrap 3. I started to convert it to bootstrap 5. everything is break on my website, is there any easy way to convert from bootstrap 3 to bootstrap 5. or is there any ...
-3 votes
1 answer
480 views
How to make a wavy line from one element to other element [closed]
I just want to know if its possible to make a wavy line from one element to another element that they looks connected because of the line? I wanted to look like this: Pls check the image here wavy ...
0 votes
1 answer
747 views
Fix a SPAN position inside a DIV using CSS irrespective of screen size
I have a requirement where I need to design a search box with a search icon. I've written below HTML code and CSS class to achieve this. It is working fine on a 13" screen. But when screen ...
0 votes
1 answer
649 views
how to set element in a specific position for all devices as responsive
I have a web application that is going to become a app for smartphones . so it must be too Responsive . and now my question : I have a parent div and 4 Child .I want to get down last one till it make ...
0 votes
0 answers
28 views
css3 transform width hover do not working?
I'm trying to animate the width of the span inside the an of this link. The same demo: https://www.khaneyeax.com/en .lang { background-color: rgba(255,255,255,0.1); left: -130px; top:...
0 votes
1 answer
82 views
:active pseudo-class does not work correctly
I have the below code that modifies div.ball when a label is clicked: $("div.btnyesno").find("label.yes").click(function() { $(this).parents().eq(1).find("div.ball") ...
1 vote
1 answer
4k views
how to shine the background color (glossy)in htlml and css
I have created the dashboard using angular and I have placed the background color of balck and greay usig linear-gradient,but it is not looking good. I want to make my dashboard background as shiny ...
-1 votes
1 answer
52 views
idea about project in html
The general idea of the project as desired 1- The project consists of more than two pages 2- It contains html5-and-css3 3-Need to contain a page that contains a form that is relevant to your project (...