11 border:
1px solid green;
12 background-image: url(resources/smiley.svg);
13 background-size:
42px;
19 <div style=
"background-repeat: repeat repeat;"></div>
20 <div style=
"background-repeat: repeat space;"></div>
21 <div style=
"background-repeat: repeat round;"></div>
24 <div style=
"background-repeat: space repeat;"></div>
25 <div style=
"background-repeat: space space;"></div>
26 <div style=
"background-repeat: space round;"></div>
29 <div style=
"background-repeat: round repeat;"></div>
30 <div style=
"background-repeat: round space;"></div>
31 <div style=
"background-repeat: round round;"></div>