diff options
Diffstat (limited to 'src/frontend/web/hello-world/index.css')
| -rw-r--r-- | src/frontend/web/hello-world/index.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/frontend/web/hello-world/index.css b/src/frontend/web/hello-world/index.css new file mode 100644 index 0000000..41b0b29 --- /dev/null +++ b/src/frontend/web/hello-world/index.css @@ -0,0 +1,7 @@ +#container { + background: #efefef; + padding: 10px; + border-radius: 4px; + user-select: none; + cursor: pointer; +} |