Questions tagged as 'twitter-bootstrap'

1
answer

hover moving element

When you apply hover , it moves the elements. .iconsHab i{ color: #0098DA; padding: 5px; vertical-align: middle } .iconsHab i:hover{ color: #0098DA; font-size: 20px; } <!-- Bootstrap docs: https:...
asked by 27.07.2018 / 21:26
2
answers

Bootstrap - Change font

I have a bootstrap system and I need to change the FONT of all pages. Can you only change this in bootstrap.min.css and not have to do file by file? How to do? The font-family I need is not the default bootstrap.     
asked by 04.07.2018 / 00:50
1
answer

Navbar Bootstrap Responsible is not working!

<html> <head> <meta charset="utf-8"> <title>HARD PUNK - Strange, The Fish</title> <link href="./css/bootstrap.min.css" rel="stylesheet"/> <script src="https://ajax.googleapis.com/ajax/libs/...
asked by 25.09.2018 / 17:25
2
answers

Assign link to a modal bootstrap window

How do I get the link from a modal window? In case I want to send this link, the user clicking the link already open the modal. How do I do this?     
asked by 29.11.2017 / 20:57
1
answer

How to make element minimized or hidden in site?

What is the name so I can search as it does, of those items in html that appear minimized on the page. for example: In an html site in your home on the right side near the window bar has a cropped image that when you click on it it slides to...
asked by 08.11.2017 / 19:15
1
answer

Layout with 3 columns in CSS

Does anyone know where to find material where I can have a north of how to make this color effect in the photos and how to divide into 3 columns with texts on the background image?     
asked by 05.07.2017 / 01:04
2
answers

Change content according to screen size [duplicate]

I have a link with text that is normal when it is displayed on the pc, but very large for mobile phones (where I would use only one acronym). I need a way to change the text according to the size of the display. I have already tried to know ho...
asked by 17.05.2017 / 19:14
2
answers

Send input value to modal

I need to get the value of an input and send it to a modal bootstrap. I did a test but I do not know what I'm missing. <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv...
asked by 07.04.2017 / 22:14
1
answer

Change content by hovering the mouse on a div

I need to make when hovering on a div it changes the content on the side theimageexplainswellhowtheprocessshouldbedonewhenhoveringoverthedivshouldchangethetextsonthesidewouldliketoknowifitispossibletodothiswithhoverfollowmycode:<divcl...
asked by 14.02.2017 / 17:52
1
answer

Transparent Navbar Bootstrap

Good afternoon, How do I make my page start with the transparent navbar and when I scroll down it becomes like "inverse"? I already tried to give background-color: transparent !important , but it was strange, as for the scroll, I did no...
asked by 26.02.2017 / 20:22