We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a75855 commit 2ba8b71Copy full SHA for 2ba8b71
projects/index.html
@@ -10,6 +10,8 @@
10
<a href="/" style="font-size: medium;">Home</a>
11
<h1>My Projects</h1>
12
<p>I develop web apps; when I make something new, it'll show up here.</p>
13
- <button onclick="navTo('https://github.com/penguinencounter/');">Github</button>
+ <button onclick="navTo('https://github.com/penguinencounter/');">Github</button><br><br>
14
+ <a href="https://github.com/penguinencounter/penguinencounter.github.io" class="title">This Github Pages Site</a>
15
+ <p>The site that you're looking at right now.</p>
16
</body>
17
</html>
styles/all.css
@@ -23,3 +23,6 @@ button {
23
padding-right: 18px;
24
border-radius: 10px;
25
}
26
+.title {
27
+ font-size: x-large;
28
+}
0 commit comments