Questions tagged as 'css'

2
answers

Navbar scrollbar does not appear in another width

I used the code below to change when the menu button for mobile was displayed and worked, but the scroll bar does not appear in this size. What can I do to display the scroll bar? If need be I will put images. @media (max-width: 991px) { ....
asked by 12.01.2017 / 13:21
1
answer

Text with background-color and transparent color

I need to apply a color: transparent to an element that has background-color: #fff . I've tried to apply a opacity: 0 but it applies to the element all of that, even in the background. My current html: <strong>mat...
asked by 14.11.2017 / 19:45
1
answer

How to add an external source in an SVG?

I have a logo that I made in SVG , in file .svg external, which uses a text with the name of the company, whose source is Open Sans Light . On my machine it works normally, due to the fact that I have the font installed....
asked by 22.11.2017 / 13:38
1
answer

Rounded border on Chrome buttons iOS

I recently updated my Macbook here and now all the buttons on my site are with the rounded border. I found it to be some CSS bug, but no, getting into my Windows computer is normal. Can anyone tell me what's going on?     
asked by 16.11.2017 / 19:14
2
answers

a: hover stops working with: visited or: link

I made 5 links and set them to change color, using a:hover and a:visited . The problem is that when I use a:visited , the a:hover settings stop working, so do I use a:link . What exactly am I doing wrong? <di...
asked by 30.08.2015 / 03:47
1
answer

Modal occupy entire screen

I have the following Modal and I want it to occupy the entire screen / or most of the screen: <div class="modal fade" id="treinamentos" tabindex="-1" role="dialog" aria-labelledby="alterarLabel" style="z-index: 1100;" data-backdrop="static"...
asked by 19.01.2016 / 20:15
2
answers

How to make a progress bar with steps?

How could I make a progress bar of steps using html5, css3 and js? An example to make clear what I need to do: I have a preference for zero, but is there a library ready for this?     
asked by 14.08.2015 / 17:45
1
answer

How do I call a font variation in CSS?

How do I use the OPEN SANS font variation? Example: <script src="//use.edgefonts.net/open-sans-condensed:n3,i3,n7:all; open-sans:n3,i3,n4,i4,n6,i6,n7,i7,n8,i8:all.js"> </script> I want to use the font variation: i3...
asked by 06.11.2014 / 22:08
1
answer

By divs next to bootstrap

I have 5 divs, I want them aligned on the same line ... However the div div is not aligned ... <section class="content"> <div class="row"> <div class=" col-xs-2 "> <a href="#" class="thumbnail"> <...
asked by 04.12.2018 / 03:49
2
answers

Add attribute via CSS if element below contains x element inside

Hello! I do not know if I could be very clear with the title of my question. But my question is with the following code: <div id="newsletter" class="col-sm-12"> <div class="news-title"> <i class="fa fa-envelope hidde...
asked by 06.09.2018 / 14:17