forked from momolly1024/momolly1024
-
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.
- Loading branch information
1 parent
f23a093
commit c9ab1ea
Showing
20 changed files
with
11,303 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
* { | ||
margin: 0; | ||
padding: 0; | ||
list-style: none; | ||
box-sizing: border-box; | ||
font-family: 'Noto Serif TC', serif; | ||
|
||
} | ||
body,html{ | ||
width: 100%; | ||
height: 100vh; | ||
background-color: rgb(25, 29, 39); | ||
color: white; | ||
} | ||
.container{ | ||
margin: 0 auto; | ||
} | ||
#github{ | ||
|
||
margin: 1rem ; | ||
} | ||
#email,#medium,#toresume{ | ||
margin: 1rem ; | ||
} | ||
#toresume{ | ||
line-height: 45px; | ||
} | ||
|
||
#toresume a{ | ||
color: white; | ||
|
||
} | ||
|
||
|
||
|
||
|
||
/* .row{ | ||
margin: 0 auto; | ||
} */ | ||
.fa-envelope,.fa-github-alt,.fa-medium{ | ||
text-align: center; | ||
font-size: 3rem; | ||
color: white; | ||
} | ||
hr{ | ||
color: white; | ||
border: white 1px solid; | ||
} | ||
.fa-link,#git{ | ||
color: black; | ||
font-size: 1.2rem; | ||
text-align: center; | ||
margin-right: 1rem; | ||
} | ||
.card-title{ | ||
color: black; | ||
|
||
} | ||
#resume{ | ||
margin-top: 5rem; | ||
} | ||
#photo{ | ||
width: 200px; | ||
height: 200px; | ||
border-radius: 50%; | ||
border: 1px white solid; | ||
margin: 5rem auto; | ||
} | ||
#intro{ | ||
margin: 0 auto; | ||
text-align: center; | ||
} | ||
#exp,#hobbit{ | ||
margin: 2rem auto; | ||
text-align: center; | ||
} | ||
.card{ | ||
transition: 0.5s; | ||
} | ||
.card:hover{ | ||
transform: scale(1.1); | ||
} | ||
|
||
#img { | ||
border-radius: 50%; | ||
border: 1px white solid; | ||
/* width: 200px; | ||
height: 200px; */ | ||
max-width: 100%; | ||
padding: 1rem; | ||
|
||
} | ||
.card-body p | ||
{ | ||
color: black; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.