Okay, so I am creating my new website, SocialBlock (when you go to SocialBlock, you may need to zoom out on 3DS), and guess what? The text is too darn small! That's why I need help. (I'm gonna need alot of help ^o^'
There. By the way, the text only shows tiny, as far as I know, on 3DS. The rest is fine. I did use the size tag, but it only fits the 3DS screens at 40px, which shows up HUGE on other devices. So halp.
This post has been edited one or more times, the last time was: 2014-02-09 20:17:36
This question has been answered!
Okay, so I am creating my new website, SocialBlock (when you go to SocialBlock, you may need to zoom out on 3DS), and guess what? The text is too darn small! That's why I need help. (I'm gonna need alot of help ^o^'
SocialBlock's index.php, aka source code:
<head>
<style>
body{background-color:#dodgerblue}
</style>
<meta name='viewport' content=width'device-width' />
<meta http-equiv='content-type' content='text/html charset=utf8' />
<style>
* {text-align: center}
</style>
<style>
body{max-width: 100%}
img {max-width: 100%}
</style>
<link rel='icon' type='image/png' href='http://3dsplaza.com/apps/tucs/data/4263.png' />
<title>SocialBlock - Home</title>
</head>
<body>
<font color=green>Social<b>Block</b> is being made!
</body>
</html>
There. By the way, the text only shows tiny, as far as I know, on 3DS. The rest is fine. I did use the size tag, but it only fits the 3DS screens at 40px, which shows up HUGE on other devices. So halp.
2014-02-09 20:17:36