Questions tagged as 'css3'

1
answer

Sesgar div with css

Good morning, I have been investigating a bit about how to do the following, but what I have found although it is similar to what I want to achieve is not exactly what I am looking for, what I am looking for is to skew a div and that the result...
asked by 23.08.2018 / 18:28
1
answer

Change color to accordion of Materializecss

I have an accordion from Materialize that when clicking shows a table, what I want to do is that when I give in the "title" (the div that has the collapsible-header class), I change the color class of that same div and when I click to return to...
asked by 19.04.2018 / 19:36
1
answer

Accommodate a closing X of the Bootstrap Menu

I am making a hamburger menu in mobile version (it is displayed when you shrink) and I am having problems with the X when it closes, although everything works well the problem with this menu is that when it opens and the X appears, it becomes mi...
asked by 08.05.2018 / 17:17
1
answer

Resemble the style of a select in different browsers

I have a select which has some established styles. The problem is that I visualize it differently in Chrome and in Firefox and I would like to have a style at least similar or similar. The code I use is: #seleccionar{ ba...
asked by 24.05.2018 / 23:55
1
answer

Fill an SVG using "fill"

When I have, for example, a hexagon made in SVG, which has only the edge drawn ... And when I do a: hover that hexagon is filled with the color of the edge ... How can I use the attribute (if can you call it that) "fill"? Imagine a hexagon wi...
asked by 06.04.2018 / 16:55
2
answers

I'm not running my CSS file

Is anyone able to see why I suddenly do not read the CSS files? I guess it will be an absurdity but I look at it and I do not see where it fails me. I made a very simple base to then work with php and databases, then I went to modify the aest...
asked by 02.04.2018 / 18:38
1
answer

I do not recognize the css for IE

I am trying to create some CSS for IE since there are several things that are out of line with me and when I create the CSS, I do not recognize the CSS and it does not do anything to me HTML <link href="/Content/site.css" rel="stylesheet...
asked by 12.03.2018 / 09:49
1
answer

The bootstrap navbar 4 is not transparent

The Navbar of bootstrap 4 is not transparent to me, try placing a class called to the navbar called <nav class="my-navbar"> And remove the color in the CSS in this way: .my-navbar{ border:0px; border-radius: 0px; background:none;...
asked by 17.03.2018 / 04:35
1
answer

Why does not the transition work in this example?

Why does not the rotation transition work? what am I doing wrong? #circulo { position: relative; width: 15%; padding-bottom: 15%; background-color: rgba(255,255,255,1.00); border-radius: 50%; } #subcirculo1 { position: absol...
asked by 22.02.2018 / 23:23
1
answer

Div and Responsive Content

Requirement Create a responsive div, that is, change the size of the content but the location is exactly the same, in my case, that changes the size of the bus and at the same time the size of the heads, maintaining the location. In this...
asked by 01.03.2018 / 14:19