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...
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...
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");...
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...
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...
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...
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">...
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...