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) {
....
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...
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....
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?
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...
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"...
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?
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...
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">
<...
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...