Questions tagged as 'css3'

1
answer

How can I use the pseudo css elements

Following a css3 tutorial, I learned how to place icone inside the inputs. The dev that I was teaching used an example of 2 inputs to put 2 icons 1 in each input. In this case, you used the following pseudo elements: .form-group :: before...
asked by 04.05.2018 / 11:55
2
answers

Carousel with only CSS: problems with centering and setting size

I have a carousel created with only CSS, but I have identified some difficulties. All images are in the 4: 3 aspect ratio and can have up to 640x480 px (that is, they may be smaller than this value), so: I can not center the next and previ...
asked by 12.11.2016 / 20:26
1
answer

Delete table row by checkBox

I am trying to use a checkbox to delete multiple rows from a table created by javaScript with input information. But I do not know how to make it recognize the DT to can perform the delete function (Button); function adicionarItem() { v...
asked by 23.08.2017 / 16:29
1
answer

How to center the two squares inscribed in the largest square with CSS?

I would like to leave the three squares of the code below, centered symmetrically in relation to the center of the largest square that has the black background. .box{ height: 100px; width: 100px; background: pink; margin:0 auto;...
asked by 30.09.2015 / 01:04
1
answer

Adjust Div position in CSS and HTML

I have a report that is mounted in html and css on A4 sheet size in landscape format. Everything works perfect. However I can not align the tables side by side. I want to align all the tables (divs) below one next to the other: CSS: bod...
asked by 13.06.2018 / 20:52
1
answer

What is the best way to do @Media for responsiveness

I was reading / researching how to apply responsiveness to websites for any type of platform and found this post right here on Stack @ Media This has left me some doubts: Is the content of the link still valid? Do I really have to cr...
asked by 06.06.2018 / 14:26
1
answer

Box shadow appearing from right to left

I have the following link code that is now exactly as I want it. Except because I want the hover effect to appear from right to left. How could I do it with box shadow? Follow the layout to get an idea. I'm breaking my head but I h...
asked by 23.10.2016 / 18:39
1
answer

How to position button and .page-header in the same row (inline)

I'm using the bootstrap for a simple dashboard and would like your help regarding the positioning of certain elements on the page. I would like to position the save button along with .page-header . But this class has the display:...
asked by 04.11.2016 / 00:21
1
answer

Bootstrap 3: left tabs no longer work?

Hello, does not this code work in Bootstrap 3? <div class="tabbable tabs-left"> <ul class="nav nav-tabs"> ... </ul> <div class="tab-content"> ... </div> </div>     
asked by 12.05.2015 / 16:13
2
answers

Sharing button for linkedin

How can I make a button for sharing to linkedin? I did facebook, google, twitter and whatsapp but I'm not getting it. For example look at this one from facebook: <script type="text/javascript"> var win = null; function novaJanela...
asked by 07.08.2015 / 19:36