Difference between revisions of "Template:US2002021967 Group CSS"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
<includeonly>{{#css: | <includeonly>{{#css: | ||
| − | .avatar | + | .avatar { |
| − | .outermost { width: 840px; height: 500px; background-color: green; } | + | width: 400px; |
| + | height: 400px; | ||
| + | background-color: blue; | ||
| + | border-width: 0px 10px 10px 0px; | ||
| + | border-style: solid; | ||
| + | border-color: red; | ||
| + | } | ||
| + | |||
| + | .outermost { | ||
| + | width: 840px; | ||
| + | height: 500px; | ||
| + | background-color: green; | ||
| + | border: 10px solid black; | ||
| + | } | ||
}}</includeonly> | }}</includeonly> | ||