Questions tagged as 'css'

1
answer

Parallelogram css

I'm trying to do a parallelogram but I do not know how to do exactly what I want. I have seen some that resemble quite what I want to achieve. #paralelogramo { width: 150px; height: 100px; background: #bdc3c7; -webkit...
asked by 23.10.2017 / 12:16
2
answers

How does CSS opacity work?

Why does it work when the Padre has opacity: 1 and the Hijo-1 have opacity: 0 and NO when the Padre has opacity: 0 and Son-1 has opacity: 1 ? The following code: .Caja { width: 100px;...
asked by 09.03.2018 / 19:29
2
answers

float the elements to the right in correct order css

I have four elements of a menu the first on the left the other three on the right, but when floating ul li float:right; the elements are positioned in a disorderly manner. [Menu3] [Menu2] [Menu1] But the elements should be di...
asked by 24.08.2016 / 15:54
2
answers

Do diagonal in CSS

I am trying to recreate an image in CSS but I do not get the "diagonal" as shown in the image. Until now I could only superpose the two colors creating 3 div's, the container, the blue and the golden. I enclose my html and css:...
asked by 11.05.2018 / 20:55
1
answer

How to align right css?

Good I'm doing a design in css, it's practically a circle and inside the circle to enter a number, the bad thing that when I do all the circles I do it down. I would like you to place as the last bone image on the side Here is the code in css...
asked by 25.05.2018 / 07:27
4
answers

Change margin-left according to the coordinates where you clicked

I want that when I click on the screen I take the coordinates and those coordinates are placed as a value for the margin-left. This is my javascript code. function coordenadas(event) { x=event.clientX; y=event.clientY; document.getElementBy...
asked by 30.03.2017 / 16:51
2
answers

Error creating effect with css

I want to make the following design with css, but it does not work for me. This is my code. .card-face-path { background: -webkit-repeating-linear-gradient(#BA68C8, #BA68C8 3px, transparent 3px, transparent 6px); background: re...
asked by 26.04.2017 / 02:07
3
answers

Problem with Css FlexBox the content does not cover 100%

Good afternoon I hope you can help me. I'm doing a simple layout with Flexbox but I can not get the "content" to cover 100% of the available space, the structure is simple: Menu Content Pie It is important to emphasize that the "Menu"...
asked by 09.02.2017 / 19:26
2
answers

Difference of putting two classes in css together or separately in a statement

I'm a graphic designer, and I've spent some time studying html and css and then jump to js . When studying css classes I was assaulted by a doubt: .prueba.grande { font-size: 30px; } .cuerpo .mayusculas { text-trans...
asked by 04.04.2017 / 18:42
1
answer

problem with Pseudo-elements :: before and :: after in css

Greetings, I am trying to center the arrow I make with the pseudo-elements :Before and :after of css but I can not find how to solve my problem, the idea is that the arrow will focus on div that contains it and that the arro...
asked by 06.09.2017 / 16:59