From 270b36c4648ce0fee53d19221287a89b982f8683 Mon Sep 17 00:00:00 2001 From: Levi Yan Date: Wed, 6 Nov 2024 00:30:48 +0800 Subject: [PATCH] style: tab -> 2 spaces in all html files --- test/home.html | 1631 ++++++++++++++++++++++++----------------------- test/index.html | 148 +++-- 2 files changed, 902 insertions(+), 877 deletions(-) diff --git a/test/home.html b/test/home.html index 3d58019..7494260 100644 --- a/test/home.html +++ b/test/home.html @@ -6,177 +6,206 @@ header("Allow: GET, POST, OPTIONS, PUT, DELETE"); ?> + - - - Embedded page - + th, + td { + border: 1px solid black; + padding: 8px; + text-align: left; + } + + .required::before { + content: "*"; + color: red; + } + + form { + display: flex; + flex-direction: column; + align-items: flex-start; + } + + label, + input, + textarea { + margin-bottom: 10px; + } + + input, + textarea { + padding: 8px; + border: 1px solid #ccc; + border-radius: 4px; + } + + .button-container { + display: flex; + /* justify-content: space-between; */ + } + + ton { + width: 100px; + height: 30px; + background-color: #4CAF50; + color: white; + border: none; + border-radius: 5px; + cursor: pointer; + } + + button:hover { + background-color: #45a049; + } + -

DevStar Home

- -