-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
save of the day before I switch to another repository
- Loading branch information
Yiyuan Fang
authored and
Yiyuan Fang
committed
Jun 10, 2020
1 parent
07369af
commit fbc26b0
Showing
7 changed files
with
62 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import React from 'react'; | ||
|
||
const Scroll = (props) => { | ||
return ( | ||
<div style= {{overflowY: 'scroll', border:'1px solid grey', height:'500px'}}> | ||
{props.children} | ||
</div>) | ||
}; | ||
|
||
export default Scroll; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@font-face { | ||
font-family: 'Kotori Rose Bold'; | ||
font-style: normal; | ||
font-weight: normal; | ||
src: local('Kotori Rose Bold'), url('KotoriRose-Bold.woff') format('woff'); | ||
} | ||
|
||
h1{ | ||
font-family: 'Kotori Rose Bold'; | ||
font-weight: 400; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters