Questions tagged as 'css3'

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

Separate CSS JSP icons

I want to separate my icons, because they are many together but I can not. By putting padding the application stays like this. Increases with and heigth by not separating icons. .redes_sociais{ padding: 30px;...
asked by 20.09.2017 / 04:25
1
answer

Problems with float css property

Personal was wanting these three elements to date the location and this green button to be side by side in the center of the screen on both desktop and mobile I need to do this with float else I can not use framework as bootstrap and nor media q...
asked by 06.10.2017 / 17:41
0
answers

How to make a dropdown menu in wordpress?

I have an html code for a site I'm developing. <!-- mega menu --> <div class="menu"> <!-- menu start --> <nav id="menu-1" class="mega-menu dark"> <!-- menu list items container --> <section class=...
asked by 12.09.2017 / 05:17
1
answer

How to do ul inline responsive?

I want to leave this code responsive, but always stop being responsive when there are two rows and three columns. nav li { display: inline-block; } nav a { display: block; padding: 1em; margin: .25em; background-color: #...
asked by 10.09.2017 / 04:57
0
answers

How to send site form to email

I need to send the form from a website to the customer's email. Image of the form: allthevalidationsareworkingproperlybutwhenIasktosenditappearsthemessagethattheserverwasnotfound;Thesiteisalreadyhostedonthehostnetserverandtheemailisoutlook:m...
asked by 14.08.2017 / 20:41
1
answer

Spacing between Background

Good afternoon. I would like to know if it is possible to give a spacing between Background-repeat. That is, I'm with something like this: Image with example My CSS looks like this: background-image: url(imagens/half-circle-brown.png),...
asked by 03.08.2017 / 22:31
1
answer

CSS Gradient Radial

I need to convert an image to css, but I can not generate the background of it using this radial gradient. Follow the picture: link Is it possible to make this same background in pure css? I tried it that way, but it did not look anyt...
asked by 28.07.2017 / 02:56
1
answer

Help with Div manipulation

Good afternoon. I need help with manipulating a Div. In theory, I just have to pass a 'curved' div over another, but not just a circle but something more smoothed, as in the print below: link How would you do that? ps: I do not have rea...
asked by 01.08.2017 / 20:27
2
answers

ChartJS - Graph going only once

Only 1 chart is appearing, even repeating the code. Only 1 chart appears. What to do ?! | *{ font-family: Oswald; } .box { margin-left: -110px; width: 170%; } .box-chart { width: 100%; margin: 0 auto; }...
asked by 21.07.2017 / 17:54