Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
minsung
2020-05-06 17:18:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d16f51f5b05776a0f605af4a7429d8fee66e9230
d16f51f5
1 parent
66d61d55
how to make component
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
13 deletions
front/web/react-app/public/pure.html
front/web/react-app/src/index.css
front/web/react-app/public/pure.html
0 → 100644
View file @
d16f51f
<html>
<body>
<h1>
Web
</h1>
World wide web!
</body>
</html>
\ No newline at end of file
front/web/react-app/src/index.css
View file @
d16f51f
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
;
}
code
{
font-family
:
source-code-pro
,
Menlo
,
Monaco
,
Consolas
,
'Courier New'
,
monospace
;
}
body
{
background-color
:
powderblue
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment