-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfe3-3.html
More file actions
54 lines (49 loc) · 1.89 KB
/
fe3-3.html
File metadata and controls
54 lines (49 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0">
<title>Φύλλο εργασίας 3</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="css/fe3-3.css">
</head>
<body>
<div class="bordered">
<div class="container">
<div class="third half-full"><span style="font-weight:bold"> Φύλλο εργασίας 3 </span>
<hr>
</div>
<div class="third half-full"><span> Πείραμα 3 </span>
<hr>
</div>
<div class="third half-full"><span>© Περί ΦυσιQuiz</span>
<hr>
</div>
</div>
<hr>
<div class="half">
<div class="container">
<img src="img/fe3-4.png" alt=" Φύλλο εργασίας 3" style="width:90%;">
<i id="hide-button" class="fa fa-eye-slash myCanvas-button"
style="position:absolute;top:0%;left:72%;color:#333;font-size:2vw" onclick="hideDIV();"
title="Κρύψε το ελατήριο"></i>
<button style="position:absolute;top:20%;left:72%"
onclick="calculateMass();">Βρες<br>τη<br>μαζα</button>
<input id="length" class="input" style="top: 0%;" type="number" placeholder="πχ 1.5" step="0.1" min="0"
max="60">
<p id="mass"
style="font-size:1.3vw;position:absolute;top:86%; left:50%;color:red;transform: translate(-50%, -50%);">
</p>
</div>
<canvas id="plot" style="width:90%">Please update your browser!</canvas>
</div>
<div id="weightsDIV" class=" half">
<canvas id="spring" style="width:100%">Update your browser</canvas>
</div>
<img src="img/fe3-3.png" style="display:none">
<p id="demo"></p>
</div>
<script src="js/fe3-3.js"></script>
</body>
</html>