Changes

191 bytes removed ,  10:11, 20 April 2023
Replaced content with "A playground, sandbox, test zone for Marc B and Thian. :-) <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-9FPK3M5Y7K"></scr..."
Line 1: Line 1: −
<style type="text/css">
+
A playground, sandbox, test zone for Marc B and Thian. :-)
.flexbox {
+
<!-- Google tag (gtag.js) -->
    display: -ms-flex;
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9FPK3M5Y7K"></script>
    display: -webkit-flex;
+
<script>
    display: flex;
+
  window.dataLayer = window.dataLayer || [];
    width: 100%;
+
  function gtag(){dataLayer.push(arguments);}
}
+
  gtag('js', new Date());
   −
.left {
+
  gtag('config', 'G-9FPK3M5Y7K');
    background: #a0ffa0;
+
</script>
    min-width: 75px;
+
<html>
    flex-grow: 0;
+
<body>
}
+
<head>
   −
.right {
+
</head>
    background: #a0a0ff;
+
<h1>My First Heading</h1>
    flex-grow: 1;
+
<p>My first paragraph.</p>
}
  −
</style>
     −
...
+
</body>
 
+
</html>
<div class="flexbox">
  −
    <div class="left">AAA</div>
  −
    <div class="right">BBB</div>
  −
</div>
  −
 
  −
{{M365}}
  −
 
  −
<div class="row">
  −
<div class="column"></div>
  −
[[File:English_button_2.PNG|150px|link=https://wiki.gccollab.ca/M365/Home|alt="M365 Home]]
  −
<div class="column"></div>
  −
[[File:French_button_2.PNG|150px|link=https://wiki.gccollab.ca/M365/Accueil|alt="M365 Accuel]]
  −
</div>
 
19

edits