Hello, I was making a website, but when some people view it, it does not work for them. It gets all squashed ect. Here is the code:
Code:
<!DOCTYPEHTML>
<html>
<head>
<title>
Mitch H's Personal website. <!-- Title of the website -->
</title>
<style>
h1{
color: #C0C0C0;
text-align: center;
letter-spacing: 6px;
text-shadow: 3px 3px #000000;
font-size: 150px
}
h2{
color: #C0C0C0;
text-align: center;
letter-spacing: 4px;
font-size: 40px;
text-shadow: 2px 2px #000000;
font-family: Coronetscript, cursive
}
h6{
color: white;
text-align: center;
position: relative;
top: 400px
}
.twitter{
width: 300px;
position: relative;
height: auto;
top: 700px;
left: 8cm;
}
.instagram{
width: 300px;
height: auto;
position: relative;
top: 700px;
left: 9cm;
}
.mc-market{
width: 300px;
height: auto;
position: relative;
top: 700px;
left: 11cm
}
</style>
</head>
<body background="http://i.imgur.com/dj4CBQv.jpg">
<a href="http://www.mc-market.org/"><img class="instagram" src=></a> <!--Twitter Button. -->
<a href="http://www.mc-market.org/"><img class="twitter" src=></a> <!--Instagram Button. -->
<a href="http://www.mc-market.org/"><img class="mc-market" src=></a> <!-- MC-Market Button. -->
<h1>Mitch H.</h1> <!-- Heading -->
<h2>KappaKing, Business Advisor, Gamer and Brony at heart.</h2> <!-- Sub heading -->
<h6>Made by BoscoDevelopemnt.</h6> <!-- Please do not remove. -->
</body>
</html>
