Questions tagged as 'css'

1
answer

Remove separation between cells

How can I remove or close the separation between the buttons and between the two links? This separation I frame with arrows (I have enlarged the image to make it look better). <!DOCTYPE html> <html lang="es"> <h...
asked by 10.03.2018 / 12:30
1
answer

Javascript code does not make CSS transitions

Hello, I have a javascript code that opens a window, and I have its css with the background transitions and everything but I do not realize them .. Could someone tell me why? Thanks function jmgModal(id1, data, ok, input) { data=dat...
asked by 21.03.2018 / 10:47
1
answer

How to give my style to the footer, with an image ...?

Hello, I am trying to give the style to my footer, of the image that I show giving the sensation of realism, as if the grass grew upwards. I thought that it would give impression of movement like a git, I do not know if that will be possible, wi...
asked by 09.02.2018 / 20:11
2
answers

Table nested in html

I am trying to make a card format in HTML for which I am nesting tables. The problem is that one table is being mounted on another. What mistake am I making? <!DOCTYPE html> <html lang="es"> <head>...
asked by 09.03.2017 / 04:13
2
answers

keep the content centered on a defined layout?

LAYOUT ACTUAL I have an already defined layout which consists of a container (.container) that centers all the content of the page, of the rows (.row) which help to create horizontal divisions inside the container and the columns that help...
asked by 06.02.2018 / 03:01
2
answers

Place inputs vertically using flexbox

Good I created a small contact form and I do not understand why the inputs not are placed by columns. To try that I use flexbox , specifically to the container of inputs with identifier id="Fila3Formulario" , I dec...
asked by 28.01.2018 / 14:03
1
answer

Hover effect in C # panel

Is it possible to perform this animation effect CSS in a WindowsForms C # panel?    I do this, but obviously I do not get that result: private void panel_MouseDown(object sender, MouseEventArgs e) { panel_tit...
asked by 15.01.2018 / 22:43
3
answers

How to put responsive images

I'm developing a web page with laravel, the problem I have is that I used a template that already had everything ready, but of course I wanted to replace the images I brought with some custom ones, but when I make the browser small or "pick up"...
asked by 03.07.2018 / 09:41
1
answer

How to center a menu

Hello everyone, I am trying to focus these div but I could not and I would appreciate your help. * { margin:0px; padding: 0px; } #header { margin:auto; width:600px; font-family:Arial, Helvetica, sans-serif; } u...
asked by 03.02.2018 / 18:28
1
answer

Bootstrap Change color dropdown?

Good morning, everyone. I'm trying to change the color of the dropdown using Bootstrap 3. "C_name" looks white when you have the mouse on it: When the mouse is removed it looks gray: What I want to change is the color gray to oran...
asked by 13.01.2018 / 14:48