Questions tagged as 'css3'

4
answers

How do I insert a source in Css?

I was watching an html course and I followed what the teacher was saying at the end of the letter but I can not use an external source. According to the video, it should be done like this: @font-face { font-family: 'MiFuente'; src: url("fu...
asked by 25.09.2017 / 15:44
2
answers

Problem with Container-fluid of bootstrap 4 with images

When I place an image inside a <div class="container-fluid"> the image always comes up with a small margin on the left, if it is assumed that the container-fluid does not contain margins. The only way I can not show up is by not pla...
asked by 16.03.2018 / 04:54
3
answers

Change background of the navbar

I have a bootstrap navbar (download the CDN to set all the changes on the page with bootstrap). The problem is that I can not change the background of this, no matter how much I get into their classes and use! Important, I checked with the eleme...
asked by 02.09.2018 / 20:39
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

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
1
answer

How to give effect of flipping letter with css3

Good evening, I try to make an effect of flipping a letter, but when I do it my rear image appears to me the other way around, I have this code. .flip{ position: relative; transition: all 1s ease; transform: perspective(600px);...
asked by 04.11.2016 / 08:47
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
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
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
2
answers

Error in property css with background-image: url

I have provided this code in another question that I have done the code does exactly what I want, which is that when I mouse over it shows me an iframe. But when I put it on my website made with Adobe Muse the code shows errors. I attach an im...
asked by 06.06.2016 / 11:09