Skip to content

Commit

Permalink
Nothing!!
Browse files Browse the repository at this point in the history
  • Loading branch information
neeraj-395 committed Sep 23, 2023
1 parent 4891629 commit f5ff243
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Web_Source/III_Variable.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
</div>
<br><br><br>
<div class="main" style="width: 400px;">
<span class="para" style="font-size: 38px;"></span>\[f(A,B,C)=m\sum (0,1,2,3,7,5.....)\]
<span class="para" style="font-size: 38px;"></span>\[f(A,B,C)=m\sum ( Null )\]
<div class="text-1">Y=0</div>
</div>
2 changes: 1 addition & 1 deletion Web_Source/II_Variable.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</div>
<br><br><br><br><br><br><br><br>
<div class="main" style="width: 300px;">
<span class="para" style="font-size: 18px;"></span>\[f(A,B)=m\sum (0,1,2,3,.....)\]
<span class="para" style="font-size: 18px;"></span>\[f(A,B)=m\sum ( Null )\]
<div id="ex1">
<div class="text-1">Y=0</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Web_Source/IV_Variable.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@

<br />
<div class="main">
<span class="para" style="font-size: 38px;"></span>\[f(A,B,C,D)=m\sum (0,1,2,3,7,5,13,11,5,14.....)\]
<span class="para" style="font-size: 38px;"></span>\[f(A,B,C,D)=m\sum ( Null )\]
<div class="text-1">Y=0</div>
</div>
6 changes: 3 additions & 3 deletions Web_Source/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ border-radius: 10px;
}
}
.header{
block-size: 100px;
block-size: 120px;
}
.headerimg{
max-height: 100px;
max-height: 110px;
}
.headerimg:hover{
filter: drop-shadow(1.5px 1.5px 1.5px grey) contrast(130%);
}
.headertxt{
height: 100%;
font-size: 5.2vmin;
font-size: 5vmin;
display:flex;
align-items: center;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion Web_Source/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1 class="heading">Karnaugh Map Solver</h1>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<button type="button" class="button" onclick="Click('K_MAP','IV_Variable.html');">
<span class="text1">IV&nbsp;&nbsp;Variables</span>
</button>
</button><br><br><br>

<div id="K_MAP" style="display: none;"></div>

Expand Down

0 comments on commit f5ff243

Please sign in to comment.