diff --git a/icons/src.png b/icons/src.png deleted file mode 100644 index 7e3e646..0000000 Binary files a/icons/src.png and /dev/null differ diff --git a/icons/status.png b/icons/status.png deleted file mode 100644 index a14cd2e..0000000 Binary files a/icons/status.png and /dev/null differ diff --git a/index.html b/index.html index 4302873..e782cc2 100644 --- a/index.html +++ b/index.html @@ -14,9 +14,36 @@ เนื่องด้วยปัญหาเกี่ยวกับ ISP บริการของ TechTransThai จะไม่สามารถใช้งานได้ในเวลาประมาณ 02.00-03.00 น. ของทุก ๆ วัน -
+
TTT Logo

TechTransThai 🏳️‍⚧️

+
+
+ + +
+ + + + +
+ วงแหวนเว็บ +
+ +
+ +
+ DATE-VERSION +
+ +
+ +
+ สถานะการให้บริการ +
+ + +
@@ -231,22 +258,8 @@
-

ข้อมูลเพิ่มเติม

- - version -
-

ซอร์สโค้ด

-

เวอร์ชัน DATE-VERSION

-
-
- - version -
-

สถานะการให้บริการ

-

ดูสถานะการทำงานของเว็บไซต์

-
-
+ diff --git a/style.css b/style.css index deec218..5462674 100644 --- a/style.css +++ b/style.css @@ -9,6 +9,8 @@ html * display: flex; justify-content: center; align-items: center; + margin: 1cm; + } .middle { @@ -63,23 +65,27 @@ html * background-color: #E0E0E0; } - .bigbutton { - background-color: #fafafa; + .headerbutton { + background-color: #EBEBEB; color: black; - border-radius:10px; + border: none; + border-radius: 8px; justify-content: center; align-items: center; text-decoration: none; - display: grid; - font-size: 14px; + display: flex; + font-size: 16px; + font-weight: bold; + margin: 4px 2px; + padding-left: 0.3cm; + padding-right: 0.3cm; cursor: pointer; - padding-right: 15px; - padding-left: 15px; - margin-bottom: 20px; + min-width: 100px; + height: 35px; transition-duration: 0.2s; } - .bigbutton:hover { + .headerbutton:hover { background-color: #E0E0E0; } @@ -196,23 +202,27 @@ html * background-color: #595959; } - .bigbutton { - background-color: #222222; + .headerbutton { + background-color: #4a4a4a; color: #ffffff; - border-radius:10px; + border: none; + border-radius: 8px; justify-content: center; align-items: center; text-decoration: none; - display: grid; - font-size: 14px; + display: flex; + font-size: 16px; + font-weight: bold; + margin: 4px 2px; + padding-left: 0.3cm; + padding-right: 0.3cm; cursor: pointer; - padding-right: 15px; - padding-left: 15px; - margin-bottom: 20px; + min-width: 100px; + height: 35px; transition-duration: 0.2s; } - .bigbutton:hover { + .headerbutton:hover { background-color: #595959; }