-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython less.html
More file actions
94 lines (66 loc) · 1.8 KB
/
Copy pathpython less.html
File metadata and controls
94 lines (66 loc) · 1.8 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="pA.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<style>
body{
background-color: #000;
}
@media screen and (max-width: 400px){
body{
background-color: #000;
background-size: 420px 780px;
padding: 0;
margin: 0;
}
}
@media screen and (min-width: 401px) and (max-width: 1800px){
body{
background-color: #000;
background-size: 1385px;
padding: 0;
margin: 0;
}
js-about{
padding: 0;
margin: 0;
color: slategray;
text-align: right;
}
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<body>
<img src="icons/gifpy.gif" alt="python" width="390" height="250">
<br>
<h3 class="py1">lesson1</h3> <br>
<iframe width="380" height="300" src="https://www.youtube.com/embed/apvTNtAuEeo">
</iframe>
<hr width="120">
<br>
<center>
<div>
<button class="send" onclick="location.href='sends.html';">send the solution <i style="font-size:16px" class="fa"></i></button>
</div>
</center>
<br>
<hr width="120">
<br>
<h3 class="py2">lesson2</h3>
<iframe width="380" height="300" src="https://mega.nz/embed/4lk2HYZT#FQyxoM8Z-ParvqDvPKOUMPeU23J7XVoXfS8PL8Dhg7s">
</iframe>
<br>
<br>
<br>
<center>
<div>
<button onclick="location.href='index.html'; " class="back-home">Back Home <i class='fas fa-home'></i></button>
</div>
</center>
<br>
<br>
<br>
</body>
</html>