Questions tagged as 'css3'

0
answers

What capacity should I acquire hosting to store a simple web page? [closed]

The page only allows viewing content and is made with php, css, javascript, html5 and bootstrap, I want to buy domain and host it in a hosting but I have not yet decided what storage capacity is best for a hosting hosting this type Web pages. 50...
asked by 02.12.2016 / 12:07
1
answer

Center elements

Hi, I have enough problems with something quite basic. Getting to center elements, and in this case being very simple, I do not get it. .Portada { height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); } #Fondo-Por...
asked by 08.09.2017 / 14:47
3
answers

Draw figure with css

I need to draw this figure with css How could I do it? I have this but I can not do it. Code css: .seccion { width: 350px; height: 200px; border-left: 70px solid #fff; border-right: 70px solid #fff; border-to...
asked by 07.12.2018 / 21:05
2
answers

how to put two buttons together in the footer

I'm trying to put two buttons in the footer, but these do not adapt to the screen, they are not responsive, when the screen is small the buttons are out of this, also I can not leave them together. my code: <center><a style='position...
asked by 06.10.2018 / 05:46
1
answer

Center CSS loader [duplicate]

I'm doing a CSS loader, I want it to be right in the middle of the screen both horizontally and vertically but I can not. .loader{ border: 16px solid #d4d4d4; border-top: 16px solid #3498db; border-bottom: 16px solid #3498db;...
asked by 24.09.2018 / 19:17
2
answers

Incompatibility Firefox

I'm about to finish my first web project and when I'm reviewing the browsers I find that firefox causes me the following error in the footer. As you will see in other browsers it works and it looks perfectly in firefox is the only on...
asked by 01.09.2018 / 19:17
1
answer

CSS doubt - the use of ""

Good morning, I have the following doubt, Suppose I have a structure like this: <div id=bloque1> <ul> <li> <a href=#>opcion1</a> </li> <li> <a href=#>opcion2</a> &l...
asked by 08.07.2018 / 18:17
3
answers

How to change list style with :: before?

I have a question about how to put a list-style:; with ::before . I mean changing the circle of a messy list to a different icon with ::before     
asked by 03.01.2018 / 04:08
2
answers

Show and hide links with hover

I would like to know if it is possible to do an effect with hover in which a link containing a contact button is hidden. The fact is that I want it to be visible within the div only when the mouse is placed on the parent div. Thanks for your...
asked by 09.01.2017 / 08:24
1
answer

Resize Div with mousemove

I have a problem with the div when I enlarge it, I do not know why it jumps and it does not get larger as the pointer moves on the screen. I am using html5, CSS3, bootstrap and JS with jQuery. This is inside a table. This is my code. $(d...
asked by 25.07.2018 / 19:43