Questions tagged as 'css3'

1
answer

Input type button does not work on smaller screens

I'm editing some pages in C # and found that on smartphone screens the confirm button of button does not work. Here is the code: <input type="button" id="bt_confirmar" value="CONFIRMAR" onclick="javascript: criptografar();" class="b...
asked by 07.02.2018 / 05:38
1
answer

Place h2 and button on CSS image

I'm developing a web application and I would like to put the title <h2> and a button on an image but by placing the title and the button the image desalinha going down. Link to my application     
asked by 26.01.2018 / 01:40
0
answers

Slider with a single animated image

I would like to create a slideshow in that style , with a unique image that moves horizontally with the navigation. Does anyone suggest a plugin in this style? Here's an outline of what I want: link But as I'm starting in jquery, my code...
asked by 24.01.2018 / 13:32
6
answers

How to create geometric shapes using CSS?

How can I make the geometric shapes below using preferably CSS? If it is not possible to do using only CSS, I also accept responses with other methods.     
asked by 24.11.2015 / 17:29
2
answers

Hover in selector: before

I came across a situation, even know how to work around, doing otherwise, but I would like to know if it is possible to use: hover in an: before element, I have the following structure: <a href="" class="call-box call-info-city block">...
asked by 11.09.2014 / 20:55
1
answer

Correct font-face application

It is known that fonts of type woff and woff2 are not supported by all browsers, I am using it in my page and in the google chrome console it has problems downloading font type woff2 , no mozilla as .woff . Could you...
asked by 18.01.2018 / 22:42
1
answer

Appear border with CSS hover

I'm developing a web application and I would like it when I hover over the menu item to show a border on top and bottom of the item with the white color but it is not working. Example. Myapplication Link to go to app with problem     
asked by 23.01.2018 / 18:22
0
answers

How was CSS developed?

I'm trying to find out, but I've been researching for some time and found no reference, would anyone have an idea how CSS was developed? Was it developed with any specific language? What technology is used?     
asked by 30.12.2017 / 14:42
1
answer

How do I apply formatting on the parent element through the child element class with CSS or SASS?

I have the following structure just for example: <div> <div class="filho">teste</div> </div> I have class .filho with position: absolute ; I would like to know if using .filho I can also apply...
asked by 15.08.2016 / 15:53
0
answers

How to maintain uniform time for slides regardless of the number of slides?

I have the code below that works normally. However, with one drawback: The more images I put on the slide the faster the images change. I would like to make sure that, regardless of the amount of images added to the slide, they touch ea...
asked by 16.12.2017 / 18:45