aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-01-21 20:31:15 +0100
committerRobert Jaros <rjaros@finn.pl>2018-01-21 20:31:15 +0100
commite51fb2c8cc81c7af59f9be2454f81da3825da60a (patch)
tree7694507ffa5df4cd81a087fe33956f3693438ef6 /examples
parentbca362ddd192de9fc96711677274b0207c7afdb7 (diff)
downloadkvision-e51fb2c8cc81c7af59f9be2454f81da3825da60a.tar.gz
kvision-e51fb2c8cc81c7af59f9be2454f81da3825da60a.tar.bz2
kvision-e51fb2c8cc81c7af59f9be2454f81da3825da60a.zip
Examples refactoring
Diffstat (limited to 'examples')
-rw-r--r--examples/helloworld/src/main/resources/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/helloworld/src/main/resources/css/style.css b/examples/helloworld/src/main/resources/css/style.css
new file mode 100644
index 00000000..76482c15
--- /dev/null
+++ b/examples/helloworld/src/main/resources/css/style.css
@@ -0,0 +1,3 @@
+.helloworld {
+ font-size: 30px;
+}