Questions tagged as 'css3'

0
answers

error html5 css3 element does not stick with what was specified

How can I make the elements stay the same as the first column element. because they are not as desired. in the first element I have two icones one of heart and one of check , but they do not repeat themselves in the respectiv...
asked by 10.02.2017 / 22:50
0
answers

Options for Safari Browser

Hello, I use some CSS classes to align objects on the screen: height: 65vh !important; display: flex; align-items: flex-end; justify-content: center; However in Safari some of these classes do not work in Safari. I would like...
asked by 12.01.2017 / 19:35
0
answers

HTML and CSS: Insert span within Option Select

I'm trying to do the following Select: Itriedtodothis,butIcouldnot:HTML:<selectclass="form-control"> <option> <a title="Alimentação"> <span class="color" style="display: block; width:20px; height:...
asked by 04.01.2017 / 15:11
1
answer

Map opens bugged

Good morning! I have a web application, where I use a leafletjs map ( link ) and openstreetmap as tile . The map works perfectly, I can interact in any way (add markers, create layers, zoom ..), but when I access the page where the map is,...
asked by 05.01.2017 / 12:54
1
answer

Error installing plugin Font Awesome

So I've tried to do td, installed the icons in the right way as the site talks to do <link rel="stylesheet" href="font-awesome.min.css"> To add the icon I'm putting <i class="fa fa-address-book" aria-hidden="true"></i>...
asked by 28.01.2017 / 08:43
1
answer

Center the menu or 10% margin left without compromising resposivity

.nav-tabs { background-color: #ffff00; } .nav-tabs a { color: red; } <ul> <li role="presentation" class="active" ><a href="index.html">Home</a></li> <li role="presentation"><a href="p...
asked by 18.01.2017 / 16:18
1
answer

Click the link that leads to another part of the same page [closed]

I'm creating a webpage that the menu links will take to the bottom of the text and would like to use an effect to slide from point A to point B. How do I do that? Ex: When you click on the menu (go to footer) Go down to the footer slowly ...   ...
asked by 07.01.2017 / 07:25
2
answers

How to create a fixed column (col-md) in bootstrap?

I would like to keep the left column fixed, and the right mobile. Is there a bootstrap class or another technique to solve this? I tried the following: <div class="row"> <div class="col-md-5" style="position: fixed;">...
asked by 03.01.2017 / 10:16
1
answer

menu creation in html5 and css3

I created a menu with HTML5 and CSS3 so far, I left it right at the top of the screen and everything is fine, but when I open the same file on another screen the menu is no longer formatted in the right corner like I had left. Does anyone hav...
asked by 29.12.2016 / 18:27
1
answer

How to stylize the scroll bar?

Good, I have wasted some time looking for solutions to this but I do not find it, I have a scrollbar and liked to shrink its size. Can someone point me to a site or tell me what it takes to make this possible: Thank you     
asked by 12.06.2015 / 16:04