diff options
Diffstat (limited to 'test/render/flex/support/test-style.css')
-rw-r--r-- | test/render/flex/support/test-style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/render/flex/support/test-style.css b/test/render/flex/support/test-style.css new file mode 100644 index 00000000..17f44c11 --- /dev/null +++ b/test/render/flex/support/test-style.css @@ -0,0 +1,18 @@ + #test01, #test02, #test03{ + width: 50px; + height: 50px; + text-align:center; + font-size: 20px; + } + #test{ + background: #ff0000; + } + #test01{ + background: #7FFF00; + } + #test02{ + background: #00FFFF; + } + #test03{ + background: #4169E1; + } |