Hello, I am new in this of HTML , CSS and JavaScript I was watching some tutorials of computer pills: D, and well if I do not have an error when viewing the page in the browser, it appears doubts because in the debugger marks...
I'm trying to place a blue border at the end of the images that are inside the carousel, but I could not, this is my carousel's html code. How could I add that edge?
<div class="row fila2">
<div class="col-12 imagenesc">
<...
How are they?
I'm trying to make a sidebar (which also fulfills the form role) that at the beginning of the scrolling is fixed when hitting the navbar, which is fixed at the top.
It works for me, but when it is fixed there is a small jump, it do...
I have to put a YouTube background video inside a div, but the video does not loop, what to do to generate the loop. The code is as follows:
<div class="video-background"><div class="video-foreground"><iframe src="https://www.yo...
I have added the auto-prefixer package to my code editor atom , so that I insert all the corresponding prefixes of the css3 properties automatically.
But my doubt comes because I only added the prefix -webkit- , and accordi...
I would like to declare a link within a JavaScript <a href="#"></a> , I have the following information that I send to call:
<script>
var plant = [
{nomb: "ESCUELA 1",
dirc:"CENTRO, 405",
lat:25.52689,ln...
I try to align a box in which I use FlexBox and I have it well aligned in all the browsers I have tried (Chrome - Firefox - Opera).
But in internet explorer 11 (edge without problems) I align the box to the right, as if I did not recognize th...
I have the following dilemma with my footer and body. It happens that, I am developing the following views but in a certain view (register user) my footer covers part of the body and also does not occupy 100% of the width, if not, like 98%. I us...
I wanted to make a% infinite% co containing news, so I want each image to show a text that in turn is a link to the news to read it in depth.
Here is an example: News page with similar slider
The thing is to make an infinite slider of im...
I need your advice to achieve the following visual effect of the next navigation bar.
What I want to achieve is that the links in the navigation bar have a lower height than the logo so that the same logo is highlighted, just like the l...