We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7417b41 + 04fb847 commit 05cb7c7Copy full SHA for 05cb7c7
2 files changed
hamish/index.html
@@ -2,20 +2,16 @@
2
<html>
3
<head>
4
<title>AWesomeness</title>
5
+ <link rel="stylesheet" href="style.css"/>
6
</head>
7
<body>
8
<h1>Page under constreuction</h1>
9
<ul>
10
<li>Please be awear before the update U can't reach this from the main page<li>
11
<li>Hi! I'm csshall; dont ask about the name!<li>
12
<li>Dis = img<li>
- <ul>
13
+ </ul>
14
<img src="http://www.pngall.com/wp-content/uploads/2016/05/Trollface.png">
15
<p>Trollololol!#lolol<p>
- <style>
16
- #{
17
- background-color: mauve;
18
- }
19
- </style>
20
</body>
21
hamish/style.css
@@ -0,0 +1,14 @@
1
+/* Mobile */
+
+@media screen and (max-width: 480px) {
+ img {
+ zoom: 0.2;
+ -moz-transform: scale(0.2);
+ }
+}
+/* Background Colour */
+body {
+ background-color: lightblue;
0 commit comments