Questions tagged as 'css3'

2
answers

What kind of measure used at the time of building a site for width, height etc ...?

What type of measure is used when building a site, such as width and height. If it's pixel, percentage, dot, centimeter?     
asked by 29.01.2018 / 01:29
3
answers

Code to send message to email by push button

I already have the form with the message box and etc, I already have the send button, but I need the code to when I click send, the message will be sent to a certain email. My code: <form action="#" method="post"> <div class="c...
asked by 06.10.2016 / 17:58
1
answer

Complete Regressive Chronometer in Pure JS - Problem Counting

People, I am creating a regressive timer with the buttons (start, pause, reset, restart and save time) with the initial time being set in an input as well. I searched several times in various posts in the .stackoverflow and other internet fo...
asked by 20.05.2017 / 08:29
1
answer

Responsive image alignment with Bootstrap

I'm having a hard time aligning a responsive Bootstrap image. My image is with the class ( .img-responsive ) properly applied and inserted inside a row and a div with class .col-md-12 . When I apply the class ....
asked by 03.10.2015 / 08:19
2
answers

Dynamically change the text color based on a background color

Galera, I have this code where it generates a kind of link theme and I'd like to apply that code to it for that the text contrasts with bg, How can I do this because my bg and the color of the text are random? But I wanted the code to give...
asked by 22.07.2015 / 19:25
3
answers

Responsive horizontal list that fits 100% width of the parent div

I've created a list with some social networking buttons, but the last button is from whatsapp, and I do not want it to appear in the desktop , only in mobile . So I created this media query: @media (max-width: 600px) { .socialshare-lis...
asked by 22.07.2015 / 15:50
2
answers

Div or image appears only inside another

I would like to put a div or an image (preferably div, if it is possible) inside another one, for example, I wanted the Div not to appear outside the other if it is surpassing behind. href="https://i.stack.imgur.com/XBKF2.png"> In the examp...
asked by 07.07.2016 / 16:22
1
answer

Button that expands on hover with CSS Transition

I'm trying to make a button, which does not% expand, and show the rest of the button. Here is an example of what I want to do (the button is a simple hover ): h2:before { content: 'Testando'; font-family: Arial; background-color...
asked by 15.05.2014 / 04:27
2
answers

Centralize DIV vertically with no fixed height in CSS

There are several ways to centralize the content of a <div> vertically. However, when it comes to a height other than in pixels, people are beginning to wonder if there is an efficient method for doing this. I created a form that...
asked by 11.02.2016 / 16:28
2
answers

How to remove automatic comments generated by Compass?

I write the code in SCSS, and when I generate the CSS it comes with comments of where the Class or ID is in my SCSS. Does anyone know how I can remove these comments generated by the compass from my CSS file?     
asked by 10.03.2014 / 20:07