<!DOCTYPE html>

<html lang="en">

<head>

<title>HTML & CSS code 2025 Squaremagie download micke</title>

<meta name="keywords" content="html & css code squaremagie download" />

<meta name="description" content="html & css code squaremagie download" />

<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">    

body{

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

    background-color: lightgray;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    margin: 0;

}

<!-- /* coding java script with micke */ -->

/* The Modal (background) */

.modal {

  display: none; /* Hidden by default */

  position: fixed; /* Stay in place */

  z-index: 1; /* Sit on top */

  padding-top: 100px; /* Location of the box */

  left: 0;

  top: 0;

  width: 100%; /* Full width */

  height: 100%; /* Full height */

  overflow: auto; /* Enable scroll if needed */

  background-color: rgb(0,0,0); /* Fallback color */

  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

  text-align: left;

}

/* Modal Content */

.modal-content {

  background-color: #fefefe;

  margin: auto;

  padding: 20px;

  border: 1px solid #888;

  width: 30%;

}

/* The Close Button */

.close {

  color: red;

  float: right;

  font-size: 28px;

  font-weight: bold;

}

.close:hover,

.close:focus {

  color: #000;

  text-decoration: none;

  cursor: pointer;

}

<!-- /* coding java script with micke */ -->  

   

/* coding menu bar with micke+ */    

/* Add a black background color to the top navigation */

.topnav {

  background-color: darkslategray;

  overflow: hidden;

  padding: 10px 5px;

  text-align: center;

  margin-top: 9%; /* coding the top margin of left column nav div */

}

/* Style the links inside the navigation bar */

.topnav a {

  float: inherit;

  color: #f2f2f2;

  text-align: center;

  padding: 4px 4px;

  text-decoration: none;

  font-size: 14px;

}

/* Change the color of links on hover */

.topnav a:hover {

  background-color: white;

  color: black;

}

/* Add a color to the active/current link */

.topnav a.active {

  background-color: #04AA6D;

  color: white;

}

.topnav a.active:hover {

  background-color: greenyellow;

  color: black;

}

/* coding menu bar with micke+ */

   

/* coding menu dropdown with micke */

/* Style The Dropdown Button */

.dropbtn {

  background-color: #4CAF50;

  color: white;

  padding: 10px 10px;

  font-size: 15px;

  border: none;

  cursor: pointer;

  margin-top: 42%; /* coding the top margin of right column ads div */

}

/* The container <div> - needed to position the dropdown content */

.dropdown {

  position: relative;

  display: inline-block;

}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {

  display: none;

  position: absolute;

  background-color: #f9f9f9;

  min-width: 202px;

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

  padding: 0px 0px;

  border: none;

  text-align: left;

  font-size: 13px;

  z-index: 1;

}

/* Links inside the dropdown */

.dropdown-content a {

  color: black;

  padding: 10px 14px;

  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;

}

/* 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: 20% 1fr 20%;

  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: 575px) {

  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: 18px;

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

  color: purple;

  padding: 20px 20px;

  text-align: center;

  margin-top: 0px;

}

article, div {

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

  padding: 1px 5px;

  background: none;

  font-size: 15px;

  text-align: center;

  color: black;

  padding: 2px 0px;

  margin-top: 0%;

}

nav, div {

  padding: 0px 54px;

  background: none;

  font-size: 14px;

  text-align: center;

  margin-top: 15%;  /* coding the top margin of left column nav div */

}

ads, div {

  padding: 0px 40px;

  background: none;

  font-size: 13px;

  color: black;

  text-align: center;

  margin-top: 0%;

}

footer div {

  padding: 0px 0px;

  background: none;

  font-size: 15px;

  margin-top: 0px;

}

/* coding layout with micke */

   

/* coding color script with micke */

.animate-charcter

{

  text-transform: uppercase;

  background-image: linear-gradient(

    225deg,

    purple 10%,

    blueviolet 30%,

    deeppink 70%,

    yellow 90%

  );

  background-size: auto auto;

  background-clip: border-box;

  background-size: 200% auto;

  color: #fff;

  background-clip: text;

  color: transparent;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  animation: textclip 3s linear infinite;

  display: inline-block;

  font-size: 48px;

  text-align: center;

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

}

 

@keyframes textclip {

  to {

    background-position: -200% center;

  }

}

/* coding color script with micke */

   

/* coding text with micke */

.text{

    width: 100%;

    margin-top: 0%;

    text-transform: none;

    color: white;

}

.text h1{

    font-size: 36px;

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

    font-weight: 700px;

    margin: 5px 0px;

}

.text h2{

    font-size: 9px;

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

    font-weight: none;

    text-transform: none;

}

