Skip to content

Commit

Permalink
W
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshReddyJulakanti committed May 14, 2021
1 parent 899afda commit ed2fef1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions WConnectHome/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<style>
/* body{background-color:red;} */
nav{width: 100%;height: 20%;background-color: aqua;}
</style>
</head>
<body>
<nav>


</nav>


</body>
</html>
2 changes: 1 addition & 1 deletion matrix/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<h id="echelon" class="subhead" >This will find the Rank of a matrix through Ehelon form</h><br>
<h id="enter" class="subhead" >Enter matrix values here</h><br>

+
<input id="a11" placeholder="a11" type="number" >
<input id="a12" placeholder="a12" type="number" >
<input id="a13" placeholder="a13" type="number" ><br>
Expand Down
File renamed without changes.

0 comments on commit ed2fef1

Please sign in to comment.