Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
survey
Commits
a6bbadc0
Commit
a6bbadc0
authored
Jul 11, 2022
by
Lee SeoYeon
Browse files
버튼 위치조정
parent
ebcab5cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/home/Home.tsx
View file @
a6bbadc0
...
@@ -23,13 +23,13 @@ export const Home = () => {
...
@@ -23,13 +23,13 @@ export const Home = () => {
<
div
className
=
"flex h-14 w-28 items-center border-2 border-themeColor font-bold text-black bg-gray-200 hover:bg-themeColor rounded-lg "
>
<
div
className
=
"flex h-14 w-28 items-center border-2 border-themeColor font-bold text-black bg-gray-200 hover:bg-themeColor rounded-lg "
>
<
button
<
button
type
=
"button"
type
=
"button"
className
=
"text-center h-full
w-28 font-bold text-black place-items-center"
className
=
"text-center h-full w-28 font-bold text-black place-items-center
mb-3
"
onClick
=
{
clickHome
}
onClick
=
{
clickHome
}
>
>
+
+
</
button
>
</
button
>
</
div
>
</
div
>
<
p
className
=
"text-center text-xl text-black"
>
Create now!
</
p
>
<
p
className
=
"text-center text-xl text-black
mt-3
"
>
Create now!
</
p
>
</
div
>
</
div
>
<
div
className
=
"flex justify-center"
>
<
div
className
=
"flex justify-center"
>
<
img
<
img
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment