Questions tagged as 'css'

2
answers

How to put text on an image using CSS?

I need my images to have a text above with the description of each of them! I tried to touch the positions of the CSS and I'm doing well with 3 of the 4, in the fourth picture I'm getting all broken up, I do not know why: ( HTML: <div c...
asked by 19.10.2018 / 20:19
3
answers

Center a div / with image / in CSS

I have two divs : image_cancelling and image_loading. I want the canceling image to be in the middle of the screen , centered both vertically and horizontally, and that image_loading is below image_cancelling , also centered horizontal...
asked by 09.01.2018 / 13:46
1
answer

effect hover in image

I am building a gallery with images where the image has an effect of hover when hovering over the mouse, in addition to the text in the hover I would like to see a bordering to the right and below the text, that is right and bo...
asked by 28.11.2017 / 14:24
1
answer

Negative margin that does not respond the same in firefox and webkit

I have a fontawesome icon that I want to put a number on. The fact is that I've put the number but it differs a bit when you open it in safari and when you open it in firefox. this would be Safari: and this one from Firefox:...
asked by 15.01.2018 / 12:21
2
answers

Does not the "hidden-md-down" class exist in the new bootstrap 4?

I want to use the class .hidden-md-down but it does not exist in the new bootstrap.min.css. I do not know if there is one that replaces it ...     
asked by 30.11.2017 / 12:06
1
answer

How can I do a spy spy without bootstrap?

<html> <div id="navbar"> <div class="ui secondary inverted pointing top fixed menu"> <div class="ui container"> <a id="brand-item" class="item" href="index.html">...
asked by 26.06.2018 / 02:30
2
answers

Select only one checkbox at a time within a table and obtaining the data of the row marked using jquery

I'm just trying to select a checkbox while it is inside a table and get the data in the row. This is my table: <div class="table-container"> <table class="table table-hover table-custom border-radius-total-5 no-margin" id="ta...
asked by 29.05.2018 / 15:36
1
answer

Does not load the css in the hosting

I have a project hosted on a server, I have downloaded a boostrap template, to the welcome.php file of CodeIgniter I indicate the path of the .html file public function index() { $this->load->view('/design/index.html'); }...
asked by 15.05.2018 / 08:29
3
answers

How can I make the jquery run properly when loading the page?

It turns out that I have a divs filtering code, which shows me one or another element, the filtering I do with jQuery, the problem is that I want to start loading the page, do not show me all the options, if not, do not show me any and when sele...
asked by 24.05.2018 / 09:29
1
answer

Adapt image to carousel bootstrap

Hi, I have a problem with the carousel of bootstrap . I want my carousel to have carousel-inner height: 300px; but the images do not fit the size carousel-item img width: 100%; max-height: 460px; In this link is my code...
asked by 08.08.2018 / 18:46