diff --git a/CrookedStyleSheets b/CrookedStyleSheets new file mode 160000 index 0000000..e93f3a2 --- /dev/null +++ b/CrookedStyleSheets @@ -0,0 +1 @@ +Subproject commit e93f3a21d89e9d6b507d79eca304a8c1cdcb85c9 diff --git a/index.html b/index.html index 1a69a1b..f627133 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ + diff --git a/results.php b/results.php index 014357d..936266c 100644 --- a/results.php +++ b/results.php @@ -1,5 +1,119 @@ @@ -19,29 +133,31 @@

Results

When the value is empty or PHP notices appears, it means that the value is false or the webpage hasn't been visited yet. diff --git a/screen.css b/screen.css index da18a36..69984ae 100644 --- a/screen.css +++ b/screen.css @@ -180,6 +180,15 @@ } } + +@media( min-device-width: 1200px){ + + #width::after{ + + content: url("track.php?width=1200") + } +} + @media (min-device-width: 1280px) { #width::after { content: url("track.php?width=1280"); diff --git a/track.php b/track.php index 2efa817..0c860a5 100644 --- a/track.php +++ b/track.php @@ -1,6 +1,30 @@