mirror of
https://github.com/jakejarvis/synonyms-for-awesome.git
synced 2025-04-26 06:25:22 -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>
|
||||
<html lang="en">
|
||||
@ -27,6 +32,10 @@
|
||||
|
||||
<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>
|
||||
(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),
|
||||
|
36
style.css
36
style.css
@ -3,7 +3,8 @@ html, body {
|
||||
font-size: 4.5em;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
height: 100%;
|
||||
background-color: #414ef8;
|
||||
/*background-color: #414ef8;*/
|
||||
background-color: #94d500;
|
||||
color: #fff;
|
||||
/* disable text highlight */
|
||||
-moz-user-select: none;
|
||||
@ -11,6 +12,10 @@ html, body {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
@media (min-width: 0px) {
|
||||
html { font-size: 50%; }
|
||||
}
|
||||
|
||||
@media (min-width: 300px) {
|
||||
html { font-size: 70%; }
|
||||
}
|
||||
@ -32,4 +37,31 @@ table, tr, td {
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
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;
|
||||
}*/
|
@ -51,4 +51,10 @@ terrific
|
||||
transcendent
|
||||
wicked
|
||||
wonderful
|
||||
wondrous
|
||||
wondrous
|
||||
impeccable
|
||||
solid diamond
|
||||
perfect
|
||||
amazing
|
||||
ticket-worthy
|
||||
whiz-bang
|
Loading…
x
Reference in New Issue
Block a user