I'm setting up a css with Tooltip , it's working fine. But I want to put a small set in the Tooltip balloon, and it's not working. I've tried creating the following class .tooltip::after{ but I think I'm doing something wrong...
I'm trying to fix an error in my site to leave h3 in the center of the section, I've tried several methods, I do not know if it can is error or another.
CSS is this:
.BlackSky{
background-color: #1C1624;
width: 100%;
height:...
Is it possible, via css, html or jquery to create such a chart?
Actually, the problem is to make the arrows.
If anyone has ever worked on something like that to give birth, I thank you.
I tried to make a navbar that at the beginning of the page is transparent and when scrolling the scrool it changes the nav background to black (ex).
code:
*{
padding: 0px;
margin: 0px;
box-sizing: border-box;
}
.header{
width: 100%...
link
I have a problem on the toggle button and I'm not figuring out the reason, when I click on btn-Help it was to appear another help-body div, but it is not working.
My initial site has an html start:
<header class="headd">
<div id="divcentral">
<a href="index.html" id="linklogocentral"><img src="img/logo.png" id="logocentral"></a>
<h1 id="titulo">Luk...
Hello, I have a problem with this basic CSS, I have a 100% parent div, I need the first child to stick to the left, the other one in the middle and the other one to the right.
I tried something with nth-child but it did not serve me much becau...
Friends, I have these tabs, I already tried some css codes to leave a background color on the tabs, but when I use the codes it changes the whole background, I want to change only the color of the tab that is selected.
<html lang="en">...
Personally I've made some modifications to my site just in CSS. However, it does not update the modifications except that I realized that by taking the 'https' and putting just the 'http' it modifies, it is as if I were configuring the site only...
I'm trying to change the name of a column in my table through css, I tried something like:
th#colunatableprod:nth-of-type(1):before { content: "Produto"!important; }
My table:
<table class="table">
<thead class="black white-...