Skip to content

Commit 04fb847

Browse files
committed
Made page mobile friendly
1 parent 5c21614 commit 04fb847

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

hamish/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
<html>
33
<head>
44
<title>AWesomeness</title>
5+
<link rel="stylesheet" href="style.css"/>
56
</head>
67
<body>
78
<h1>Page under constreuction</h1>
89
<ul>
910
<li>Please be awear before the update U can't reach this from the main page<li>
1011
<li>Hi! I'm csshall; dont ask about the name!<li>
1112
<li>Dis = img<li>
12-
<ul>
13+
</ul>
1314
<img src="http://www.pngall.com/wp-content/uploads/2016/05/Trollface.png">
1415
<p>Trollololol!#lolol<p>
15-
<style>
16-
#{
17-
background-color: mauve;
18-
}
19-
</style>
2016
</body>
2117
<html>

hamish/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/* Mobile */
2+
3+
@media screen and (max-width: 480px) {
4+
5+
img {
6+
zoom: 0.2;
7+
-moz-transform: scale(0.2);
8+
}
9+
}
10+
/* Background Colour */
11+
12+
body {
13+
background-color: lightblue;
14+
}

0 commit comments

Comments
 (0)