Posts by Mr.Iago • 76 points
5 posts
-
1
votes2
answers1013
viewsQ: Add Favicon to my website
If I’m accessing a website, both desktop and mobile, there’s the option to add the link to the home screen, and some websites add the link with a custom icon. Ex: Stack Now my site for example has…
-
0
votes1
answer248
viewsQ: How to change the face of the site when accessed by mobile?
Situation: I have a website with designer for large screens, I created a template for mobile, like an app. That’s why I want this template to be shown only when accessed by mobile, instead show the…
-
0
votes1
answer247
views -
0
votes1
answer42
viewsA: Button calling page
<style type="text/css"> .botão a { background-color: #4CAF50; /* Green */ border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block;…
-
4
votes1
answer1925
viewsQ: Can I apply HTML/CSS to a pure C program?
The programming club I’m attending has completed a program that works as a stock controller and shows things that are available and things borrowed. It was made in pure C, so the display is quite…