mirror of
https://github.com/jakejarvis/synonyms-for-awesome.git
synced 2025-04-26 20:08:26 -04:00
can't handle how much awesome
This commit is contained in:
parent
8a540c1854
commit
50f2aad8d1
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
@ -1,3 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
@ -27,6 +32,10 @@
|
|||||||
|
|
||||||
<table><tr><td><?= $synonym ?></td></tr></table> <!-- don't judge me -->
|
<table><tr><td><?= $synonym ?></td></tr></table> <!-- don't judge me -->
|
||||||
|
|
||||||
|
<div id="footer">
|
||||||
|
<a href="http://scrabble.io" target="_blank">made with ♥ by scrabble</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
|
34
style.css
34
style.css
@ -3,7 +3,8 @@ html, body {
|
|||||||
font-size: 4.5em;
|
font-size: 4.5em;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #414ef8;
|
/*background-color: #414ef8;*/
|
||||||
|
background-color: #94d500;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
/* disable text highlight */
|
/* disable text highlight */
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
@ -11,6 +12,10 @@ html, body {
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 0px) {
|
||||||
|
html { font-size: 50%; }
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 300px) {
|
@media (min-width: 300px) {
|
||||||
html { font-size: 70%; }
|
html { font-size: 70%; }
|
||||||
}
|
}
|
||||||
@ -33,3 +38,30 @@ table, tr, td {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#footer {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
font-size: 13px;
|
||||||
|
margin: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#footer a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*div#ad {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
text-align: center;
|
||||||
|
margin: 0px auto;
|
||||||
|
float: left;
|
||||||
|
border: 4px solid #000;
|
||||||
|
width: 468px;
|
||||||
|
height: 60px;
|
||||||
|
font-size: 10px;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
}*/
|
@ -52,3 +52,9 @@ transcendent
|
|||||||
wicked
|
wicked
|
||||||
wonderful
|
wonderful
|
||||||
wondrous
|
wondrous
|
||||||
|
impeccable
|
||||||
|
solid diamond
|
||||||
|
perfect
|
||||||
|
amazing
|
||||||
|
ticket-worthy
|
||||||
|
whiz-bang
|
Loading…
x
Reference in New Issue
Block a user