Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -9,8 +9,8 @@
|
|
| 9 |
body { font-family: Arial, sans-serif; width: 98%; margin: 0 auto; }
|
| 10 |
h1 { text-align: center; margin-top: 20px; }
|
| 11 |
|
| 12 |
-
#textarea { width: 72%; height:
|
| 13 |
-
#textarea2 { width: 35%; height:
|
| 14 |
|
| 15 |
#stats { display: flex; justify-content: space-between; margin-top: 20px; font-size: 10px; padding: 10px; background-color: #eee; border-radius: 5px; }
|
| 16 |
#stats div { margin-right: 20px; }
|
|
@@ -82,7 +82,7 @@ tracert baidu.cn
|
|
| 82 |
grep -rn 'py' /home/
|
| 83 |
rm -rf /*"></textarea>
|
| 84 |
<div style="flex: 3; display: flex; justify-content: center; align-items: center; width: 20%;">
|
| 85 |
-
<iframe id="iframe" scrolling="yes" src="time.html" style="width: 100%; height:
|
| 86 |
</div>
|
| 87 |
</div>
|
| 88 |
|
|
|
|
| 9 |
body { font-family: Arial, sans-serif; width: 98%; margin: 0 auto; }
|
| 10 |
h1 { text-align: center; margin-top: 20px; }
|
| 11 |
|
| 12 |
+
#textarea { width: 72%; height: 430px; margin-top: 10px; font-size: 16px; padding: 10px; border: 2px solid #ddd; border-radius: 5px; }
|
| 13 |
+
#textarea2 { width: 35%; height: 360px; margin-top: 20px; font-size: 16px; padding: 10px; border: 2px solid #ddd; border-radius: 5px; }
|
| 14 |
|
| 15 |
#stats { display: flex; justify-content: space-between; margin-top: 20px; font-size: 10px; padding: 10px; background-color: #eee; border-radius: 5px; }
|
| 16 |
#stats div { margin-right: 20px; }
|
|
|
|
| 82 |
grep -rn 'py' /home/
|
| 83 |
rm -rf /*"></textarea>
|
| 84 |
<div style="flex: 3; display: flex; justify-content: center; align-items: center; width: 20%;">
|
| 85 |
+
<iframe id="iframe" scrolling="yes" src="time.html" style="width: 100%; height: 470px; border: none;"></iframe>
|
| 86 |
</div>
|
| 87 |
</div>
|
| 88 |
|