Questions tagged as 'css'

3
answers

responsive alignment on the footer

I'd like some help to align footer on responsiveness. Put the copyright down below (I already tried padding , but it disappears) and align the tabs in section(border-right) , the rest is working, I'll leave here the codepen ....
asked by 19.12.2016 / 17:13
1
answer

Overlap div over another and position in upper right corner

How can I overlay one div with another and always place it fixed in the upper right corner always in relation to the div that it is inserted? I tried with z-index e position:absolute but did not succeed.     
asked by 06.12.2016 / 15:23
1
answer

What characters can I use to define the name of a class?

I know it's recommended to use letters and the dash, but what if I want to use a teste1/10 class, what's the recommendation?     
asked by 15.12.2016 / 21:55
1
answer

Double menu with jQuery [closed]

I would like to know how I make a menu similar to this site = > link , preferably using only jQuery and css VLWS!     
asked by 13.12.2016 / 01:52
2
answers

Datapicker in Portuguese

I need to put a datapicker on a page, the same should be in Portuguese and in "dd / mm / yyyy" format. <div class="form-group col-md-2"> <input type='text' class='form-control datepicker' name="datefilter" id='data' placeholder='...
asked by 11.12.2016 / 16:55
2
answers

Colored Text CSS javaFX

I have a Button and I'm using javaFX, which I need: button text is written Search, I need 'B' to be in red and 'uscar' in default color, I've tried everything and I'm not getting do this.     
asked by 03.02.2017 / 21:27
1
answer

Mysterious padding when using CSS scale

I have a problem. When using scale() in my CSS to decrease the size of an image in the media query , it is creating a mysterious padding . Thispaddingisnotsetanywhere,ifitistosee,istheoriginalsizeoftheimage.Theimagedecreases,bu...
asked by 02.02.2017 / 12:57
3
answers

Center Web page content [duplicate]

I'm trying to create a simple, resizable HTML page in which the content is all vertically centered. But I can not centralize text boxes in any way. This code will initially be the graphical interface of an APP for Android. I am coding so...
asked by 23.11.2016 / 23:05
1
answer

Span alignment with css

I need to align the 'material-icons' with the text ('span') and the menu icon ('overflow-menu'), all horizontally. Can anyone help me? I have to do this without changing the html structure. .container { left: 0; right: 0; margi...
asked by 26.12.2016 / 17:02
1
answer

Doubts about CSS and placements

Let's suppose I'm going to position a div co_de 100px and height , (a square) so I place this square in width and margin-left 40% , square is more or less centralized, right? Now I'll put a text written "hi" insi...
asked by 22.01.2017 / 23:33