Questions tagged as 'css'

2
answers

Small Font - PhoneGap

I can not get the font to be good in PhoneGap, I have already tried to use%, px, in and nothing solves it. The source code is: .header-page p { text-align: center; color: red; /* font-size: 22px;*/ font-size: 100%; text-s...
asked by 03.06.2014 / 20:01
0
answers

Plugin javascript or jquery estrelinhas [closed]

Note:    I do not know if you can ask this question here, if not! Please disregard / delete. Does anyone know of a plugin that I can do this screen (the rating): WherethisratingI'mtryingtodo,Ifoundthis plugin and I'm reading his doc...
asked by 04.09.2014 / 21:41
4
answers

How to soften the font with CSS in Chrome?

I have a "cracked" font problem in Chrome, so it looks like the tips are pixelated. To help, I'm posting two images IE : Chrome: My CSS that calls the font: @font-face { font-family: "Helvetica-nw"; src: url('../fonts/Helv...
asked by 12.03.2014 / 19:36
2
answers

Position absolute within an overflow hidden

HTML: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>JS Bin</title> </head> <body> <div class="box"> <div c...
asked by 22.02.2018 / 19:00
1
answer

Text and image HTML / CSS - Also responsive

I would like to do this with HTML/CSS . The texts, one on top of the other, with a button down and an image on the side. OBS. : You have to be responsive; The image may be up or down when switching to the responsive, but the text...
asked by 02.04.2018 / 17:12
1
answer

How can these DIVs be the same height, but with their contents different?

How do the divs below have the same height always? The content is dynamic, the content of the first time will be larger, the second time, I could use tables, but the content is not tabular. <div style="border: solid; height: 200px;">...
asked by 26.04.2018 / 21:31
2
answers

TV style information bar (similar to tag marquee) [duplicate]

I need to make a TV channel style information bar that goes from right to left. I have the text that comes from the database and as it is a long text would need to be looping. I'll use it on a webpage.     
asked by 20.04.2018 / 20:09
3
answers

How to solve this situation in the layout part? [closed]

Iwouldliketoknowhow,throughthePhotoshopCS5(CS6)toolsIcandoeitherwhiteorblackcomeinthecolorpointedbythehexadecimalcodewhichisalsothelargercolorimage.ItriedtogettothisresultusingtheHue/SaturationtoolbutwithoutsuccesssinceIdonotunderstandanythingab...
asked by 06.08.2014 / 20:06
3
answers

how to vertically center a h2 tag inside the div

I would like to leave the text that is inside these% vertically centered% <div class="col-md-2 buttom-area"> <div class="text-center button-disciplina button-border"> <h2>Realizar Chamada</h2> </div> <...
asked by 29.03.2018 / 19:43
0
answers

Ideas for a question involving html and css [closed]

I'm developing an app where users can send photos that works as follows: The app When a user chooses multiple photos through a loop, a form is generated for each photo to fill in the title and description. The code <div class="...
asked by 05.08.2014 / 23:51