Skip to content

Commit

Permalink
Update 3var.html
Browse files Browse the repository at this point in the history
dibba bn gya ;)
  • Loading branch information
Sudhanshukaul123 committed Sep 6, 2023
1 parent 9c76c6d commit aabb1c3
Showing 1 changed file with 40 additions and 3 deletions.
43 changes: 40 additions & 3 deletions Web_Source/3var.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>3 Variasble k-map Solver</title>
</head>
<head>
<title>3 Variasble k-map Solver</title>
<meta name="viewport" content="width=device-width, initial-scale=0.8" />
<meta charset="UTF-8" />
<link rel="stylesheet" href="main.css" />
<link href="https://fonts.googleapis.com/css?family=Libre Baskerville" rel="stylesheet" />
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js"></script>
</head>
<style>
.head {
height: auto;
Expand Down Expand Up @@ -124,6 +130,32 @@
align-items:end;
justify-content:end;
}
.main{
height: 150px;
width: 450px;
border: 2px solid black;
display: flexbox;
border-radius: 25px;

}
.text-1{
height: 75px;
width: 450px;
font-size: 18px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
justify-content: center;
align-items: center;
display: flex;
}
.text-2{
height: 75px;
width: 450px;
font-size: 18px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
justify-content: center;
align-items: center;
display: flex;
}
</style>
<body>
</div>
Expand Down Expand Up @@ -161,5 +193,10 @@
<div class="sq4"style="border-left: 0px solid black; border-top: 0px solid black">7</div>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br>
<div class="main">
<span class="para" style="font-size: 38px;"></span>\[f(A,B,C....)=m\sum (0,1,2,3,7,5.....)\]
<div class="text-1">Y=0</div>
</div>
</body>
</html>

0 comments on commit aabb1c3

Please sign in to comment.