🔥
Responsive Portfolio Website Ansel
Watch it on youtube
🔥
Responsive Portfolio Website
- Responsive Portfolio Website Using HTML CSS & JavaScript
- Smooth scrolling in each section.
- Includes a dark and light mode.
- Developed first with the Mobile First methodology, then for desktop.
- Compatible with all mobile devices and with a beautiful and pleasant user interface.
swiper-bundle.min.css error
-ms-touch-action :The position CSS property sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements.
Syntax: static | relative | absolute | sticky | fixed
Another Issue in the JS modal button comand
Idk why it gives me this error please help ! the error shown below is (
javascript.js:16
Uncaught TypeError: Cannot read properties of null (reading 'forEach')
at javascript.js:16:11 )
const modalViews = document.querySelector('services__modal'); const modalBtns = document.querySelector('services__button'); const modalClose = document.querySelector('services__modal-close');
let modal = function(modalClick){ modalViews[modalClick].classList.add('active-modal') }
modalBtns.forEach((mb,i) => { mb.addEventListener('click' , () => { modal(i) })
});
services__modal
The modal covers all the screen and it doesn't wanna be like the dimensions shown in the video even tho revised it and there no typo at all please help I don't know what happenend .... nevermind it was only a fucking background color that was the same for the content modal one so it made bigger
alignment problem in the .home_handle part