From e55e415d92f9a5a229eb4eb62674e3dd3ba699fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=95=B4=EC=A4=80?= <127281057+ftery0@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:12:20 +0900 Subject: [PATCH] fix :: emailhtml --- src/main/resources/authEmail.html | 129 +++++++---------------------- src/main/resources/logo-sopo 1.png | Bin 0 -> 2188 bytes 2 files changed, 32 insertions(+), 97 deletions(-) create mode 100644 src/main/resources/logo-sopo 1.png diff --git a/src/main/resources/authEmail.html b/src/main/resources/authEmail.html index 3dd485b..6ee3d58 100644 --- a/src/main/resources/authEmail.html +++ b/src/main/resources/authEmail.html @@ -35,6 +35,31 @@ border-spacing: 2px; border-color: gray; } +.main{ + height: 300px; + display: flex; + align-items: center; + flex-direction: column; +} +.title{ + display: flex; + flex-direction: column; + font-family: 'Apple SD Gothic Neo', + '\00b9d1\00c740\00ace0\00b515', 'Malgun Gothic', + sans-serif; + justify-content: center; + color: #000; +} +.codetitle{ + display: flex; +} +.code{ + width: 100%; + height: 50px; + display: flex; + align-items: center; + justify-content: center; +}