Questions tagged as 'css3'

1
answer

Responsive typography (Flow Text css)

Well, I was studying about responsive texts and found the css class of Materialize that leaves the texts responsive according to width of the screen. Open the source code to try to understand how it worked but can not, can anyone help me? //...
asked by 01.06.2015 / 22:08
1
answer

Access site on mobile without being connected to the network

I made a site in HTML5 and put it in the IDE called NetBeans I executed the project and it came with the following url: http://localhost:8383/tecmov/index.html . Through it I can access my project from another machine sinc...
asked by 17.06.2015 / 13:16
2
answers

Side menu with fixed width and content 100%

I'm working on a project, my side menu has 300px and my content is 100% relative to my menu. I apply the following style: header { position: fixed; top: 0; left: 0; width: 300px; height: 100%; } .content { position: abso...
asked by 15.05.2014 / 16:27
1
answer

CSS Effect: Floating label on Form does not work without attribute required

I'm using the floating effect on a form to move the label when the user clicks on input or select . The problem is that the feature only works if the required attribute is present. Which is a problem since not all fields a...
asked by 07.12.2018 / 18:33
2
answers

how to render unicode correctly

Good afternoon everyone! Galera, following, I have the following code "& # x25Bc" it has to render in the browser an up arrow ... however, when launching in the "content" of before, it renders exactly those characters and not the arrow symbol .....
asked by 07.12.2018 / 18:34
1
answer

Child elements receiving opacity even with the use of rgba

How can I apply a different opacity to a child element. In the example below it is working correctly, however the same code does not work with:    Chrome Version 71.0.3578.80       Firefox Quantum 63.0. body { background: url('ht...
asked by 10.12.2018 / 16:37
1
answer

css - always defines standard rule 'keyframe' when defining keyframe Error

I'm getting error in the code below that says    css - always defines standard rule 'keyframe' when defining keyframe Error It runs normally in Chrome but is not working in IE 11 @-webkit-keyframes fadeIn { 0% { opacity: 0; to...
asked by 11.12.2018 / 12:46
1
answer

How to make the background white when I select saved logins on the login page [duplicate]

Good evening guys! I have a question that I can not resolve on my own. On my login screen, when I type the login, the input background continues the way I stylized it. But when I select a login that was saved, the input background return...
asked by 14.12.2018 / 00:32
1
answer

DIV resize after being clicked

Hello! I have a page with several DIVs. which are several different news. these DIV so in a size of 300px by 250px,  I would like to know how I can by clicking on any of these div it resizes on the screen and gets bigger, making it appear all...
asked by 01.12.2018 / 22:18
1
answer

Why does my border-image not respect border-radius?

I am using a linear-gradient as border-imagem in an element, but this way the border does not respect the border-radius that I put and does not curl the vertices. I'd like it to look like this: Butitlookslikethis: Here...
asked by 02.01.2019 / 13:26