Changes

54 bytes removed ,  21:21, 4 March 2023
no edit summary
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>
   
}}
 
}}