Questions tagged as 'css'

1
answer

Change the AdminLTE Skin

Hello colleagues I would like to change the skin of the AdminLTE Template through a menu, by that I mean that I create a menu where the different skins that it brings appear and when they change without changing the CSS class, modifying it every...
asked by 05.06.2018 / 20:33
1
answer

Maintain hover effect when selected

I have a problem to keep the effect hover , I look for when clicking that the image maintains the hover effect, and if I select the other image the effect of the first image is removed, and the second image maintains its hover effect . Tha...
asked by 06.06.2018 / 18:54
1
answer

How to clone a single element of a class in jquery?

Hello! What happens is that I have the following html code that is to create dynamic objects: <!doctype html> <html lang="es-mx"> <head> <style> .opcion{ width: 100%;...
asked by 22.06.2018 / 20:25
1
answer

Center divs within a div

I want to center the circles within col-md-12 the bad thing is that when I put margin:auto does not allow space between them: Now try with display:flex and you can not, nor with margin:auto . This is the ex...
asked by 16.05.2018 / 02:07
1
answer

How to create a background that is not square?

I want to create a sloping background to make my site more attractive in general. A pretty clear example is the red background that has this site '' link ''. Enter your css code but I can not find where you put that fund.     
asked by 26.06.2018 / 20:35
1
answer

div within another occupy 100% of the width of the container and position absolute

hello guys I'm sure this question is easy I have 2 divs one is 450px wide and inside that I have another div that I want to occupy 100% of width and have an absolute position, but when you place position absolute you get of the container here my...
asked by 09.07.2018 / 23:58
1
answer

Align items using flexbox

Greetings to the whole community, I'm entering the world of boostrap, I need help to align 6 items by flexbox so that they are like a staircase, then I show a photo of the items ! Items to order 1 This I already did with only 3 items th...
asked by 26.04.2018 / 22:41
1
answer

place image by after (css) that the footer is on top

How do I place an image in such a way that the footer is on top of the image? this is the css code that I have body::after{ content: ''; position: absolute; background: url(../img/sheet_b.png) no-repeat; width: 100%;...
asked by 28.04.2018 / 05:52
1
answer

Accommodate a closing X of the Bootstrap Menu

I am making a hamburger menu in mobile version (it is displayed when you shrink) and I am having problems with the X when it closes, although everything works well the problem with this menu is that when it opens and the X appears, it becomes mi...
asked by 08.05.2018 / 17:17
1
answer

Hide forms in Laravel 5.5 only visually

I am doing a project in Laravel 5.5. I have the following form to edit a post: The idea is that the only forms that the user can see are the notes and the description. The rest of the other fields will already have a value in the database...
asked by 16.04.2018 / 05:06