Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SicDoRak
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2023_2_WebPromgramming_8
SicDoRak
Commits
e9a7dc82
Commit
e9a7dc82
authored
1 year ago
by
Jaeyong Lee
Browse files
Options
Downloads
Patches
Plain Diff
Fix Main.css, Header.css
parent
219afa33
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
frontend/src/css/Header.css
+1
-0
1 addition, 0 deletions
frontend/src/css/Header.css
frontend/src/css/Main.css
+7
-6
7 additions, 6 deletions
frontend/src/css/Main.css
frontend/src/pages/Main.js
+1
-1
1 addition, 1 deletion
frontend/src/pages/Main.js
with
9 additions
and
7 deletions
frontend/src/css/Header.css
+
1
−
0
View file @
e9a7dc82
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
width
:
100%
;
width
:
100%
;
/* height: 70px; */
/* height: 70px; */
border-bottom
:
1px
solid
;
border-bottom
:
1px
solid
;
padding-top
:
auto
;
/* overflow: auto */
/* overflow: auto */
}
}
...
...
This diff is collapsed.
Click to expand it.
frontend/src/css/Main.css
+
7
−
6
View file @
e9a7dc82
...
@@ -5,19 +5,20 @@
...
@@ -5,19 +5,20 @@
font-style
:
normal
;
font-style
:
normal
;
}
}
.introduction
{
.intro
{
/* position: fixed; */
font-size
:
30px
;
font-size
:
30px
;
background-image
:
url("../introduction.png")
;
background-image
:
url("../introduction.png")
;
width
:
50%
;
width
:
700px
;
height
:
50%
;
height
:
180px
;
display
:
flex
;
/*
display: flex;
*/
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
padding
:
50px
;
padding
:
50px
;
flex-wrap
:
wrap
;
/*
flex-wrap: wrap;
*/
}
}
.intro
duction
p
{
.intro
p
{
color
:
white
;
color
:
white
;
font-family
:
"JalnanGothic"
;
font-family
:
"JalnanGothic"
;
}
}
...
...
This diff is collapsed.
Click to expand it.
frontend/src/pages/Main.js
+
1
−
1
View file @
e9a7dc82
...
@@ -50,7 +50,7 @@ function Main() {
...
@@ -50,7 +50,7 @@ function Main() {
return
(
return
(
<
div
className
=
"
App
"
>
<
div
className
=
"
App
"
>
<
h1
>
식도락에
오신
것을
환영합니다
.
<
/h1
>
<
h1
>
식도락에
오신
것을
환영합니다
.
<
/h1
>
<
div
className
=
"
intro
duction
"
>
<
div
className
=
"
intro
"
>
<
p
>
식당
리뷰를
손쉽게
모아볼
수
있는
서비스
<
/p
>
<
p
>
식당
리뷰를
손쉽게
모아볼
수
있는
서비스
<
/p
>
<
/div
>
<
/div
>
<
div
style
=
{{
display
:
'
flex
'
}}
>
<
div
style
=
{{
display
:
'
flex
'
}}
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment