Questions tagged as 'css'

2
answers

Horizontal ruler with text

I would like to know how I could make a horizontal ruler in HTML or CSS with a text in its center. I know only the <HR> of HTML command, but it does not seem to leave me with a text in its center. Does anyone have any suggestions...
asked by 15.02.2016 / 18:55
2
answers

Grid styling for gallery using flex display

Well, I'm trying to create a gallery, in the template below, however, I need to use display:flex , how can I accomplish this? I thought about using float, but I remembered that the flex display ignores any float: /     
asked by 08.09.2017 / 21:09
1
answer

How to use two css files in an html

How can I use two CSS files in an HTML file, but one of the CSS files is only used in div . I have a CSS file to style the page, but I needed another CSS file to be able to style a div in the middle of the page. Because I'm te...
asked by 26.11.2015 / 18:37
2
answers

Make div appear when right-clicking

I use the (hover) function to make a DIV appear, I wanted to know if I can make it appear when I right click. That is, a child DIV appears when I click a parent DIV with the right button. Here's an example I'm trying here. .pagina {...
asked by 12.04.2016 / 18:55
1
answer

How to force Highcharts to show all points?

I use the highcharts API to generate graphs from information collected in a database, the problem is that when it comes to many points in your series, it HIDES and GENERATES a Mean in periods. . See the example in this jsfiddle . The highe...
asked by 20.04.2018 / 16:25
2
answers

li's goes up and down one after one

So I have the following ul HTML <div class="atividades"> <ul> <li">Agência Funerária</li> <li>Funerais</li> <li>Cremações</li> <li>...
asked by 19.04.2018 / 17:42
1
answer

input: checked is not applying properties

I'm developing a responsive menu using css3 (I can not use JS), and I'm having a problem that's keeping me from moving forward, the problem is this: input:checked ~ nav { display: none; } But the property is not applied to the nav when th...
asked by 17.11.2016 / 22:54
1
answer

CSS renders BODY tag even without the TAG existing

I have an HTML file which I set as follows <!DOCTYPE html> <html lang="pt-br"> <head> <title>Prompt</title> <meta charset="UTF-8" /> <link rel="stylesheet" href="style/prompt.c...
asked by 29.10.2016 / 18:01
2
answers

Set css with php according to browser

Earlier today I did this question. What I need to know is how I can do something like this: Check whether the browser is Safari or not. If it is, section#internal.services aside ul li a should receive this css: CSS...
asked by 17.07.2015 / 20:50
1
answer

How to do "position: fixed;" at the top and stand on top of everything?

I'm needing a fixed div at the top of the screen (until then, just use position: fixed ), but not overlapped by other divs and images. She has to stay on top of everything. "Organization": <html> <head> [brain] </head&g...
asked by 21.10.2015 / 00:02