Questions tagged as 'css'

1
answer

Problem with the display

Good here I leave my next code: <!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-U...
asked by 14.01.2018 / 19:14
1
answer

How to give good appearance to the form on my website?

I am trying to create a contact form which shares the screen with my personal data: name, address, etc. Osea my data on the left and the form on the right, leaving margin between them and left and right of both. Once they showed me (Alvaro Monto...
asked by 12.12.2017 / 01:08
2
answers

How to do a responsive using Percentages?

I am looking to do a responsive scalar way using percentages example: (33.3%, 50% 65% 100%). to degrade the width of the screen .container{ align-items: center; } .cajas{ float: left; background: brown; width: 100px; text...
asked by 27.12.2017 / 17:44
2
answers

how to generate divs with css Skew and images inside

Hi, I'm wanting to put together a gallery like the example page that I attached guide page where TOURNAMENTS says it's a carousel and it has images in diagonal with hovers, put together a small example but I can not make the images go straight...
asked by 15.12.2017 / 19:19
1
answer

move the end of the rectangle

the base of the rectangle should not move or unless you do not notice much, I just want the end of the rectangle to move. I want to simulate a robotic arm Note: The end is the left side body{ padding:100px; } .div{ anima...
asked by 06.12.2017 / 15:07
1
answer

Position element with CSS (z-index does not work)

excellent day everyone, I hope you can help me I want to position the cloud below the element that looks darker, but unfortunately I have not been able to achieve it, it is worth noting that I use z-index both in the cloud and in the container b...
asked by 11.01.2018 / 00:09
2
answers

Align two lower left and right margin buttons

I have a body with X detailed information collecting data from several .php files with connections to a database. I want to add to this file .php two buttons, "Back" and "Next". I want both buttons to be in the lower left margin (Back) an...
asked by 22.11.2017 / 00:13
1
answer

background in event focus in tag a html

I'm doing a kind of icon panel where the user can select an icon, what I want to do is that when the user selects the icon it lights up (this is done only when I mouse over the icon but it does not remain illuminated when I select it and it is w...
asked by 21.11.2017 / 00:08
1
answer

How to fix my website?

I'm trying to create a small web page with a header, where the navigation menu is with three objects, one of which has drop-down, left column and right column. How should I make the elements of the navigation bar look horizontally and not vertic...
asked by 14.11.2017 / 14:48
1
answer

Play different videos on a div without reloading the page

I need some help, I would like from the same page to play several videos, I explain better in a div put a player and next to several buttons that every time you click on the button loads me the video of that button on the div without having to r...
asked by 16.10.2017 / 04:57