From 8164a7913f27ab95a44fb7137033e5cf305036c8 Mon Sep 17 00:00:00 2001 From: Jwitt Date: Thu, 24 Aug 2023 09:02:57 +0200 Subject: [PATCH] same as before --- index.html | 3 ++- src/components/AlarmState.vue | 7 ++++++- style.css | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 style.css diff --git a/index.html b/index.html index 367b848..7d43c76 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,9 @@ + - Vite App + Alarm Control Page
diff --git a/src/components/AlarmState.vue b/src/components/AlarmState.vue index 098d292..4b5b75b 100644 --- a/src/components/AlarmState.vue +++ b/src/components/AlarmState.vue @@ -38,7 +38,12 @@ export default { - + diff --git a/style.css b/style.css new file mode 100644 index 0000000..8cf2309 --- /dev/null +++ b/style.css @@ -0,0 +1,6 @@ +body { + margin: auto; + width: 10%; + padding: 10px; + background-color: #ff6666; + } \ No newline at end of file