diff --git a/Challenge.html b/Challenge.html index fb757f2..894cf1b 100644 --- a/Challenge.html +++ b/Challenge.html @@ -5,6 +5,7 @@ + Challenge -
+

2023년 4월 11일

+

"오늘 기분은 어떤가요?"

-

기록

+
+

오늘은 힘들어요,,, 시험기간이라 공부해야 되는데 날씨가 너무 좋아서 놀고 싶어요. 근데 피곤해서 그냥 누워서 자고 싶어요.

+

"오늘 가장 기뻤던 일은
무엇인가요?"

-

기록

+
+

떡볶이 먹을 때요. 너무 맛있었어요,,

+

"오늘 가장 보람찼던 일은
무엇인가요?"

-

기록

+
+

길 가다가 쓰레기를 주웠어요. 저 좀 멋지지 않나요

+
-

"오늘 후회되는 일이
있나요?"

-

기록

+

"오늘 후회되는 일이 있나요?"

+
+

아 어제 좀 더 잘걸

+
-

"내일은 무엇을
하고 싶나요?"

-

기록

+

"내일은 무엇을 하고 싶나요?"

+
+

아무것도 안할래요 그냥,,

+
- 분석 내용 + <분석 내용> +

+ 시험공부에 대한 스트레스와 놀고 싶은 욕구가 충돌한 상황인데, 중요한 것은 시험공부를 잘 마무리하면 더 많은 자유 시간을 가질 수 있다는 것입니다. 집중력을 높이기 위해 작은 목표를 세우고 계획을 세우는 것이 좋습니다. 그리고 산책이나 기분 전환을 할 때는 스마트폰이나 인터넷을 이용하는 것보다는 책을 읽거나 문화생활을 하는 것이 좋습니다. +

+
+
- +
- +
diff --git a/signin.html b/signin.html index abc59f4..aeb726c 100644 --- a/signin.html +++ b/signin.html @@ -4,6 +4,7 @@ + @@ -24,7 +25,7 @@

오늘의 쉼표

- +
diff --git a/signup.html b/signup.html index 3fcd118..2c8b9f1 100644 --- a/signup.html +++ b/signup.html @@ -4,6 +4,7 @@ + diff --git a/style.css b/style.css index 78b1eb0..4e9ebff 100644 --- a/style.css +++ b/style.css @@ -56,4 +56,23 @@ article { border: none; border-radius: 10px; font-size: 20px; +} + +.bottom_menu { + position: fixed; + width: 390px; + height: 90px; + bottom: 0px; + background-color: white; +} +.bottom_menu>div { + float: left; + width: 20%; + height: 100%; + text-align: center; + padding-top: 20px; +} + +* { + font-family: 'Song Myung', serif; } \ No newline at end of file diff --git a/style_consult.css b/style_consult.css index f2a788a..5fe8b00 100644 --- a/style_consult.css +++ b/style_consult.css @@ -15,7 +15,6 @@ body{ position: absolute; text-align: center; - font-family: 'HYGraphic'; font-style: normal; font-weight: 400; font-size: 20px; @@ -39,7 +38,6 @@ body{ position: absolute; text-align: center; - font-family: 'HYGraphic'; font-style: normal; font-weight: 400; font-size: 20px; @@ -60,7 +58,6 @@ body{ border: 3px solid #EE8E48; border-radius: 10px; text-align: center; - font-family: 'HYGraphic'; font-style: normal; box-sizing: border-box; font-weight: 400; @@ -81,7 +78,6 @@ body{ border: 3px solid #EE8E48; border-radius: 10px; text-align: center; - font-family: 'HYGraphic'; box-sizing: border-box; font-style: normal; font-weight: 400; @@ -97,7 +93,6 @@ h1{ height: 78px; left: 116px; top: 114px; - font-family: 'HYGraphic'; position: absolute; font-style: normal; font-size: 28px; @@ -106,3 +101,22 @@ h1{ text-align: center; color:black; } + +.bottom_menu { + position: fixed; + width: 390px; + height: 90px; + bottom: 0px; + background-color: white; +} +.bottom_menu>div { + float: left; + width: 20%; + height: 100%; + text-align: center; + padding-top: 20px; +} + +* { + font-family: 'Song Myung', serif; +} \ No newline at end of file diff --git a/style_gotest.css b/style_gotest.css index 7f24f44..b578a0b 100644 --- a/style_gotest.css +++ b/style_gotest.css @@ -17,7 +17,7 @@ body{ position: absolute; text-align: center; - font-family: 'HYGraphic'; + font-style: normal; font-weight: 400; font-size: 20px; @@ -41,7 +41,7 @@ body{ position: absolute; text-align: center; - font-family: 'HYGraphic'; + font-style: normal; font-size: 20px; line-height: 24px; @@ -56,7 +56,7 @@ h1{ left: 116px; top: 114px; position: absolute; - font-family: 'HYGraphic'; + font-style: normal; font-size: 28px; line-height: 38px; @@ -65,7 +65,37 @@ h1{ color:black; } -div{ +#toconsult { + box-sizing: border-box; + + position: absolute; + width: 320px; + height: 56px; + left: 35px; + top: 603px; + + background: #FA9953; + border-radius: 10px; + border: none; + color: #FFFFFF; + font-size: 16px; +} + +.bottom_menu { + position: fixed; + width: 390px; + height: 90px; + bottom: 0px; + background-color: white; +} +.bottom_menu>div { + float: left; + width: 20%; + height: 100%; text-align: center; - padding: 50px; + padding-top: 20px; +} + +* { + font-family: 'Song Myung', serif; } \ No newline at end of file diff --git a/style_signin.css b/style_signin.css index a85bf5d..ca069d5 100644 --- a/style_signin.css +++ b/style_signin.css @@ -52,7 +52,7 @@ h1{ left: 105px; top: 114px; position: absolute; - font-family: 'HYGraphic'; + font-style: normal; font-size: 28px; line-height: 38px; @@ -60,4 +60,8 @@ h1{ text-align: center; color:black; justify-content: center; +} + +* { + font-family: 'Song Myung', serif; } \ No newline at end of file diff --git a/style_signup.css b/style_signup.css index a57817c..c6cc772 100644 --- a/style_signup.css +++ b/style_signup.css @@ -53,7 +53,7 @@ h1{ left: 105px; top: 114px; position: absolute; - font-family: 'HYGraphic'; + font-style: normal; font-size: 28px; line-height: 38px; @@ -61,4 +61,8 @@ h1{ text-align: center; color:black; justify-content: center; +} + +* { + font-family: 'Song Myung', serif; } \ No newline at end of file diff --git a/today_recommend.html b/today_recommend.html index a7232c7..b3374bd 100644 --- a/today_recommend.html +++ b/today_recommend.html @@ -81,6 +81,23 @@

❝10초면 끝. 인간관계 잘하는 사람 특징
6가지!
  • 추천 더 보러가기
  • +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +