Skip to content

Commit

Permalink
initil commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xevorte committed Jul 20, 2020
1 parent 98abaf7 commit 03de4b5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
10 changes: 10 additions & 0 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ body {
font-family: Arial;
}

h1,
h2,
h3 {
font-weight: 600;
}

h4 {
font-weight: 500;
}

input {
outline: none;
}
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<!-- My CSS -->
<link rel="stylesheet" href="css/style.css">

<!-- AOS Animation Scroll -->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">

</head>

<body>
Expand Down
4 changes: 4 additions & 0 deletions profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

<!-- My CSS -->
<link rel="stylesheet" href="css/style.css">

<!-- AOS Animation Scroll -->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">

</head>

<body>
Expand Down

0 comments on commit 03de4b5

Please sign in to comment.