Difference between revisions of "M365/test"

From wiki
Jump to navigation Jump to search
(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...")
Tag: Replaced
 
(75 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div class="container">
+
A playground, sandbox, test zone for Marc B and Thian. :-)
  <div class="column">
+
<!-- Google tag (gtag.js) -->
    <div class="content">
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9FPK3M5Y7K"></script>
      <h2>Column 1</h2>
+
<script>
      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eleifend elit enim, non ultrices dolor scelerisque id. Integer auctor nunc purus, ac suscipit lectus tristique eu.</p>
+
   window.dataLayer = window.dataLayer || [];
    </div>
+
  function gtag(){dataLayer.push(arguments);}
  </div>
+
  gtag('js', new Date());
   <div class="column">
+
 
    <div class="content">
+
  gtag('config', 'G-9FPK3M5Y7K');
      <h2>Column 2</h2>
+
</script>
      <p>Phasellus accumsan lobortis magna, a ultricies sapien hendrerit id. Vestibulum sed lorem id libero lobortis aliquam in vitae enim. Ut ornare dapibus velit, eget egestas enim bibendum ac.</p>
+
<html>
    </div>
+
<body>
  </div>
+
<head>
  <div class="column">
+
 
    <div class="content">
+
</head>
      <h2>Column 3</h2>
+
<h1>My First Heading</h1>
      <p>Curabitur vel neque vel tortor accumsan bibendum. Nullam a mauris ipsum. Nullam ullamcorper, mauris ac vehicula varius, turpis purus aliquet est, eget pretium odio urna eu enim.</p>
+
<p>My first paragraph.</p>
    </div>
+
 
  </div>
+
</body>
  <style>
+
</html>
    .container {
 
      display: flex;
 
      flex-wrap: wrap;
 
      justify-content: space-between;
 
    }
 
    .column {
 
      flex-basis: calc(33.33% - 20px);
 
      margin-bottom: 20px;
 
    }
 
    .content {
 
      background-color: #f2f2f2;
 
      padding: 20px;
 
    }
 
    @media only screen and (max-width: 768px) {
 
      .column {
 
        flex-basis: 100%;
 
      }
 
    }
 
  </style>
 
</div>
 

Latest revision as of 10:11, 20 April 2023

A playground, sandbox, test zone for Marc B and Thian. :-) <script async src="https://www.googletagmanager.com/gtag/js?id=G-9FPK3M5Y7K"></script> <script>

 window.dataLayer = window.dataLayer || [];
 function gtag(){dataLayer.push(arguments);}
 gtag('js', new Date());
 gtag('config', 'G-9FPK3M5Y7K');

</script> <html> <body> <head>

</head>

My First Heading

My first paragraph.

</body> </html>