| App Name | Tag After School |
| Version | 9.8 |
| File Size | 93 MB |
| Package ID | msh.com |
| Category | Arcade |
| Last Updated | February 24, 2024 |
Step into Shota-Kun’s shoes, a shy student on a dare to explore a creepy school after dark. Strange encounters and mysteries await at every turn.
Your decisions shape the story. Choose wisely to unlock different paths and endings. fontawesome webflow
Move through the school carefully. Dodge ghosts and other dangers while managing your limited flashlight battery. <link rel="stylesheet" href="https://cdnjs
Stunning HD graphics bring the eerie atmosphere to life, making every moment feel real. .hover-slide transition: transform 0.2s ease
Simple controls ensure anyone can pick it up and dive in without hassle.
The story shifts with your choices. It offers multiple endings to discover and making each playthrough unique.
$('.accordion-trigger').click(function() $(this).find('.accordion-icon').toggleClass('fa-chevron-up'); ); <i class="fa-solid fa-circle-notch fa-spin fa-2x"></i> Classes: fa-spin = continuous rotation, fa-pulse = stepped rotation. Sizing & Styling Tricks | Need | Webflow Approach | |------|------------------| | Larger icon | Add class fa-2x , fa-3x up to fa-10x | | Fixed width | fa-fw | | Rotate 90° | fa-rotate-90 | | Flip horizontally | fa-flip-horizontal | | Custom color | Set color in Webflow style panel | | Custom size | font-size: 24px (overrides FA sizing) | Troubleshooting (Common Webflow Issues) ❌ Icon shows as a square/rectangle → Missing font-family or wrong CDN. Check console for 404 errors.
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> Then start using icons anywhere with <i class="fa-solid fa-..."></i> inside HTML Embed elements. Last tested: Webflow v2.0 + Font Awesome 6.5.1 (April 2026)
Add to a Div Block that toggles content:
<i class="fa-solid fa-camera"></i> Add a Text Block → Type a space → In the Selector field , add:
<i class="fa-solid fa-arrow-right hover-slide"></i> Then in Webflow Designer → :
→ Font Awesome CSS not loading over HTTPS. Use https:// in CDN URL.
.hover-slide transition: transform 0.2s ease;
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> Download the Font Awesome package, upload to Webflow’s asset manager, and link the CSS file. Using Icons in Webflow Option A: HTML Embed element (Most reliable) Drag an HTML Embed onto your canvas and paste: