We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dadccf5 commit da50900Copy full SHA for da50900
index.css
@@ -28,7 +28,7 @@ body {
28
}
29
30
#start #pitch {
31
- color: white;
+ color: #e9e9e9;
32
margin: 2em auto;
33
max-width: 600px;
34
line-height: 1.5;
@@ -73,7 +73,7 @@ section.project img {
73
74
/* Project name */
75
section.project h2 {
76
77
font-size: 2rem;
78
margin-bottom: 25px;
79
index.html
@@ -10,7 +10,7 @@
10
<body>
11
<main>
12
<div id="start">
13
- <img id="logo" src="/assets/logo.png" alt="Logo" data-aos="flip-left" />
+ <img id="logo" src="/assets/logo.png" alt="Logo" data-aos="fade-up" />
14
15
<!--
16
<img
0 commit comments