Questions tagged as 'css'

1
answer

Inline-block element drops upon completion

I have 3 elements inline-block . There are 3 squares aligned, in short. So when I put a div "daughter" in one of them, it drops and the other empty ones stay in position. It's the same with everyone. But if I put a div...
asked by 04.11.2014 / 05:43
4
answers

Warning box after div click

Hello, I wanted to know how I can when someone clicks a button to open a box in the center of the page and that the background page is blurred. I only have the button code: <a href="login.php"><div class="button"></a></...
asked by 23.02.2015 / 16:40
1
answer

Background image does not appear in div without content

I'm creating an empty div with a background image. But when I render the site, the div does not appear. I believe that the error happens for not having content in the div. In this case how could I proceed?     
asked by 25.10.2014 / 23:32
1
answer

How to make a 250px horizontal slider per click?

Good morning, I used the instagram API to display my profile photos on the website and found no carousel solution that did not conflict with jQuery from Magento, so I started to do the same thing. With the Instagram's own API I calculated...
asked by 08.06.2015 / 17:25
2
answers

Bootstrap news slider

Well, I have a problem with a slider. I have a slider with 3 news boxes and I want to run from 3 in 3 boxes, so far so good, it is already working, but the problem is when I move the device to the mobile device and changed it to block but ins...
asked by 14.05.2015 / 13:50
2
answers

Twitter bootstrap, button on panel title

I'm trying to put a button inside the title of a panel of twitter bootstrap 3, however this button is not aligned centrally vertical panel . Code:<divclass="panel panel-default"> <div class="panel-heading"> Fórum...
asked by 25.07.2014 / 20:32
1
answer

How to make images take up 100% of the browser

I would like to know how I can have a 'Gallery' like this: (HTML and CSS) link (In the OUR WOKS area) I wanted it to be the same regardless of the resolution or zoom (same as the example), that the gallery is always occupying 100% of the...
asked by 26.07.2014 / 19:32
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

accordion effect side by side

I'm going to have several guitars on the site, depending on the categories, so I put them side by side, so when I click on one of the guitars, the one on the side generates an undesirable spacing, HTML<divclass="seg-nt"> <div cla...
asked by 10.11.2018 / 20:02