Questions tagged as 'css'

1
answer

Create a simple slider, but with content inside

I'm creating a slider, but instead of having images inside there is a design made with 'divs'' This is the HTML: <div class="contenedor"> <div style="display:inline-block;"> <div class="col-12 animated zoomIn cu...
asked by 07.11.2018 / 21:40
1
answer

How to remove margin thoroughly in materialize?

I'm starting with materialize and obviously I'm a novice, the problem I have is that although in my code I have a margin: 0 puts me one on the top, and is out of any container and row ... How do I remove that margin? of my background? So it look...
asked by 22.11.2018 / 06:30
1
answer

How to defocus only the image of a background-image?

I have an image for a background of the body on my site and I want to apply a bit of blur, it turns out that when I apply the blur property I blur all the div and my container, but not the body. body{ background-image: url("ruta");...
asked by 01.10.2018 / 01:01
1
answer

problems with position fixed

I have 2 containers one with position relative and fixed I explain that I am trying to give a width of 100% to the container that has the position fixed but it leaves the parent container, it needs the 100% of...
asked by 04.10.2018 / 04:36
1
answer

Error compiling project in Angular 5

I'm trying to get a JSON through POST with angular, but I get the following error. Error: Unexpected value 'AppComponent' declared by the module 'AppModule'. Please add a @Pipe/@Directive/@Component annotation. I really do not know what...
asked by 16.04.2018 / 01:51
1
answer

Emulate effect with intro logo

I have this url link in which upon entering an effect appears with the logo that covers the entire screen with a solid color and then positioned at the left side of the page. How could I emulate this effect. I have this code link which ha...
asked by 03.09.2018 / 00:12
1
answer

text centered on img with responsive and within a link

I have a problem and that is that I can not leave a text that goes inside an image and is inside a link, when I start to do the responsive the text goes too up, some way to power fix it? <div class="container"> <a href="url">...
asked by 01.09.2018 / 12:22
3
answers

I can not place background image with CSS, background-image, does not recognize it [duplicated]

input:focus{ background-color: #58ACFA; color: #000000; font-weight: bold; } body { background-size: 100vw 100vh; font-family: arial; background-image: url("img/sea.jpeg");...
asked by 07.09.2018 / 13:31
1
answer

Problem when deploying in Microsoft Azure

I made a web application, I use NPM and several packages there, after doing build of my application and uploading my final files (only the html , css and js ) to Azure , I get the following error when loadi...
asked by 24.08.2018 / 21:50
1
answer

How can I show a DIV from another DIV to which the mouse is passed over? [closed]

I am creating a web page and I need that, when you pass the mouse over a DIV, below it appears another DIV     
asked by 03.09.2018 / 23:41