diff options
| author | Saksham Mittal <gotlouemail@gmail.com> | 2022-04-02 18:58:42 +0530 |
|---|---|---|
| committer | Saksham Mittal <gotlouemail@gmail.com> | 2022-04-02 18:58:42 +0530 |
| commit | fda6bdf1ebf59f1f86f122186ba726c1e83881f7 (patch) | |
| tree | 0f2e50f15ce9a04224b8a2cf174d0cf205f3b45b /style.css | |
| download | purple-fda6bdf1ebf59f1f86f122186ba726c1e83881f7.tar.gz | |
Initial commit
Basic webpage is setup with the ability to print the 5 letter word that a user types into the text box
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..70d56db --- /dev/null +++ b/style.css @@ -0,0 +1,11 @@ +body { + background-color: #000000; + color: #ffffff; + font-family: sans-serif; + text-align: center; +} + +input { + background: #000000; + color: #ffffff; +} |
