diff options
| author | Robert Jaros <rjaros@finn.pl> | 2018-01-21 20:31:15 +0100 |
|---|---|---|
| committer | Robert Jaros <rjaros@finn.pl> | 2018-01-21 20:31:15 +0100 |
| commit | e51fb2c8cc81c7af59f9be2454f81da3825da60a (patch) | |
| tree | 7694507ffa5df4cd81a087fe33956f3693438ef6 /examples/helloworld | |
| parent | bca362ddd192de9fc96711677274b0207c7afdb7 (diff) | |
| download | kvision-e51fb2c8cc81c7af59f9be2454f81da3825da60a.tar.gz kvision-e51fb2c8cc81c7af59f9be2454f81da3825da60a.tar.bz2 kvision-e51fb2c8cc81c7af59f9be2454f81da3825da60a.zip | |
Examples refactoring
Diffstat (limited to 'examples/helloworld')
| -rw-r--r-- | examples/helloworld/src/main/resources/css/style.css | 3 |
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; +} |
