diff --git a/Base/res/html/misc/inline-node.html b/Base/res/html/misc/inline-node.html index 85d5f90d8ed..d2f247cc45e 100644 --- a/Base/res/html/misc/inline-node.html +++ b/Base/res/html/misc/inline-node.html @@ -32,6 +32,19 @@ border-radius: 6px; box-shadow: 4px 4px 4px darkgreen; } + + .outline { + outline: 3px dotted magenta; + } + .outline2 { + outline: 1px solid red; + border-radius: 10px; + } + .outline3 { + outline: 2px solid green; + border-radius: 10px; + border: 2px solid black; + }
@@ -43,5 +56,8 @@ Hello world this is some text in a box. This text has a background and this text has a shadow!