diff options
author | Andreas Kling <kling@serenityos.org> | 2020-06-17 17:28:18 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-17 20:09:44 +0200 |
commit | de12cf6821679c900ced1c8164741bfefbde97b0 (patch) | |
tree | 990d7f303ee79c33881881b0e8c210e22b5848d2 /Base/res/html/misc/link.css | |
parent | 4720635aabc06e3ad24bae8a3b08afe6bdb00ae7 (diff) | |
download | serenity-de12cf6821679c900ced1c8164741bfefbde97b0.zip |
Base: Move all the HTML test content into /res/html/misc
Diffstat (limited to 'Base/res/html/misc/link.css')
-rw-r--r-- | Base/res/html/misc/link.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Base/res/html/misc/link.css b/Base/res/html/misc/link.css new file mode 100644 index 0000000000..d3a9998259 --- /dev/null +++ b/Base/res/html/misc/link.css @@ -0,0 +1,8 @@ +#foo { + background-color: teal; + color: white; + padding-left: 20; + padding-top: 20; + padding-right: 20; + padding-bottom: 20; +} |