Reactions Facebook

Size
2,812 Kb
Views
36,432

How do I make an reactions facebook?

What is a reactions facebook? How do you make a reactions facebook? This script and codes were developed by Emerson Thompson on 11 August 2022, Thursday.

Reactions Facebook Previews

Reactions Facebook - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Reactions Facebook</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<ul class="reactions"> <li class="item item-like" data-text="Like"></li> <li class="item item-love" data-text="Love"></li> <li class="item item-haha" data-text="Haha"></li> <li class="item item-wow" data-text="Wow"></li> <li class="item item-sad" data-text="Sad"></li> <li class="item item-angry" data-text="Angry"></li>
</ul>
</body>
</html>

Reactions Facebook - Script Codes CSS Codes

html,
body { height: 100%; overflow: hidden;
}
body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #E9EAED;
}
.reactions { display: -webkit-box; display: -ms-flexbox; display: flex; background: #FFFFFF; padding: 5px; border-radius: 100px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.reactions .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 48px; height: 48px; background-image: url(https://z-1-static.xx.fbcdn.net/rsrc.php/v2/yh/r/sqhTN9lgaYm.png); background-repeat: no-repeat; cursor: pointer; -webkit-transform: scale(0.8) translate(0, 0); transform: scale(0.8) translate(0, 0); -webkit-transition: -webkit-transform 200ms ease; transition: -webkit-transform 200ms ease; transition: transform 200ms ease; transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.reactions .item:before { content: attr(data-text); display: none; color: #FFFFFF; font-size: 0.8em; border-radius: 100px; padding: 3px 10px; margin-top: -25px; background: rgba(0, 0, 0, 0.8);
}
.reactions .item:hover { -webkit-transform: scale(1) translate(0, -6px); transform: scale(1) translate(0, -6px);
}
.reactions .item:hover:before { display: block;
}
.reactions .item.item-like { background-position: 0 -144px;
}
.reactions .item.item-love { background-position: 0 -192px;
}
.reactions .item.item-haha { background-position: 0 -96px;
}
.reactions .item.item-wow { background-position: 0 -288px;
}
.reactions .item.item-sad { background-position: 0 -240px;
}
.reactions .item.item-angry { background-position: 0 0;
}
Reactions Facebook - Script Codes
Reactions Facebook - Script Codes
Home Page Home
Developer Emerson Thompson
Username thompsonemerson
Uploaded August 11, 2022
Rating 3
Size 2,812 Kb
Views 36,432
Do you need developer help for Reactions Facebook?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Emerson Thompson (thompsonemerson) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!