.text h3{

    font-size: 10px;

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

}

h1{

    text-align: center;

}

h2{

    text-align: center;

}

h3{

    text-align: center;

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

}

p{

    text-align: center;

    margin-top: 1%;

}  

/* coding text with micke */

   

/* coding magic table with micke */

.btn{

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

    color: darkgreen;

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

    border-style: none;

    font-size: 10px;

    font-weight: none;

    text-transform: none;

    line-height: 14px;

    width: auto;

    margin-top: 9%;

    border: 3px solid white;

    cursor: pointer;

    padding: 1px 2px;

    border-style: outset;

}

.btn:hover{

    background-color: white;

    color: black;

    padding: 1px 2px;

    border: 3px solid white;

}

 td {

    background-color: none;

    padding: 0px;

    border: 1px solid white;

}

    table.one {

    border-spacing: 1px 1px;

    position: center;

}

/* coding magic table with micke */

   

/* coding button with micke */

.button_1 {

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

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

   color: blue;

   padding: 0px 0px;

   text-align: center;

   text-decoration: none;

   display: inline-table;

   line-height: 0px;

   width: auto;

   font-weight: none;

   font-size: 15px;

   margin: 0px 0px;

   cursor: pointer;

   margin-top: 2%;

   justify-content: center;

   align-items: center;

   border: 0px solid none;

   border-style: none;

}

.button_1:hover{

    background-color: none;

    color: red;

}

.btn_2 {

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

    color: mediumpurple;

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

    border: none;

    font-size: 15px;

    font-weight: none;

    text-transform: none;

    line-height: 25px;

    width: auto;

    margin-top: 0px;

    border: 1px solid #eee;

    border-style: solid;

    cursor: pointer;

    text-align: left;

    padding: 0px 10px;

}

.btn_2:hover{

    background-color: #fff;

    color: red;

    border: 1px solid pink;

}

.btn_3 {

    background-color: #fff;

    color: mediumpurple;

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

    border: none;

    font-size: 15px;

    font-weight: none;

    text-transform: none;

    line-height: 25px;

    width: auto;

    margin-top: 0px;

    border: 1px solid #fff;

    border-style: solid;

    cursor: pointer;

    text-align: left;

    padding: 0px 10px;

}

.btn_3:hover{

    background-color: #eee;

    color: red;

    border: 1px solid pink;

}

.btn_4 {

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

    color: purple;

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

    border: none;

    font-size: 15px;

    font-weight: none;

    text-transform: none;

    line-height: 25px;

    width: auto;

    margin-top: 0px;

    border: 1px solid #eee;

    border-style: solid;

    cursor: pointer;

    text-align: left;

    padding: 0px 10px;

}

.btn_4:hover{

    background-color: #fff;

    color: red;

    border: 1px solid pink;

}

.btn_5 {

    background-color: #fff;

    color: purple;

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

    border: none;

    font-size: 15px;

    font-weight: none;

    text-transform: none;

    line-height: 25px;

    width: auto;

    margin-top: 0px;

    border: 1px solid #fff;

    border-style: solid;

    cursor: pointer;

    text-align: left;

    padding: 0px 10px;

}

.btn_5:hover{

    background-color: #eee;

    color: red;

    border: 1px solid pink;

}

.btn_6 {

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

    color: green;

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

    border: none;

    font-size: 15px;

    font-weight: none;

    text-transform: none;

    line-height: 25px;

    width: auto;

    margin-top: 0px;

    border: 1px solid #eee;

    border-style: solid;

    cursor: pointer;

    text-align: left;

    padding: 0px 10px;

}

.btn_6:hover{

    background-color: #fff;

    color: red;

    border: 1px solid pink;

}

.btn_7 {

    background-color: #fff;

    color: green;

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

    border: none;

    font-size: 15px;

    font-weight: none;

    text-transform: none;

    line-height: 25px;

    width: auto;

    margin-top: 0px;

    border: 1px solid #fff;

    border-style: solid;

    cursor: pointer;

    text-align: left;

    padding: 0px 10px;

}

.btn_7:hover{

    background-color: #eee;

    color: red;

    border: 1px solid pink;

}

p.button {

    background-color: none;

    color: white;

    padding: 1px, 1px;

    text-align: center;

    text-decoration: none;

    margin-top: 12px;

    display: inline-block;

    font-size: 14px;

    position: relative;

    border-style: outset;

}

 p.button:hover {

    background-color: white;

}

/* coding button with micke */

   

/* coding JS images with micke */

img.medium {

    width: 500px;

    height: 500px;

}

