Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2017110273
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2021-04-29 18:32:33 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b494d8d945e223431492c5b009ad0d65425b4a8c
b494d8d9
1 parent
99ef77b2
update main page
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
7 deletions
public/index.html
src/index.css
public/index.html
View file @
b494d8d
...
...
@@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>
React
App
</title>
<title>
Search
App
</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
...
...
src/index.css
View file @
b494d8d
html
{
width
:
100%
;
height
:
100%
;
}
body
{
margin
:
0
;
font-family
:
-apple-system
,
BlinkMacSystemFont
,
'Segoe UI'
,
'Roboto'
,
'Oxygen'
,
'Ubuntu'
,
'Cantarell'
,
'Fira Sans'
,
'Droid Sans'
,
'Helvetica Neue'
,
sans-serif
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
padding
:
0
;
width
:
100%
;
height
:
100%
;
background-color
:
#24262E
;
color
:
white
;
}
#root
{
width
:
100%
;
height
:
100%
;
}
code
{
font-family
:
source-code-pro
,
Menlo
,
Monaco
,
Consolas
,
'Courier New'
,
monospace
;
monospace
;
}
...
...
Please
register
or
login
to post a comment