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...
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: /
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...
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 {...
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...
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...
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...
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...
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...