<!DOCTYPE html>
<html>
<head>
<title>HTML & CSS CODE</title>
<meta name="keywords" content="html & css code" />
<meta name="description" content="html & css code to magic table and button" />
<meta http-equiv="author" content="mikael
hermansson" />
<meta charset="UTF-8" />
</head>
<style type="text/css">
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color: green;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.text{
width: 100%;
margin-top: 5%;
text-transform: uppercase;
text-align: center;
color: white;
}
.text h1{
font-size: 36px;
font-family: 'montserrat', sans-serif;
font-weight: 700px;
margin: 14px 0px;
}
.text h2{
font-size: 13px;
font-family: 'open sans', sans-serif;
}
.text h3{
font-size: 15px;
font-family: 'open sans', sans-serif;
}
.text h4{
font-size: 10px;
font-family: 'open sans', sans-serif;
}
td {
background-color: none;
padding: 1px;
border: 1px solid white;
}
table.one {
border-spacing: 1px 1px;
position: center;
}
.btn_1{
background-color: rgba(255,255,255, 0.25);
color: white;
font-family: 'montserrat', sans-serif ;
border: none;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
line-height: 15px;
width: auto;
margin-top: 20px;
border: 3px solid white;
cursor: pointer;
}
.btn_1:hover{
background-color: white;
color: black;
}
.btn_2{
background-color: rgba(255,255,255, 0.164);
color: white;
font-family: 'montserrat', sans-serif;
border: none;
font-size: 13px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
line-height: 25px;
width: auto;
margin-top: 20px;
border: 2px solid pink;
cursor: pointer;
border-style: solid;
}
.btn_2:hover{
background-color: white;
color: blue;
}
.btn_3 {
background-color: rgba(255,255,255, 0.16);
color: aqua;
font-family: 'Source Sans Pro', sans-serif;
font-size: 13px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
line-height: 18px;
width: auto;
margin-top: 20px;
list-style-type: none;
padding: 5px 15px;
border: 2px solid pink;
display: inline-block;
border-radius: 3px 18px;
position: relative;
cursor: pointer;
border-style: solid;
}
.btn_3:hover{
background-color: white;
color: red;
border-radius: 3px 5px;
}
.btn_4 {
background-color: rgba(255,255,255, 0.36);
color: blue;
font-family: 'montserrat', sans-serif ;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
line-height: 20px;
width: auto;
margin-top: 10px;
border: 3px solid white;
cursor: pointer;
border-style: outset;
}
.btn_4:hover{
background-color: white;
color: red;
}
p.button_1 {
background-color: purple;
color: white;
padding: 1px, 1px;
text-align: center;
margin-top: 10px;
text-decoration: none;
display: inline-block;
font-size: 14px;
border-style: outset;
}
p.button_1:hover {
background-color: white;
color: purple;
}
p.button_2 {
background-color: red;
color: white;
padding: 1px, 1px;
text-align: center;
margin-top: 12px;
text-decoration: none;
display: inline-block;
font-size: 14px;
border-style: inset;
}
p.button_2:hover {
background-color: white;
color: red;
}
</style>
<body>
<div class="text">
<h2> DESIGN * DEVELOPMENT * HIGHTECH </h2>
<h1>SOURCE CODE TO SQUAREMAGIE</h1>
<h2><p class="button_1">HTML & CSS CODE</p></h2>
<h3><p class="button_2">BY MIKAEL HERMANSSON</p></h3>
<p><abbr title="Download Bimagic Square on Excelsheet,
xlsx-file."><a href="#" target="_blank" download><button class="btn_2">*Bimagic
Square Excelsheet*</button></a></abbr></p>
<abbr title="Download Source
code to Squaremagie, pdf-file."><a href="#" target="_blank" download><button class="btn_3">Squaremagie PDF</button></a></abbr>
<abbr title="Download Source
code to Squaremagie, xps-file."><a href="#" target="_blank" download><button class="btn_3">Squaremagie XPS</button></a></abbr>
<p><button class="btn_1">
<table class="one">
<tr>
<td>003</td>
<td>087</td>
<td>079</td>
<td>109</td>
<td>112</td>
<td>041</td>
<td>012</td>
<td>054</td>
<td>086</td>
<td>037</td>
<td>051</td>
</tr>
<tr>
<td>034</td>
<td>014</td>
<td>021</td>
<td>048</td>
<td>095</td>
<td>118</td>
<td>066</td>
<td>102</td>
<td>096</td>
<td>025</td>
<td>052</td>
</tr>
<tr>
<td>093</td>
<td>019</td>
<td>033</td>
<td>030</td>
<td>072</td>
<td>076</td>
<td>106</td>
<td>121</td>
<td>009</td>
<td>047</td>
<td>065</td>
</tr>
<tr>
<td>064</td>
<td>098</td>
<td>038</td>
<td>044</td>
<td>082</td>
<td>031</td>
<td>114</td>
<td>028</td>
<td>059</td>
<td>111</td>
<td>002</td>
</tr>
<tr>
<td>055</td>
<td>049</td>
<td>116</td>
<td>062</td>
<td>053</td>
<td>105</td>
<td>100</td>
<td>007</td>
<td>083</td>
<td>018</td>
<td>023</td>
</tr>
<tr>
<td>005</td>
<td>032</td>
<td>107</td>
<td>080</td>
<td>045</td>
<td>061</td>
<td>077</td>
<td>042</td>
<td>015</td>
<td>090</td>
<td>117</td>
</tr>
<tr>
<td>099</td>
<td>104</td>
<td>039</td>
<td>115</td>
<td>022</td>
<td>017</td>
<td>069</td>
<td>060</td>
<td>006</td>
<td>073</td>
<td>067</td>
</tr>
<tr>
<td>120</td>
<td>011</td>
<td>063</td>
<td>094</td>
<td>008</td>
<td>091</td>
<td>040</td>
<td>078</td>
<td>084</td>
<td>024</td>
<td>058</td>
</tr>
<tr>
<td>057</td>
<td>075</td>
<td>113</td>
<td>001</td>
<td>016</td>
<td>046</td>
<td>050</td>
<td>092</td>
<td>089</td>
<td>103</td>
<td>029</td>
</tr>
<tr>
<td>070</td>
<td>097</td>
<td>026</td>
<td>020</td>
<td>056</td>
<td>004</td>
<td>027</td>
<td>074</td>
<td>101</td>
<td>108</td>
<td>088</td>
</tr>
<tr>
<td>071</td>
<td>085</td>
<td>036</td>
<td>068</td>
<td>110</td>
<td>081</td>
<td>010</td>
<td>013</td>
<td>043</td>
<td>035</td>
<td>119</td>
</tr>
</table></button></p>
<p><h4>Bimagic Square of Order 11 by Mikael Hermansson S2=54351 </h4></p>
<abbr title="Link to Squaremagie"><a href="https://squaremagie.com" target="_blank"><button class="btn_4">Squaremagie</button></a></abbr>
<!-- /* coding with Micke */ -->
</div>
</body>
</html>