<!DOCTYPE html>

<html lang="en">

<head>

<title>Trimagic Square of Order 12 A</title>

  <meta name="keywords" content="trimagic square order 12, walter trump" />

  <meta name="description" content="trimagic square of order 12a, by walter trump" />

  <meta http-equiv="author" content="mikael hermansson" />

  <meta name="viewport" content="width=device-width, initial-scale=1" />

  <meta charset="utf-8" />

</head>

   

<style type="text/css">

*{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}

body{

    font-family: Arial, Helvetica, sans-serif;

    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../images/bx.jpg");

    background-repeat: no-repeat;

    background-size: 100% 100%;

    display: autoflex;

    justify-content: center;

    align-items: center;

    min-height: 100vh;

    margin: 0;

}    

/* coding menu-bar in header with micke */  

.menu{

    background-color: rgba(0, 0, 0, 0.0);

    width: 100%;

    height: 100px;

    text-align: center;

}    

.leftmenu {

    width: 23%;

    float: left;

    margin-top: 3%;

 }

.rightmenu {

    width: 57%;

    float: right;

    margin-top: 2%;

 }  

.leftmenu h4{

    font-family: 'montserrat', sans-serif;

    padding-left: 70px;

    font-weight: bold;

    color: greenyellow;

    font-size: 22px;

}

.menu-bar ul{

    display: inline-flex;

    list-style: none;

}

.menu-bar ul li{

    width: 100px;

    margin: 5px;

    padding: 5px;

    font-size: 16px;

}

.menu-bar ul li a{

    font-family: 'montserrat', sans-serif;

    color: lightcyan;

    text-decoration: none;

}

.menu-bar ul li :hover{

    color: red;

    border-radius: 0px;

}

.menu-bar .fa{

    margin-right: 0px;

    margin-top: 0px;

}

.sub-menu-1{

    display: none;

}

.menu-bar ul li:hover .sub-menu-1{

    display: block;

    position: absolute;

    background: rgba(0,0,0,0.25);

    margin-top: 1px;

    margin-left: 0px;

}

.menu-bar ul li:hover .sub-menu-1 ul{

    display: block;

    margin-top: 5px;

}

.menu-bar ul li:hover .sub-menu-1 ul li{

    width: 140px;

    height: 30px;

    padding: 8px;

    border-bottom: 1px dotted #fff;

    background: transparent;

    border-radius: 0;

    text-align: left;

    margin-top: 0px;

}

.menu-bar ul li:hover .sub-menu-1 ul li:last-child{

    border-bottom: none

    margin-right: 0px;

    margin-top: 2px;

}

.menu-bar ul li:hover .sub-menu-1 ul li a:hover{

    color: red;

}

.fa-angle-right{

    float: right;

}

.sub-menu-2{

    display: none;

}

.hover-me:hover .sub-menu-2{

    position: absolute;

    display: block;

    margin-top: -13px;

    margin-left: 132px;

    background-color: rgba(0,0,0,0.25);

}

/* coding menu-bar in header with micke */

 

/* coding menu dropdown with micke */

/* Dropdown Content (Hidden by Default) */

.dropdown-content {

  display: none;

  position: absolute;

  background-color: #f9f9f9;

  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);

  padding: 5px 10px;

  text-align: left;

  font-size: 14px;

  z-index: 1;

}

/* Links inside the dropdown */

.dropdown-content a {

  color: black;

  padding: 10px 5px;

  text-decoration: none;

  display: block;

}

/* Change color of dropdown links on hover */

.dropdown-content a:hover {background-color: #eee}

.dropdown-content a:hover {color: red}

   

/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {

  display: block;

}

/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {

  background-color: greenyellow;

  color: black;

  font-weight: none;

}

/* coding menu dropdown with micke */

   

/* coding layout with micke */

body {

  display: grid;

  grid-template-areas:

    "header header header"

    "nav article ads"

    "footer footer footer";

  grid-template-rows: 5% 1fr 5%;

  grid-template-columns: 0% 1fr 0%;

  grid-gap: 0px; /* --pixel will give space between layout section-- */

  height: 100vh;

  margin: 0;

  }

/* Stack the layout on small devices/viewports. */

@media all and (max-width: 576px) {

  body {

    grid-template-areas:

      "header"

      "article"

      "ads"

      "nav"

      "footer";

    grid-template-rows: 70px 1fr 70px 1fr 70px;  

    grid-template-columns: 1fr;

 }

}

#pageHeader {

  grid-area: header;

}

#pageFooter {

  grid-area: footer;

}

#mainArticle {

  grid-area: article;      

  }

#mainNav {

  grid-area: nav;

  }

#siteAds {

  grid-area: ads;

  }

header, div {

  background: none;

  font-size: 17px;

  font-family: 'montserrat', sans-serif;

  color: white;

  padding: 15px 0px;

  text-align: center;

}

article, div {

  padding: 0px 0px;

  background: none;

  font-size: 17px;

  font-family: 'montserrat', sans-serif;

  color: black;

  text-align: center;

  margin-top: -10px;

}

nav, div {

  padding: 0px 0px;

  background: none;

  font-size: 16px;

  text-align: center;

  margin-top: 0px;

}

ads, div {

  padding: 0px 0px;

  background: none;

  font-size: 0px;

  color: black;

  text-align: center;

  margin-top: 0px;

}

footer div {

  padding: 0px 0px;

  background: none;

  font-size: 15px;

  margin-top: 0px;

}

/* coding layout with micke */

   

/* coding gallery and text section with micke */

.firstsection{

    background-color: none;

    height: 0%; /* coding the top margin of center column first section article div */

    margin-top: -1%;

}

.firsthalf{

    width: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;  

}

.secondsection{

    background-color: none;

    height: 0%; /* coding the top margin of center column second section article div */

    }

