diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-12-31 19:56:22 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-12-31 19:56:22 +0100 |
commit | d09c065e1c9600020043cb5f4271b91e5e180d77 (patch) | |
tree | 58a6e1ae78bfb78ee8e0e28c95bebfd7dff3964c /style.css | |
download | cookieclicker-d09c065e1c9600020043cb5f4271b91e5e180d77.tar.xz |
Initial commit
Diffstat (limited to 'style.css')
-rwxr-xr-x | style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100755 index 0000000..42c9290 --- /dev/null +++ b/style.css @@ -0,0 +1,6 @@ +body{background-image:url(table.jpg)} +#cookie{height:200px;width:200px;border-radius:50%;background-image:url(cookie.png);position:relative;cursor:pointer;background-size:cover} +[name=disp]{font-family:fantasy;font-weight:bold;font-size:50px;} +#playerinfo{background-color:white;position:absolute;top:30px;left:30px;width:500px;height:65px;font-family:fantasy;font-size:50px} +#freq{width:200px;height:200px;position:absolute;top:5px;right:5px;background-color:green} +[name=freqdis]{font-family:fantasy} |