Spaces:
Runtime error
Runtime error
update html
Browse files
ice_breaking_challenge/templates/introduction.html
CHANGED
@@ -2,12 +2,12 @@
|
|
2 |
|
3 |
{% block content %}
|
4 |
<div style="text-align: center; margin-top: 20px;">
|
5 |
-
<h2 style="font-family: '
|
6 |
-
<p style="font-family: '
|
7 |
<form method="post" style="margin-top: 20px;">
|
8 |
-
<input type="submit" value="๋ค์" style="padding: 10px 20px; font-size: 16px; cursor: pointer; border-radius: 5px; border: none; background-color: #
|
9 |
</form>
|
10 |
</div>
|
11 |
<!-- Google Fonts ์ถ๊ฐ -->
|
12 |
-
<link href="https://fonts.googleapis.com/css2?family=
|
13 |
{% endblock %}
|
|
|
2 |
|
3 |
{% block content %}
|
4 |
<div style="text-align: center; margin-top: 20px;">
|
5 |
+
<h2 style="font-family: 'Montserrat', sans-serif; font-weight: 700; color: #2c3e50;">์๊ธฐ์๊ฐ ํ๋ ์๊ฐ์ ๊ฐ์ ธ ๋ณด์ธ์</h2>
|
6 |
+
<p style="font-family: 'Montserrat', sans-serif; color: #7f8c8d;">ํ์๋ค๊ณผ ํจ๊ป ๊ฐ๋จํ ์๊ธฐ์๊ฐ๋ฅผ ํด๋ณด์ธ์!</p>
|
7 |
<form method="post" style="margin-top: 20px;">
|
8 |
+
<input type="submit" value="๋ค์" style="padding: 10px 20px; font-size: 16px; cursor: pointer; border-radius: 5px; border: none; background-color: #2980b9; color: white;">
|
9 |
</form>
|
10 |
</div>
|
11 |
<!-- Google Fonts ์ถ๊ฐ -->
|
12 |
+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
|
13 |
{% endblock %}
|