Questions tagged as 'css3'

1
answer

Keeping a list with alternate backgrounds when searching

I have a list with gray background in the item: nth-child (odd) but when I do a search is inserted a display none in the items that do not contain anything related and ends up messing the order of the colors, I need them to be rearranged accordi...
asked by 20.11.2018 / 02:59
2
answers

Page with Horizontal Navigation

I'm challenged to build a site using Bootstrap + Wordpress, however I need my container to have horizontal navigation. How do I do this in Bootstrap?     
asked by 13.06.2014 / 16:27
1
answer

Stylize dots of a slide

I'm about to develop this screen with html and css and I needed to know if it's possible to create a slide with these dots or if it's done in another way the idea is to click on these links and it changes the background image would be a slide le...
asked by 03.01.2019 / 13:31
1
answer

CSS - Position: relative; VS Position: absolute;

Good evening guys, I'm having a problem about letting my site be responsive. What happens is this ... I have my menu, which contains 2 LI " ADD VALUE ," CREATE ROUTINE ". And I want to make them responsive, the NAV they are in, I was ab...
asked by 18.12.2018 / 02:32
1
answer

Placing outline in USEMAP HTML5

I want to put border or outline on the image map in HTML. I tried using: map area{outline: 1} But it did not work!     
asked by 06.10.2018 / 17:56
1
answer

The target of CSS selectors with pseudo-element :: before

Hello, I'm studying CSS3, and in a given tutorial, I looked at all of it, and I did not understand the point where ::before was used along with the checkbox, in which the content property was added. Follow the code below...
asked by 30.09.2018 / 05:37
1
answer

Positioning elements on the screen

How to position the elements without breaking I have a screen with some inputs , I'm using bootstrap and defining the sizes of the fields, but they are still broken as in the following image. IneedthemtobestraightandwithLabel...
asked by 06.11.2018 / 18:46
1
answer

How to stylize an element that is not a child of the element used in the selector

I have the following code, where I want to, when clicking on toogle (which is a input[type=checkbox] ), another element, which is a class of another div, below, is stylized. In the code that follows, I make an attempt using the general bro...
asked by 02.10.2018 / 05:56
1
answer

Display image within div

I have a div an image. It would be necessary to display part of the image (centralized, for example) and decrease the size of the div. If I give a hidden overflow with 50% width in some div above the image, it works, but there is a hole that...
asked by 10.07.2018 / 17:08
2
answers

footer "fixed" at the bottom of the page, but after the content

I currently have the following code: html, body, .content{ height:100%; } nav { height: 15%; background-color: red; } footer { position: fixed; bottom: 0; width: 100%; background-color: rgba(0,255,0,0.5); }...
asked by 30.07.2018 / 16:48