Questions tagged as 'css'

2
answers

Put an icon with css in a div

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...
asked by 04.08.2016 / 14:43
5
answers

Center H3 in section

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:...
asked by 29.04.2018 / 00:43
1
answer

Graphic in css or jquery

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.     
asked by 03.05.2018 / 23:26
2
answers

Navbar changing color to scroll

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%...
asked by 03.01.2018 / 13:59
2
answers

Problem with toggle button

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.     
asked by 28.12.2017 / 19:55
1
answer

Div moving on the screen change

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...
asked by 11.11.2017 / 03:55
2
answers

3 Div's 100%, 30% each, one on the left another in the middle and another direct

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...
asked by 27.11.2017 / 14:38
2
answers

Change the color of the tabs when selecting them

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">...
asked by 11.04.2018 / 16:17
2
answers

My site does not update CSS

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...
asked by 10.03.2018 / 02:10
2
answers

Rename a table column with: nth-of-type

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-...
asked by 02.10.2018 / 21:38