.secondhalf{

    width: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.thirdsection{

    background-color: none;

    height: 0%; /* coding the top margin of button therd section article div */

    }

.thirdhalf{

    width: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.fourthsection{

    background-color: none;

    height: 0%; /* coding the top margin of button therd section article div */

    }

.fourthhalf{

    width: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.box-main{

    display: flex;

    justify-content: center;

    align-items: center;

    color: black;

    font-size: 16px;

    max-width: auto;

    margin: auto;

    height: 100%;

    margin-top: 0%;

}

/* coding gallery and text section with micke */

   

/* coding button with micke */    

.btn_1 {

    background-color: rgba(255,255,255, 0.25);

    color: white;

    font-family: 'montserrat', sans-serif;

    border-style: none;

    font-size: 15px;

    font-weight: none; /* font-weight: bold; -> big character, coding with micke */

    text-transform: none; /* text-transform: uppercase; -> big character, coding with micke */

    line-height: 15px;

    width: auto;

    margin-top: -38%;

    border: 3px solid white;

    cursor: pointer;

    padding: 3px 3px;

    border-style: outset;

}

.btn_1:hover{

    background-color: white;

    color: black;

    font-weight: bold;

    text-transform: uppercase;

}

.btn_2{

    background-color: rgba(255,255,255, 0.25);

    color: white;

    font-family: 'montserrat', sans-serif;

    border: none;

    font-size: 15px;

    font-weight: none; /* font-weight: bold; -> big character, coding with micke */

    text-transform: none; /* text-transform: uppercase; -> big character, coding with micke */

    line-height: 15px;

    width: auto;

    padding: 0px 0px;

    margin-top: -32%;

    border: 3px solid white;

    cursor: pointer;

    padding: 3px 3px;

    border-style: outset;

}

.btn_2:hover{

    background-color: white;

    color: black;

    font-weight: bold;

    text-transform: uppercase;

}

 p.button {

    background-color: lightgoldenrodyellow;

    color: blue;

    text-align: center;

    text-decoration: none;

    display: inline-block;

    font-size: 14px;

    margin-top: 3%;

    padding: 2px 5px;

    border-style: inset;

}

 p.button:hover {

    background-color: purple;

    color: white;

}

/* coding button with micke */

   

/* coding text with micke */

.text{

    width: 100%;

    font-weight: none;

    text-transform: none;

    color: red;

    margin-top: 0%;

}

.text h1{

    font-family: 'montserrat', sans-serif;

    font-weight: 700px;

    font-weight: bold;

    text-transform: uppercase;

    font-size: 36px;

    text-align: center;

    margin-top: 2%;  

}

.text h2{

    font-size: 18px;

    font-family: 'montserrat', sans-serif;

    font-weight: 500px;

    text-align: left;

}

.text h3{

    font-size: 13px;

    font-family: 'open sans', sans-serif;

    text-align: center;

}

.text h4{

    font-size: 13px;

    font-family: 'Helvetica';

    text-align: center;

    margin-top: 1%;

}      

.text h5{

    font-size: 13px;

    font-family: 'open sans', sans-serif;

    font-weight: none;

    text-transform: none;

    margin-top: 2px;

}

p {

    text-align: center;

}

.text-medium{

    font-family: 'piazzolla', serif;

    font-weight: bold;

    font-size: 18px;

    color: greenyellow;

    margin-top: 1%;

}

.text-small{

    font-size: 12px;

}

/* coding text with micke */      

   

 /* coding menu bar JS with micke+ */  

.dropbtn {

  background-color: blue;

  color: white;

  padding: 6px 12px;

  font-size: 15px;

  cursor: pointer;

  text-align: center;

  border: 2px solid white;

  border-style: outset;

  margin-top: 0%;

}

.dropbtn:hover, .dropbtn:focus {

  background-color: yellowgreen;

  color: black;

  padding: 6px 12px;

  border: 2px solid white;

  border-style: inset;

}

.dropdown {

  position: relative;

  display: inline-block;

}

.dropdown-content {

  display: none;

  position: absolute;

  background-color: #f1f1f1;

  min-width: 158px;

  max-width: auto;

  font-size: 13px;

  overflow: auto;

  text-align: left;

  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);

  z-index: 1;

}

.dropdown-content a {

  color: blue;

  padding: 5px 5px;

  text-decoration: none;

  display: block;

}

.dropdown a:hover {

  background-color: #ddd;

  color: red;

}

.show {display: block;}

/* coding menu bar JS with micke+ */  

   

/* coding table with micke */

 table.one {

                border-spacing: 1px 1px;

                position: center;

            }

   

            td {

                background-color: none;

                padding: 2px 2px;

                border: 1px solid white;

           }

   

 table.two {

                border-collapse: collapse;

                width: auto;

                margin-top: 9%; /* coding the top margin of center column article div */

            }

            th, td_2 {

                font-family: 'montserrat', sans-serif;

                border: 1px solid none; /* --color will give border line on table section - here none color-- */

                padding: 0px;

                height: auto;

                width: auto;

                font-size: 0px;

                text-align: center;

            }

/* coding table with micke */

   

/* coding gallery with micke */    

div.gallery {

  margin: 4px 5px;

  border: 1px solid none;

  float: left;

  height: 160px;

  width: auto;

}

 

div.gallery:hover {

  border: 1px solid none;

  padding: 0px 0px;

  width: auto;

}

 

div.desc {

  padding: 4px;

  font-size: 13px;

  color: white;

  text-align: center;

}  

/* coding gallery with micke */  

 

/* coding footer with micke */

:root {

  box-sizing: border-box;

  margin: 0px;

  padding: 0px;

  font-family: sans-serif;

}

body {

  height: 100vh;

  overflow: hidden;

}

.footer {

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  padding: 1rem;

  background: none;

  color: greenyellow;

  font-weight: 500;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-top: 0;

  gap: 0.2rem;

}

/* coding footer with micke */

   

/* coding JS footer with micke */

let year = document.querySelector("#year");

 $(document).ready(function () {

 year.innerText = new Date().getFullYear();

});

/* coding JS footer with micke */

</style>

   

<body>

            <!-- /* ---------New Layout Section1---------- */ -->

            <header id="pageHeader">

            <div class="menu-bar">

            <div class="menu">

 

            <div class="leftmenu">

               <section class="fourthsection">

                <div class="box-main">

                 <div class="fourthHalf">

                  <table class="two">

                   <tr>

                   <td_2>

                      <div class="dropdown">

                      <button onclick="myFunction()" class="dropbtn">Walter Trump index</button>

                      <div id="myDropdown" class="dropdown-content">

                      <a style="color:purple;" href="trimagicsquare_n12a.html">Trimagic Square 12 A</a>

                      <a href="trimagicsquare_n12b.html">Trimagic Square 12 B</a>

                      <a href="trimagicsquare_n12c.html">Trimagic Square 12 C</a>

                      <a href="trimagicsquare_n12d.html">Trimagic Square 12 D</a>

                      <a href="trimagicsquare_n12e.html">Trimagic Square 12 E</a>

                      <a href="trimagicsquare_n12f.html">Trimagic Square 12 F</a>

                      <a href="newsnurnberger_article.html">Walter Trump article</a>

                     </div>      

                    </div>

                   </td_2>

                  </tr>  

                </table>

               </div>      

             </div>

            </section>  

           </div>

             

            <div class="rightmenu">

              <ul>

              <li id="firstlist"> <a href="../../index.html"><i class="fa fa-home">Home</i></a> </li>

              <li> <a href="../../Formula/formula.html"><i class="fa fa-formula">Formula</i></a> </li>

              <li> <a href="../../Database/database.html"><i class="fa fa-data">Database</i></a> </li>

              <li> <a style="color:aqua;" href="../trimagic.html"><i class="fa fa-square">Trimagic</i></a>

                 <div class="sub-menu-1">

                    <ul>

                      <li class="hover-me"><a href="#"><i class="fa fa-angle-right">Bimagic Square</i></a>

                            <div class="sub-menu-2">

                                <ul>

                                    <li><a href="../BimagicSquare/bimagicsquare_n8a.html"><i>Bimagic n8 A</i></a></li>

                                    <li><a href="../BimagicSquare/bimagicsquare_n8b.html"><i>Bimagic n8 B</i></a></li>

                                    <li><a href="../BimagicSquare/bimagicsquare_n8c.html"><i>Bimagic n8 C</i></a></li>

                                    <li><a href="../BimagicSquare/bimagicsquare_n8d.html"><i>Bimagic n8 D</i></a></li>

                                    <li><a href="../BimagicSquare/bimagicsquare_n8e.html"><i>Bimagic n8 E</i></a></li>

                                    <li><a href="../BimagicSquare/bimagicsquare_n20a.html"><i>Bimagic n20 A</i></a></li>

                                    <li><a href="../BimagicSquare/bimagicsquare_n20b.html"><i>Bimagic n20 B</i></a></li>

                                    <li><a href="../BimagicSquare/bimagicsquare_n24a.html"><i>Bimagic n24 A</i></a></li>

                                    <li><a href="../BimagicSquare/bimagicsquare_n24b.html"><i>Bimagic n24 B</i></a></li>

                                    <li><a href="../BimagicSquare/bimagicsquare_n24c.html"><i>Bimagic n24 C</i></a></li>

                                    <li><a href="../BimagicSquare/bimagicsquare_n26.html"><i>Bimagic n26</i></a></li>

                                </ul>

                            </div>

                        </li>            

                        <li class="hover-me"><a href="#"><i class="fa fa-angle-right"> Latin Square 25</i></a>

                          <div class="sub-menu-2">

                              <ul>

                                  <li><a href="../LatinEuler/bimagicsquare_n25a1.html"><i>Latin Square A1</i></a></li>

                                  <li><a href="../LatinEuler/bimagicsquare_n25a2.html"><i>Latin Square A2</i></a></li>

                                  <li><a href="../LatinEuler/bimagicsquare_n25a3.html"><i>Latin Square A3</i></a></li>

                                  <li><a href="../LatinEuler/bimagicsquare_n25b1.html"><i>Latin Square B1</i></a></li>

                                  <li><a href="../LatinEuler/bimagicsquare_n25b2.html"><i>Latin Square B2</i></a></li>

                                  <li><a href="../LatinEuler/bimagicsquare_n25b3.html"><i>Latin Square B3</i></a></li>

                                  <li><a href="../LatinEuler/bimagicsquare_n25c1.html"><i>Latin Square C1</i></a></li>

                                  <li><a href="../LatinEuler/bimagicsquare_n25c2.html"><i>Latin Square C2</i></a></li>

                                  <li><a href="../LatinEuler/bimagicsquare_n25c3.html"><i>Latin Square C3</i></a></li>

                                  <li><a href="../LatinEuler/bimagicsquare_n25d1.html"><i>Latin Square D1</i></a></li>

                                  <li><a href="../LatinEuler/bimagicsquare_n25d2.html"><i>Latin Square D2</i></a></li>

                                  <li><a href="../LatinEuler/bimagicsquare_n25d3.html"><i>Latin Square D3</i></a></li>

                              </ul>

                            </div>

                       </li>

                        <li class="hover-me"><a href="#"><i class="fa fa-angle-right"> Walter Trump 12</i></a>

                            <div class="sub-menu-2">

                                <ul>

                                    <li><a href="trimagicsquare_n12a.html"><i>Tmagic Square 1</i></a></li>

                                    <li><a href="trimagicsquare_n12b.html"><i>Tmagic Square 2</i></a></li>

                                    <li><a href="trimagicsquare_n12c.html"><i>Tmagic Square 3</i></a></li>

                                    <li><a href="trimagicsquare_n12d.html"><i>Tmagic Square 4</i></a></li>

                                    <li><a href="trimagicsquare_n12e.html"><i>Tmagic Square 5</i></a></li>

                                    <li><a href="trimagicsquare_n12f.html"><i>Tmagic Square 6</i></a></li>

                                    <li><a href="newsnurnberger_article.html"><i>W. Trump Article</i></a></li>

                                </ul>

                            </div>

                        </li>                      

                        <li class="hover-me"><a href="#"><i class="fa fa-angle-right">Trimagic Square</i></a>                      

                            <div class="sub-menu-2">

                                <ul>

                                    <li><a href="../TrimagicSquare/trimagicsquare_n16.html"><i>Trimagic Sq. n16</i></a></li>

                                    <li><a href="../TrimagicSquare/trimagicsquare_n24a1.html"><i>Trimagic n24 A1</i></a></li>

                                    <li><a href="../TrimagicSquare/trimagicsquare_n24a2.html"><i>Trimagic n24 A2</i></a></li>

                                    <li><a href="../TrimagicSquare/trimagicsquare_n24a3.html"><i>Trimagic n24 A3</i></a></li>

                                    <li><a href="../TrimagicSquare/trimagicsquare_n24b1.html"><i>Trimagic n24 B1</i></a></li>

                                    <li><a href="../TrimagicSquare/trimagicsquare_n24b2.html"><i>Trimagic n24 B2</i></a></li>

                                    <li><a href="../TrimagicSquare/trimagicsquare_n24b3.html"><i>Trimagic n24 B3</i></a></li>

                                    <li><a href="../TrimagicSquare/trimagicsquare_n32a.html"><i>Trimagic n32 A</i></a></li>

                                    <li><a href="../TrimagicSquare/trimagicsquare_n32b.html"><i>Trimagic n32 B</i></a></li>

                                </ul>

                            </div>

                        </li>  

                    </ul>

                </div>

              </li>                    

              <li> <a href="../../History/history.html"><i class="fa fa-images">History</i></a> </li>  

              <li> <a href="../../Links/links.html"><i class="fa fa-links">Links</i></a> </li>

              <li> <a href="../../Contact/contact.html"><i class="fa fa-mail">Contact</i></a> </li>

            </ul>

            </div>

               

            </div></div>    

          </header>

            <!-- /* ---------New Layout Section1---------- */ -->

   

           <!-- /* ---------New Layout Section2---------- */ -->  

           <article id="mainArticle">

             

            <section class="firstsection">

            <div class="box-main">

            <div class="firstHalf">

            <div class="text">

            <table class="two">

            <tr>

                <td_2>

                   <h4 style="color:deepskyblue">DESIGN * DEVELOPMENT * HIGHTECH</h4>

                </td_2>

            </tr>

            <tr>

                <td_2>

                   <h1>Trimagic Square of Order 12 A</h1>

                </td_2>

            </tr>

            <tr>

                <td_2>

                   <h3><p class="button"> Walter Trump </p></h3>

                </td_2>

            </tr>

            </table>

            </div>      

            </div></div>

            </section>

               

            <section class="secondsection">

              <div class="box-main">

                <div class="secondHalf">

                <div class="text">

                <table class="two">    

                <tr><th><td_2>

                  <div class="gallery">

                  <button class="btn_1">

                  <table class="one">

                  <tr>

                    <td>001</td>

                    <td>068</td>

                    <td>137</td>

                    <td>064</td>

                    <td>099</td>

                    <td>142</td>

                    <td>052</td>

                    <td>098</td>

                    <td>051</td>

                    <td>086</td>

                    <td>009</td>

                    <td>063</td>

                  </tr>

                  <tr>

                    <td>080</td>

                    <td>015</td>

                    <td>113</td>

                    <td>132</td>

                    <td>139</td>

                    <td>076</td>

                    <td>018</td>

                    <td>012</td>

                    <td>055</td>

                    <td>079</td>

                    <td>056</td>

                    <td>095</td>

                  </tr>

                  <tr>

                    <td>109</td>

                    <td>126</td>

                    <td>040</td>

                    <td>021</td>

                    <td>053</td>

                    <td>096</td>

                    <td>131</td>

                    <td>091</td>

                    <td>116</td>

                    <td>010</td>

                    <td>042</td>

                    <td>035</td>

                  </tr>

                  <tr>

                    <td>043</td>

                    <td>108</td>

                    <td>025</td>

                    <td>044</td>

                    <td>112</td>

                    <td>107</td>

                    <td>071</td>

                    <td>141</td>

                    <td>005</td>

                    <td>030</td>

                    <td>070</td>

                    <td>114</td>

                  </tr>

                  <tr>

                    <td>020</td>

                    <td>045</td>

                    <td>106</td>

                    <td>128</td>

                    <td>062</td>

                    <td>134</td>

                    <td>027</td>

                    <td>067</td>

                    <td>097</td>

                    <td>117</td>

                    <td>060</td>

                    <td>007</td>

                  </tr>

                  <tr>

                    <td>057</td>

                    <td>026</td>

                    <td>084</td>

                    <td>058</td>

                    <td>129</td>

                    <td>073</td>

                    <td>034</td>

                    <td>041</td>

                    <td>123</td>

                    <td>122</td>

                    <td>002</td>

                    <td>121</td>

                  </tr>

                  <tr>

                    <td>088</td>

                    <td>119</td>

                    <td>061</td>

                    <td>087</td>

                    <td>016</td>

                    <td>072</td>

                    <td>111</td>

                    <td>104</td>

                    <td>022</td>

                    <td>023</td>

                    <td>143</td>

                    <td>024</td>

                  </tr>

                  <tr>

                    <td>125</td>

                    <td>100</td>

                    <td>039</td>

                    <td>017</td>

                    <td>083</td>

                    <td>011</td>

                    <td>118</td>

                    <td>078</td>

                    <td>048</td>

                    <td>028</td>

                    <td>085</td>

                    <td>138</td>

                  </tr>

                  <tr>

                    <td>102</td>

                    <td>037</td>

                    <td>120</td>

                    <td>101</td>

                    <td>033</td>

                    <td>038</td>

                    <td>074</td>

                    <td>004</td>

                    <td>140</td>

                    <td>115</td>

                    <td>075</td>

                    <td>031</td>

                  </tr>

                  <tr>

                    <td>036</td>

                    <td>019</td>

                    <td>105</td>

                    <td>124</td>

                    <td>092</td>

                    <td>049</td>

                    <td>014</td>

                    <td>054</td>

                    <td>029</td>

                    <td>135</td>

                    <td>103</td>

                    <td>110</td>

                  </tr>

                  <tr>

                    <td>065</td>

                    <td>130</td>

                    <td>032</td>

                    <td>013</td>

                    <td>006</td>

                    <td>069</td>

                    <td>127</td>

                    <td>133</td>

                    <td>090</td>

                    <td>066</td>

                    <td>089</td>

                    <td>050</td>

                  </tr>

                  <tr>

                    <td>144</td>

                    <td>077</td>

                    <td>008</td>

                    <td>081</td>

                    <td>046</td>

                    <td>003</td>

                    <td>093</td>

                    <td>047</td>

                    <td>094</td>

                    <td>059</td>

                    <td>136</td>

                    <td>082</td>

                  </tr>

                 </table></button>

                <div class="desc">Trimagic Square of Order 12  #1</div>

                </div>  

                </td_2></th>

                <th><td_2>

                <div class="gallery">

                <button class="btn_1">

                <table class="one">

                  <tr>

                    <td>001</td>

                    <td>073</td>

                    <td>075</td>

                    <td>055</td>

                    <td>140</td>

                    <td>080</td>

                    <td>009</td>

                    <td>132</td>

                    <td>122</td>

                    <td>058</td>

                    <td>074</td>

                    <td>051</td>

                  </tr>

                  <tr>

                    <td>104</td>

                    <td>024</td>

                    <td>097</td>

                    <td>010</td>

                    <td>103</td>

                    <td>139</td>

                    <td>030</td>

                    <td>054</td>

                    <td>059</td>

                    <td>029</td>

                    <td>096</td>

                    <td>125</td>

                  </tr>

                  <tr>

                    <td>033</td>

                    <td>002</td>

                    <td>035</td>

                    <td>095</td>

                    <td>124</td>

                    <td>105</td>

                    <td>045</td>

                    <td>068</td>

                    <td>142</td>

                    <td>084</td>

                    <td>106</td>

                    <td>031</td>

                  </tr>

                  <tr>

                    <td>079</td>

                    <td>113</td>

                    <td>131</td>

                    <td>056</td>

                    <td>108</td>

                    <td>018</td>

                    <td>052</td>

                    <td>046</td>

                    <td>019</td>

                    <td>129</td>

                    <td>102</td>

                    <td>017</td>

                  </tr>

                  <tr>

                    <td>062</td>

                    <td>109</td>

                    <td>057</td>

                    <td>130</td>

                    <td>060</td>

                    <td>092</td>

                    <td>107</td>

                    <td>011</td>

                    <td>067</td>

                    <td>138</td>

                    <td>012</td>

                    <td>025</td>

                  </tr>

                  <tr>

                    <td>123</td>

                    <td>081</td>

                    <td>004</td>

                    <td>118</td>

                    <td>044</td>

                    <td>111</td>

                    <td>026</td>

                    <td>028</td>

                    <td>069</td>

                    <td>047</td>

                    <td>137</td>

                    <td>082</td>

                  </tr>

                  <tr>

                    <td>022</td>

                    <td>064</td>

                    <td>141</td>

                    <td>027</td>

                    <td>101</td>

                    <td>034</td>

                    <td>119</td>

                    <td>117</td>

                    <td>076</td>

                    <td>098</td>

                    <td>008</td>

                    <td>063</td>

                  </tr>

                  <tr>

                    <td>083</td>

                    <td>036</td>

                    <td>088</td>

                    <td>015</td>

                    <td>085</td>

                    <td>053</td>

                    <td>038</td>

                    <td>134</td>

                    <td>078</td>

                    <td>007</td>

                    <td>133</td>

                    <td>120</td>

                  </tr>

                  <tr>

                    <td>066</td>

                    <td>032</td>

                    <td>014</td>

                    <td>089</td>

                    <td>037</td>

                    <td>127</td>

                    <td>093</td>

                    <td>099</td>

                    <td>126</td>

                    <td>016</td>

                    <td>043</td>

                    <td>128</td>

                  </tr>

                  <tr>

                    <td>112</td>

                    <td>143</td>

                    <td>110</td>

                    <td>050</td>

                    <td>021</td>

                    <td>040</td>

                    <td>100</td>

                    <td>077</td>

                    <td>003</td>

                    <td>061</td>

                    <td>039</td>

                    <td>114</td>

                  </tr>

                  <tr>

                    <td>041</td>

                    <td>121</td>

                    <td>048</td>

                    <td>135</td>

                    <td>042</td>

                    <td>006</td>

                    <td>115</td>

                    <td>091</td>

                    <td>086</td>

                    <td>116</td>

                    <td>049</td>

                    <td>020</td>

                  </tr>

                  <tr>

                    <td>144</td>

                    <td>072</td>

                    <td>070</td>

                    <td>090</td>

                    <td>005</td>

                    <td>065</td>

                    <td>136</td>

                    <td>013</td>

                    <td>023</td>

                    <td>087</td>

                    <td>071</td>

                    <td>094</td>

                  </tr>

                </table></button>

                <div class="desc">Trimagic Square of Order 12  #2</div>

                </div>

                </td_2></th>

                <th><td_2>

                <div class="gallery">

                <button class="btn_1">

                <table class="one">

                  <tr>

                    <td>002</td>

                    <td>012</td>

                    <td>088</td>

                    <td>063</td>

                    <td>031</td>

                    <td>091</td>

                    <td>076</td>

                    <td>137</td>

                    <td>059</td>

                    <td>144</td>

                    <td>083</td>

                    <td>084</td>

                  </tr>

                  <tr>

                    <td>112</td>

                    <td>024</td>

                    <td>123</td>

                    <td>098</td>

                    <td>079</td>

                    <td>068</td>

                    <td>032</td>

                    <td>111</td>

                    <td>136</td>

                    <td>049</td>

                    <td>027</td>

                    <td>011</td>

                  </tr>

                  <tr>

                    <td>087</td>

                    <td>060</td>

                    <td>029</td>

                    <td>005</td>

                    <td>130</td>

                    <td>064</td>

                    <td>107</td>

                    <td>016</td>

                    <td>103</td>

                    <td>078</td>

                    <td>141</td>

                    <td>050</td>

                  </tr>

                  <tr>

                    <td>125</td>

                    <td>128</td>

                    <td>070</td>

                    <td>051</td>

                    <td>019</td>

                    <td>003</td>

                    <td>106</td>

                    <td>080</td>

                    <td>037</td>

                    <td>074</td>

                    <td>045</td>

                    <td>132</td>

                  </tr>

                  <tr>

                    <td>072</td>

                    <td>101</td>

                    <td>131</td>

                    <td>046</td>

                    <td>056</td>

                    <td>021</td>

                    <td>117</td>

                    <td>052</td>

                    <td>127</td>

                    <td>007</td>

                    <td>110</td>

                    <td>030</td>

                  </tr>

                  <tr>

                    <td>043</td>

                    <td>090</td>

                    <td>025</td>

                    <td>135</td>

                    <td>119</td>

                    <td>122</td>

                    <td>006</td>

                    <td>040</td>

                    <td>104</td>

                    <td>053</td>

                    <td>036</td>

                    <td>097</td>

                  </tr>

                  <tr>

                    <td>102</td>

                    <td>055</td>

                    <td>120</td>

                    <td>010</td>

                    <td>026</td>

                    <td>023</td>

                    <td>139</td>

                    <td>105</td>

                    <td>041</td>

                    <td>092</td>

                    <td>109</td>

                    <td>048</td>

                  </tr>

                  <tr>

                    <td>073</td>

                    <td>044</td>

                    <td>014</td>

                    <td>099</td>

                    <td>089</td>

                    <td>124</td>

                    <td>028</td>

                    <td>093</td>

                    <td>018</td>

                    <td>138</td>

                    <td>035</td>

                    <td>115</td>

                  </tr>

                  <tr>

                    <td>020</td>

                    <td>017</td>

                    <td>075</td>

                    <td>094</td>

                    <td>126</td>

                    <td>142</td>

                    <td>039</td>

                    <td>065</td>

                    <td>108</td>

                    <td>071</td>

                    <td>100</td>

                    <td>013</td>

                  </tr>

                  <tr>

                    <td>058</td>

                    <td>085</td>

                    <td>116</td>

                    <td>140</td>

                    <td>015</td>

                    <td>081</td>

                    <td>038</td>

                    <td>129</td>

                    <td>042</td>

                    <td>067</td>

                    <td>004</td>

                    <td>095</td>

                  </tr>

                  <tr>

                    <td>033</td>

                    <td>121</td>

                    <td>022</td>

                    <td>047</td>

                    <td>066</td>

                    <td>077</td>

                    <td>113</td>

                    <td>034</td>

                    <td>009</td>

                    <td>096</td>

                    <td>118</td>

                    <td>134</td>

                  </tr>

                  <tr>

                    <td>143</td>

                    <td>133</td>

                    <td>057</td>

                    <td>082</td>

                    <td>114</td>

                    <td>054</td>

                    <td>069</td>

                    <td>008</td>

                    <td>086</td>

                    <td>001</td>

                    <td>062</td>

                    <td>061</td>

                  </tr>

                </table></button>

                <div class="desc">Trimagic Square of Order 12  #3</div>

                </div>

                </td_2></th></tr>

             </table>

            </div>

           </div></div>        

          </section>    

               

          <section class="thirdsection">

              <div class="box-main">

                <div class="thirdHalf">

                <div class="text">

                <table class="two">    

                <tr><th><td_2>

                <div class="gallery">

                <button class="btn_2">

                <table class="one">

                  <tr>

                    <td>002</td>

                    <td>012</td>

                    <td>088</td>

                    <td>084</td>

                    <td>144</td>

                    <td>137</td>

                    <td>059</td>

                    <td>083</td>

                    <td>091</td>

                    <td>031</td>

                    <td>076</td>

                    <td>063</td>

                  </tr>

                  <tr>

                    <td>112</td>

                    <td>024</td>

                    <td>123</td>

                    <td>011</td>

                    <td>049</td>

                    <td>111</td>

                    <td>136</td>

                    <td>027</td>

                    <td>068</td>

                    <td>079</td>

                    <td>032</td>

                    <td>098</td>

                  </tr>

                  <tr>

                    <td>087</td>

                    <td>060</td>

                    <td>029</td>

                    <td>050</td>

                    <td>078</td>

                    <td>016</td>

                    <td>103</td>

                    <td>141</td>

                    <td>064</td>

                    <td>130</td>

                    <td>107</td>

                    <td>005</td>

                  </tr>

                  <tr>

                    <td>143</td>

                    <td>133</td>

                    <td>057</td>

                    <td>061</td>

                    <td>001</td>

                    <td>008</td>

                    <td>086</td>

                    <td>062</td>

                    <td>054</td>

                    <td>114</td>

                    <td>069</td>

                    <td>082</td>

                  </tr>

                  <tr>

                    <td>058</td>

                    <td>085</td>

                    <td>116</td>

                    <td>095</td>

                    <td>067</td>

                    <td>129</td>

                    <td>042</td>

                    <td>004</td>

                    <td>081</td>

                    <td>015</td>

                    <td>038</td>

                    <td>140</td>

                  </tr>

                  <tr>

                    <td>073</td>

                    <td>044</td>

                    <td>014</td>

                    <td>115</td>

                    <td>138</td>

                    <td>093</td>

                    <td>018</td>

                    <td>035</td>

                    <td>124</td>

                    <td>089</td>

                    <td>028</td>

                    <td>099</td>

                  </tr>

                  <tr>

                    <td>020</td>

                    <td>017</td>

                    <td>075</td>

                    <td>013</td>

                    <td>071</td>

                    <td>065</td>

                    <td>108</td>

                    <td>100</td>

                    <td>142</td>

                    <td>126</td>

                    <td>039</td>

                    <td>094</td>

                  </tr>

                  <tr>

                    <td>033</td>

                    <td>121</td>

                    <td>022</td>

                    <td>134</td>

                    <td>096</td>

                    <td>034</td>

                    <td>009</td>

                    <td>118</td>

                    <td>077</td>

                    <td>066</td>

                    <td>113</td>

                    <td>047</td>

                  </tr>

                  <tr>

                    <td>043</td>

                    <td>090</td>

                    <td>025</td>

                    <td>097</td>

                    <td>053</td>

                    <td>040</td>

                    <td>104</td>

                    <td>036</td>

                    <td>122</td>

                    <td>119</td>

                    <td>006</td>

                    <td>135</td>

                  </tr>

                  <tr>

                    <td>072</td>

                    <td>101</td>

                    <td>131</td>

                    <td>030</td>

                    <td>007</td>

                    <td>052</td>

                    <td>127</td>

                    <td>110</td>

                    <td>021</td>

                    <td>056</td>

                    <td>117</td>

                    <td>046</td>

                  </tr>

                  <tr>

                    <td>102</td>

                    <td>055</td>

                    <td>120</td>

                    <td>048</td>

                    <td>092</td>

                    <td>105</td>

                    <td>041</td>

                    <td>109</td>

                    <td>023</td>

                    <td>026</td>

                    <td>139</td>

                    <td>010</td>

                  </tr>

                  <tr>

                    <td>125</td>

                    <td>128</td>

                    <td>070</td>

                    <td>132</td>

                    <td>074</td>

                    <td>080</td>

                    <td>037</td>

                    <td>045</td>

                    <td>003</td>

                    <td>019</td>

                    <td>106</td>

                    <td>051</td>

                  </tr>

                </table></button>

                <div class="desc">Trimagic Square of Order 12  #4</div>

                </div>

                </td_2></th>

                <th><td_2>

                <div class="gallery">

                <button class="btn_2">

                <table class="one">

                  <tr>

                    <td>003</td>

                    <td>040</td>

                    <td>096</td>

                    <td>011</td>

                    <td>063</td>

                    <td>080</td>

                    <td>065</td>

                    <td>082</td>

                    <td>134</td>

                    <td>049</td>

                    <td>105</td>

                    <td>142</td>

                  </tr>

                  <tr>

                    <td>097</td>

                    <td>017</td>

                    <td>020</td>

                    <td>057</td>

                    <td>078</td>

                    <td>133</td>

                    <td>012</td>

                    <td>067</td>

                    <td>088</td>

                    <td>125</td>

                    <td>128</td>

                    <td>048</td>

                  </tr>

                  <tr>

                    <td>109</td>

                    <td>113</td>

                    <td>035</td>

                    <td>102</td>

                    <td>019</td>

                    <td>025</td>

                    <td>120</td>

                    <td>126</td>

                    <td>043</td>

                    <td>110</td>

                    <td>032</td>

                    <td>036</td>

                  </tr>

                  <tr>

                    <td>104</td>

                    <td>100</td>

                    <td>124</td>

                    <td>044</td>

                    <td>001</td>

                    <td>066</td>

                    <td>079</td>

                    <td>144</td>

                    <td>101</td>

                    <td>021</td>

                    <td>045</td>

                    <td>041</td>

                  </tr>

                  <tr>

                    <td>056</td>

                    <td>051</td>

                    <td>138</td>

                    <td>119</td>

                    <td>058</td>

                    <td>018</td>

                    <td>127</td>

                    <td>087</td>

                    <td>026</td>

                    <td>007</td>

                    <td>094</td>

                    <td>089</td>

                  </tr>

                  <tr>

                    <td>046</td>

                    <td>024</td>

                    <td>107</td>

                    <td>033</td>

                    <td>140</td>

                    <td>075</td>

                    <td>070</td>

                    <td>005</td>

                    <td>112</td>

                    <td>038</td>

                    <td>121</td>

                    <td>099</td>

                  </tr>

                  <tr>

                    <td>123</td>

                    <td>139</td>

                    <td>106</td>

                    <td>062</td>

                    <td>028</td>

                    <td>059</td>

                    <td>086</td>

                    <td>117</td>

                    <td>083</td>

                    <td>039</td>

                    <td>006</td>

                    <td>022</td>

                  </tr>

                  <tr>

                    <td>143</td>

                    <td>074</td>

                    <td>037</td>

                    <td>064</td>

                    <td>060</td>

                    <td>135</td>

                    <td>010</td>

                    <td>085</td>

                    <td>081</td>

                    <td>108</td>

                    <td>071</td>

                    <td>002</td>

                  </tr>

                  <tr>

                    <td>054</td>

                    <td>114</td>

                    <td>029</td>

                    <td>013</td>

                    <td>093</td>

                    <td>122</td>

                    <td>023</td>

                    <td>052</td>

                    <td>132</td>

                    <td>116</td>

                    <td>031</td>

                    <td>091</td>

                  </tr>

                  <tr>

                    <td>042</td>

                    <td>014</td>

                    <td>015</td>

                    <td>118</td>

                    <td>095</td>

                    <td>061</td>

                    <td>084</td>

                    <td>050</td>

                    <td>027</td>

                    <td>130</td>

                    <td>131</td>

                    <td>103</td>

                  </tr>

                  <tr>

                    <td>077</td>

                    <td>069</td>

                    <td>073</td>

                    <td>111</td>

                    <td>137</td>

                    <td>004</td>

                    <td>141</td>

                    <td>008</td>

                    <td>034</td>

                    <td>072</td>

                    <td>076</td>

                    <td>068</td>

                  </tr>

                  <tr>

                    <td>016</td>

                    <td>115</td>

                    <td>090</td>

                    <td>136</td>

                    <td>098</td>

                    <td>092</td>

                    <td>053</td>

                    <td>047</td>

                    <td>009</td>

                    <td>055</td>

                    <td>030</td>

                    <td>129</td>

                  </tr>

                </table></button>

                <div class="desc">Trimagic Square of Order 12  #5</div>

                </div>

                </td_2></th>

                <th><td_2>

                <div class="gallery">

                <button class="btn_2">

                <table class="one">

                  <tr>

                    <td>004</td>

                    <td>035</td>

                    <td>027</td>

                    <td>062</td>

                    <td>109</td>

                    <td>100</td>

                    <td>045</td>

                    <td>036</td>

                    <td>083</td>

                    <td>118</td>

                    <td>110</td>

                    <td>141</td>

                  </tr>

                  <tr>

                    <td>042</td>

                    <td>018</td>

                    <td>136</td>

                    <td>086</td>

                    <td>041</td>

                    <td>108</td>

                    <td>037</td>

                    <td>104</td>

                    <td>059</td>

                    <td>009</td>

                    <td>127</td>

                    <td>103</td>

                  </tr>

                  <tr>

                    <td>038</td>

                    <td>028</td>

                    <td>032</td>

                    <td>069</td>

                    <td>139</td>

                    <td>039</td>

                    <td>106</td>

                    <td>006</td>

                    <td>076</td>

                    <td>113</td>

                    <td>117</td>

                    <td>107</td>

                  </tr>

                  <tr>

                    <td>081</td>

                    <td>124</td>

                    <td>068</td>

                    <td>054</td>

                    <td>023</td>

                    <td>142</td>

                    <td>003</td>

                    <td>122</td>

                    <td>091</td>

                    <td>077</td>

                    <td>021</td>

                    <td>064</td>

                  </tr>

                  <tr>

                    <td>085</td>

                    <td>044</td>

                    <td>024</td>

                    <td>133</td>

                    <td>055</td>

                    <td>017</td>

                    <td>128</td>

                    <td>090</td>

                    <td>012</td>

                    <td>121</td>

                    <td>101</td>

                    <td>060</td>

                  </tr>

                  <tr>

                    <td>129</td>

                    <td>093</td>

                    <td>111</td>

                    <td>008</td>

                    <td>105</td>

                    <td>065</td>

                    <td>080</td>

                    <td>040</td>

                    <td>137</td>

                    <td>034</td>

                    <td>052</td>

                    <td>016</td>

                  </tr>

                  <tr>

                    <td>058</td>

                    <td>073</td>

                    <td>112</td>

                    <td>143</td>

                    <td>102</td>

                    <td>020</td>

                    <td>125</td>

                    <td>043</td>

                    <td>002</td>

                    <td>033</td>

                    <td>072</td>

                    <td>087</td>

                  </tr>

                  <tr>

                    <td>095</td>

                    <td>115</td>

                    <td>011</td>

                    <td>061</td>

                    <td>048</td>

                    <td>013</td>

                    <td>132</td>

                    <td>097</td>

                    <td>084</td>

                    <td>134</td>

                    <td>030</td>

                    <td>050</td>

                  </tr>

                  <tr>

                    <td>140</td>

                    <td>099</td>

                    <td>098</td>

                    <td>082</td>

                    <td>010</td>

                    <td>094</td>

                    <td>051</td>

                    <td>135</td>

                    <td>063</td>

                    <td>047</td>

                    <td>046</td>

                    <td>005</td>

                  </tr>

                  <tr>

                    <td>067</td>

                    <td>138</td>

                    <td>049</td>

                    <td>001</td>

                    <td>092</td>

                    <td>071</td>

                    <td>074</td>

                    <td>053</td>

                    <td>144</td>

                    <td>096</td>

                    <td>007</td>

                    <td>078</td>

                  </tr>

                  <tr>

                    <td>116</td>

                    <td>014</td>

                    <td>123</td>

                    <td>057</td>

                    <td>120</td>

                    <td>075</td>

                    <td>070</td>

                    <td>025</td>

                    <td>088</td>

                    <td>022</td>

                    <td>131</td>

                    <td>029</td>

                  </tr>

                  <tr>

                    <td>015</td>

                    <td>089</td>

                    <td>079</td>

                    <td>114</td>

                    <td>026</td>

                    <td>126</td>

                    <td>019</td>

                    <td>119</td>

                    <td>031</td>

                    <td>066</td>

                    <td>056</td>

                    <td>130</td>

                  </tr>

                </table></button>

                <div class="desc">Trimagic Square of Order 12  #6</div>

                </div>

                </td_2></th></tr>

             </table>

            </div>

           </div></div>        

          </section>          

 <script>

/* When the user clicks on the button,

toggle between hiding and showing the dropdown content */

function myFunction() {

  document.getElementById("myDropdown").classList.toggle("show");

}

 

// Close the dropdown if the user clicks outside of it

window.onclick = function(event) {

  if (!event.target.matches('.dropbtn')) {

    var dropdowns = document.getElementsByClassName("dropdown-content");

    var i;

    for (i = 0; i < dropdowns.length; i++) {

      var openDropdown = dropdowns[i];

      if (openDropdown.classList.contains('show')) {

        openDropdown.classList.remove('show');

      }

    }

  }

}

</script>      

</article>

   

        <nav id="mainNav"></nav>

        <!-- /* ---------New Layout Section2---------- */ -->

   

    <!-- /* ---------New Layout Section3---------- */ -->

    <footer id="pageFooter">

    <div class="footer">&copy;<span id="year">2025</span><span> Squaremagie Space. All rights reserved.</span></div>

    </footer>

    <!-- /* ---------New Layout Section3---------- */ -->

   

  </body>

</html>