Install App

Customize Interests

You can get updates for your interests. Follow any categories you want to see in the Foxiz or when you’re browsing in the in Reading List

#installApp { padding: 10px 20px; font-size: 16px; color: #fff; background-color: #007aff; border: none; border-radius: 5px; cursor: pointer; display: inline-block; transition: background-color 0.3s ease; } #installApp:hover { background-color: #005bb5; }