Skip to content

Commit

Permalink
8
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo-07 committed Nov 1, 2021
1 parent 5dcb36c commit 4faed26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion css/style2.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html {
top: -55px;
border-radius: 10px;
max-width: 500px;
max-height: 615px;
max-height: 700px;
margin: 100px auto;
margin-bottom: 10px;
font-size: 30px;
Expand All @@ -16,6 +16,12 @@ html {
}


#main_text {
position: relative;
text-align: center;
top: 10px;
}

#triangle-bottomleft {
position: relative;
top: 50px;
Expand Down
1 change: 1 addition & 0 deletions pythagorean_theorem.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ <h1 id="title1">Welcome to the MathFormulas</h1>
<a href="percentage.html" style="color: black;"><h5 id="percentage">Percentage</h5></a>
</div>
<div id="principal1">
<h4 id="main_text">Insert the values you have and leave the value you want to find empty</h4>
<div id="triangle-bottomleft"></div>
<form class="mb-3" name="form_2" action="javascript:pythagorean();" style="text-align: center; height: 500px;">
<div>
Expand Down

0 comments on commit 4faed26

Please sign in to comment.