Changes
Jump to navigation
Jump to search
54 bytes removed
, 20:21, 4 March 2023
Line 1: |
Line 1: |
| {{#CSS: | | {{#CSS: |
− | | + | |
− | <!DOCTYPE html>
| |
− | <html>
| |
− | <head>
| |
− | <style>
| |
| .newspaper { | | .newspaper { |
| column-count: 3; | | column-count: 3; |
Line 11: |
Line 7: |
| column-rule-width: 1px; | | column-rule-width: 1px; |
| } | | } |
− | </style>
| + | |
− | </head>
| |
| }} | | }} |
| | | |