Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-07-21 16:00:26 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2016-07-21 16:00:26 +0300
commit603b00199c0b5981a998cede7e7f0ae64071a3d4 (patch)
treebacd020337bc36408a912bec33c8dcf2c9d81321 /css
parent30926c985687916395d47cff0390314e34ed6e99 (diff)
initial commit of some boilerplate code
Diffstat (limited to 'css')
-rw-r--r--css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..eca406f
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,3 @@
+#hello {
+ color: red;
+} \ No newline at end of file