Questions tagged as 'css3'

2
answers

How can I remove the items from the list by clicking on the x?

I have a list with the header to do whose elements I can pass to the list that has the header Done: It works correctly for me to move the elements from one list to the other, but I'm not sure how I can eliminate the item from the list that I...
asked by 13.11.2017 / 03:57
2
answers

My footer leaves the body, and an article is not shown

For some reason that I can not understand my footer, declared inside the body, it shows me out! And here is the footer, outside the body My HTML follows this structure: Body Header /Header Section main Article1...
asked by 21.10.2017 / 13:07
2
answers

Give 100% responsive web screen

I have these measurements in normal .centrar{ width:65%; margin:auto; text-align:center; } in the responsive I put @media (max-width:800px){ .centrar{ width: 100% !important; height:80px; border:1px s...
asked by 02.10.2017 / 12:59
2
answers

text-shadow circular below the text

I am trying to create the shadow of a background text in a circular way, but I have not been able to achieve it, I have only had the normal shadow. Next, I'll leave an example of what I'm trying to get I only get this link     
asked by 04.10.2017 / 00:17
4
answers

Background that occupies the width and height of the screen

Good morning I wanted to make a vertical web page to practice, and I found this one that I am following as a reference: Link to pag. reference website . How did you do for the initial background image, of your feet occupy exactly the widt...
asked by 08.09.2017 / 19:41
2
answers

How to center these elements

Good, I am trying to center the titles "My skills" , "That we can encompass" and also the set of images below . The problem is that if I put a text-align:center to your container, the paragraph also focuses on me and that does not...
asked by 09.09.2017 / 21:59
1
answer

show selected file modified file file

Good morning: I am trying to customize the input file of a form, but when I put the corresponding styles, it is modified well, when I give it to select the file the window opens, but when I select it, then the name of the file does not appear...
asked by 03.11.2017 / 11:24
2
answers

Doubt with CSS and screen margins

I have a js file that I load on each project page and that analyzes the resolution of the screen. if ($(window).width() > 1024) { //Aqui cargara una hoja de estilos para resoluciones mayores a 1024 document.write('<link rel="stylesheet"...
asked by 14.08.2017 / 19:40
1
answer

Why is visibility not changed? Javascript

I made this code: document.addEventListener("DomContentLoaded", function(){ var home = document.getElementById("home"); var set = document.getElementById("settings"); var binds = document.getElementById("binds"); home.onc...
asked by 12.07.2017 / 05:07
3
answers

Resize image in CSS3

Good morning everyone, I'm trying to put a background image in CSS3. In this case, I put the following: HTML <div class="seccion_1" ></div> CSS .seccion_1 { background: url('desarrollo/equipo.jpg') no-repeat; backgro...
asked by 19.08.2017 / 16:46