-->
Flipping Business Card
1
2
3
4
5
6
7
8
9
const aboutMe = {
name: 'Muhammad Muzammil',
title: 'Web Designer & Developer',
contact: {
email: 'softwebtuts@gmail.com',
website:'www.softwebtuts.com'
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener('mouseover', () => {
this.flipCard = true;
});