-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresult.html
More file actions
94 lines (88 loc) · 2.86 KB
/
result.html
File metadata and controls
94 lines (88 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Song+Myung&display=swap" rel="stylesheet">
<link rel="stylesheet" href="questionstyle.css">
<title>'오늘의 쉼표'</title>
<style>
body {
background: #FBEDDD;
}
button {
box-sizing: border-box;
background: #FA9953;
border-radius: 10px;
border: none;
margin-top: 10px;
font-size: 19px;
color: #FFFBF5;
}
</style>
</head>
<body>
<h2 style="position: absolute;
width: 212px;
height: 40px;
left: 89px;
top: 76px;
font-style: normal;
font-weight: 400;
font-size: 28px;
line-height: 38px;
text-align: center;">
오늘의 쉼표 분석</h2>
<p
style="position: absolute;
width: 246px;
height: 110px;
left: 70px;
top: 159px;
text-align: center;
font-size: 18px;
line-height: 38px;">🙂
<br/>오늘 기록하신 내용을
<br/>바탕으로 분석해봤어요!</p>
<div style="position: absolute;
width: 290px;
height: 211px;
left: 36px;
top: 297px;
padding: 0 15px;
background: #FFFBF5;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 30px;">
<p style="text-align: center; line-height: 140%;">
시험공부에 대한 스트레스와 놀고 싶은 욕구가 충돌한 상황인데, 중요한 것은 시험공부를 잘 마무리하면 더 많은 자유 시간을 가질 수 있다는 것입니다. 집중력을 높이기 위해 작은 목표를 세우고 계획을 세우는 것이 좋습니다. 그리고 산책이나 기분 전환을 할 때는 스마트폰이나 인터넷을 이용하는 것보다는 책을 읽거나 문화생활을 하는 것이 좋습니다.
</p>
</div>
<p style="position: absolute;
width: 179.25px;
height: 22.59px;
left: 107.07px;
top: 564.58px;
text-align: center;">
결과를 공유받고 싶다면?</p>
<button
type="button"
style="position: absolute;
width: 320px;
height: 56px;
left: 37px;
top: 601px;"
onclick="location.href='signup.html'"
>회원가입 하러가기</button>
<button
type="button"
style="position: absolute;
width: 320px;
height: 56px;
left: 37px;
top: 672px;"
onclick="location.href='signin.html'">
로그인 하기
</button>
</body>
</html>