img.align-center{

    display: block;

    margin: 0px auto;

}

/* coding JS images with micke */

   

/* coding table with micke */

table {

                border-collapse: collapse;

                width: 100%;

                padding: 2px 0px;

                margin-top: 5px;

            }

            th {

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

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

                padding: 10px 5px;

                font-size: 16px;

                text-align: center;

            }

            td {

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

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

                padding: 5px;

                font-size: 14px;

                text-align: left;

            }    

            table.alt tr:nth-child(even) {

                background-color: #eee;

            }

            table.alt tr:nth-child(odd) {

                background-color: #fff;

            }

/* coding table 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: purple;

  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">

             Welcome to Squaremagie

            </header>

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

   

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

            <article id="mainArticle">

               

            <!-- /* coding color script with micke1 */ -->

                <div class="container">

                <div class="row">

                 <div class="col-md-12 text-center">

                 <h1 class="animate-charcter">SQUAREMAGIE SPACE</h1>

                 </div>

                </div>

                </div>

            <!-- /* coding color script with micke1 */ -->

           

            <h3 style="color:red;"><b>Document Download 3</b></h3>  

             

            <table class="alt">

            <tr>

                <th>Squaremagie Download pdf</th>

                <th>Squaremagie Download xps</th>

                <th>Squaremagie Download pdf</th>

                <th>Squaremagie Download xps</th>

            </tr>

            <tr>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie1.pdf" target="_blank" download><button class="btn_4">Squaremagie 01 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie1.xps" target="_blank" download><button class="btn_4">Squaremagie 01 xps</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie15.pdf" target="_blank" download><button class="btn_4">Squaremagie 15 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie15.xps" target="_blank" download><button class="btn_4">Squaremagie 15 xps</button></a></abbr></td>

            </tr>

            <tr>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie2.pdf" target="_blank" download><button class="btn_5">Squaremagie 02 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie2.xps" target="_blank" download><button class="btn_5">Squaremagie 02 xps</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="#"><button class="btn_3">Squaremagie 00 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="#"><button class="btn_3">Squaremagie 00 xps</button></a></abbr></td>

            </tr>

            <tr>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie3.pdf" target="_blank" download><button class="btn_4">Squaremagie 03 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie3.xps" target="_blank" download><button class="btn_4">Squaremagie 03 xps</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="#"><button class="btn_2">Squaremagie 00 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="#"><button class="btn_2">Squaremagie 00 xps</button></a></abbr></td>

            </tr>

            <tr>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie4.pdf" target="_blank" download><button class="btn_5">Squaremagie 04 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie4.xps" target="_blank" download><button class="btn_5">Squaremagie 04 xps</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie16.pdf" target="_blank" download><button class="btn_5">Squaremagie 16 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie16.xps" target="_blank" download><button class="btn_5">Squaremagie 16 xps</button></a></abbr></td>

            </tr>

            <tr>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie5.pdf" target="_blank" download><button class="btn_4">Squaremagie 05 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie5.xps" target="_blank" download><button class="btn_4">Squaremagie 05 xps</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie17.pdf" target="_blank" download><button class="btn_4">Squaremagie 17 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="#"><button class="btn_2">Squaremagie 00 xps</button></a></abbr></td>

            </tr>

            <tr>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie6.pdf" target="_blank" download><button class="btn_5">Squaremagie 06 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie6.xps" target="_blank" download><button class="btn_5">Squaremagie 06 xps</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie18.pdf" target="_blank" download><button class="btn_5">Squaremagie 18 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie18.xps" target="_blank" download><button class="btn_5">Squaremagie 18 xps</button></a></abbr></td>

            </tr>

            <tr>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="#"><button class="btn_2">Squaremagie 00 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="#"><button class="btn_2">Squaremagie 00 xps</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie19.pdf" target="_blank" download><button class="btn_4">Squaremagie 01 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie19.xps" target="_blank" download><button class="btn_4">Squaremagie 15 xps</button></a></abbr></td>

            </tr>

            <tr>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="#"><button class="btn_3">Squaremagie 00 pdf</button></a></abbr></td>

                <td><abbr title=Download Squaremagie, xps-file.""><a href="#"><button class="btn_3">Squaremagie 00 xps</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie20.pdf" target="_blank" download><button class="btn_5">Squaremagie 20 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie20.xps" target="_blank" download><button class="btn_5">Squaremagie 20 xps</button></a></abbr></td>

            </tr>

            <tr>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="#"><button class="btn_2">Squaremagie 00 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="#"><button class="btn_2">Squaremagie 00 xps</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="#"><button class="btn_2">Squaremagie 00 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="#"><button class="btn_2">Squaremagie 00 xps</button></a></abbr></td>

            </tr>

            <tr>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie7.pdf" target="_blank"><button class="btn_5">Squaremagie 07 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="#"><button class="btn_3">Squaremagie 00 xps</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie21.pdf" target="_blank"><button class="btn_5">Squaremagie 21 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie21.xps" target="_blank"><button class="btn_5">Squaremagie 21 xps</button></a></abbr></td>

            </tr>

            <tr>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie8.pdf" target="_blank" download><button class="btn_6">Squaremagie 08 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie8.xps" target="_blank" download><button class="btn_6">Squaremagie 08 xps</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie22.pdf" target="_blank" download><button class="btn_6">Squaremagie 22 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie22.xps" target="_blank" download><button class="btn_6">Squaremagie 22 xps</button></a></abbr></td>

            </tr>

            <tr>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie9.pdf" target="_blank" download><button class="btn_7">Squaremagie 09 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie9.xps" target="_blank" download><button class="btn_7">Squaremagie 09 xps</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="squaremagie23.pdf" target="_blank" download><button class="btn_7">Squaremagie 23 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="squaremagie23.xps" target="_blank" download><button class="btn_7">Squaremagie 23 xps</button></a></abbr></td>

            </tr>

            <tr>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="#"><button class="btn_2">Squaremagie 00 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="#"><button class="btn_2">Squaremagie 00 xps</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="#"><button class="btn_2">Squaremagie 00 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="#"><button class="btn_2">Squaremagie 00 xps</button></a></abbr></td>

            </tr>

            <tr>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="#"><button class="btn_3">Squaremagie 00 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="#"><button class="btn_3">Squaremagie 00 xps</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, pdf-file."><a href="#"><button class="btn_3">Squaremagie 00 pdf</button></a></abbr></td>

                <td><abbr title="Download Squaremagie, xps-file."><a href="#"><button class="btn_3">Squaremagie 00 xps</button></a></abbr></td>

            </tr>

            </table>

            <!-- /* coding table1 with micke */ -->

               

            Index of color: Buttons with color <n style="color:mediumpurple;">Download</n> will be update. Buttons with color <n style="color:purple;">Download</n> are upload, and buttons with color <n style="color:green;">Download</n> are uploaded special documents.

               

            </article>

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

   

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

            <nav id="mainNav">

            <!-- /* coding menu bar with micke1 */ -->  

            <div class="topnav">

            <a class="active" href="#home">Home</a>

            <a href="#form">Download 1</a>

            <a href="#data">Download 2</a>

            </div>

            <!-- /* coding menu bar with micke1 */ -->

               

            <!-- /* coding table2 with micke */ -->

            <table>

            <tr>

                <th>Mikael Hermansson 2025</th>

            </tr>

            </table>

           

            <!-- /* coding java script with micke */ -->

               <!-- The Modal -->

               <div id="myModal" class="modal">

 

                 <!-- Modal content -->

                 <div class="modal-content">

                 <span class="close">&times;</span>

                 <p><b>Winter Olympics Games 1984. Olympic Gold Nicolai Drozdetsky.</b></p>

                 <p class="button"><img src="images/os.jpg" alt="os" class="align-center medium" /></p>

                 </div>

               </div>        

             

               <!-- Trigger/Open The Modal -->

              <abbr title="click on picture"><a button id="myBtn">

             <img src="images/os.jpg" width="274" height="274" alt="Nicolai Drozdetsky"></a></abbr>

             Olympic Ishockey Gold, Sarajevo 1984.  

            <!-- /* coding java script with micke */ -->  

               

                 <button class="btn">

                 <table class="one">

                  <tr>

                    <td>02</td>

                    <td>31</td>

                    <td>63</td>

                    <td>25</td>

                    <td>48</td>

                    <td>77</td>

                    <td>15</td>

                    <td>44</td>

                    <td>64</td>

                  </tr>

                  <tr>

                    <td>68</td>

                    <td>16</td>

                    <td>39</td>

                    <td>55</td>

                    <td>06</td>

                    <td>35</td>

                    <td>81</td>

                    <td>20</td>

                    <td>49</td>

                  </tr>

                  <tr>

                    <td>53</td>

                    <td>73</td>

                    <td>24</td>

                    <td>40</td>

                    <td>72</td>

                    <td>11</td>

                    <td>30</td>

                    <td>59</td>

                    <td>07</td>

                  </tr>

                  <tr>

                    <td>37</td>

                    <td>69</td>

                    <td>17</td>

                    <td>36</td>

                    <td>56</td>

                    <td>04</td>

                    <td>50</td>

                    <td>79</td>

                    <td>21</td>

                  </tr>

                  <tr>

                    <td>22</td>

                    <td>54</td>

                    <td>74</td>

                    <td>12</td>

                    <td>41</td>

                    <td>70</td>

                    <td>08</td>

                    <td>28</td>

                    <td>60</td>

                  </tr>

                  <tr>

                    <td>61</td>

                    <td>03</td>

                    <td>32</td>

                    <td>78</td>

                    <td>26</td>

                    <td>46</td>

                    <td>65</td>

                    <td>13</td>

                    <td>45</td>

                  </tr>

                  <tr>

                    <td>75</td>

                    <td>23</td>

                    <td>52</td>

                    <td>71</td>

                    <td>10</td>

                    <td>42</td>

                    <td>58</td>

                    <td>09</td>

                    <td>29</td>

                  </tr>

                  <tr>

                    <td>33</td>

                    <td>62</td>

                    <td>01</td>

                    <td>47</td>

                    <td>76</td>

                    <td>27</td>

                    <td>43</td>

                    <td>66</td>

                    <td>14</td>

                  </tr>

                  <tr>

                    <td>18</td>

                    <td>38</td>

                    <td>67</td>

                    <td>05</td>

                    <td>34</td>

                    <td>57</td>

                    <td>19</td>

                    <td>51</td>

                    <td>80</td>

                  </tr>

                </table></button>

                <p>Latin-Euler Bimagic Square of Order 9</p>

               

            <!-- /* coding table2 with micke */ -->          

            </nav>

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

   

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

            <div id="siteAds">

           

               

            <!-- /* coding dropdown menu with micke */ -->  

            <div class="dropdown">

            <button class="dropbtn">Squaremagie Special Links</button>

            <div class="dropdown-content">

            <a href="#">Squaremagie 1</a>

            <a href="#">Squaremagie 2</a>

            <a href="#">Squaremagie 3</a>

            <a href="#">Squaremagie 4</a>

            <a href="#">Squaremagie 5</a>

            <a href="#">Squaremagie 6</a>

            <a href="#">Squaremagie 7</a>

            <a href="#">Squaremagie 8</a>

            <a href="#">Squaremagie 9</a>

            <a href="mailto:squaremagie@outlook.com" target="_blank">Squaremagie email Contact</a>

            </div>

            </div>

            <!-- /* coding dropdown menu with micke */ -->        

               

            <!-- /* coding table3 with micke */ -->  

            <table>

            <tr>

                <th>Squaremagie Document 2025</th>

            </tr>

            </table>

            <abbr title="click on picture"><a href="images/sport.jpg" style="max-width:100%" alt="sport" target="_blank">

            <img src="images/sport.jpg" width="274" height="410" alt="name"></a></abbr>

            Your sport pictures text here.

            <table>

            <tr>

                <th><abbr title="Download Squaremagie, pdf-file."><a href="yellowsquaremagi1.pdf" target="_blank" download><button class="button_1">Yellw Squaremagie 01 pdf</button></a></abbr></th>

            </tr>

            <tr>

                <th><abbr title="Download Squaremagie, pdf-file."><a href="yellowsquaremagi2.pdf" target="_blank" download><button class="button_1">Yellw Squaremagie 02 pdf</button></a></abbr></th>

            </tr>

            <tr>

                <th><abbr title="Download Squaremagie, pdf-file."><a href="yellowsquaremagi3.pdf" target="_blank" download><button class="button_1">Yellw Squaremagie 03 pdf</button></a></abbr></th>

            </tr>

            <tr>

                <th><abbr title="Bimagic txt-file transformed to Word-html."><a href="#" target="_blank"><button class="button_1">Yellw Squaremagie 01 txt</button></a></abbr></th>

            </tr>

            </table>

            <!-- /* coding table3 with micke */ -->  

         </div>  

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

<script>

// Get the modal

var modal = document.getElementById("myModal");

 

// Get the button that opens the modal

var btn = document.getElementById("myBtn");

 

// Get the <span> element that closes the modal

var span = document.getElementsByClassName("close")[0];

 

// When the user clicks the button, open the modal

btn.onclick = function() {

  modal.style.display = "block";

}

 

// When the user clicks on <span> (x), close the modal

span.onclick = function() {

  modal.style.display = "none";

}

 

// When the user clicks anywhere outside of the modal, close it

window.onclick = function(event) {

  if (event.target == modal) {

    modal.style.display = "none";

  }

}

</script>

   

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

    <footer id="pageFooter">

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

    </footer>

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

     

  </body>

</html>