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 cbfecd5 commit ebd1ed2Copy full SHA for ebd1ed2
ThoughtNest Website/about.html
@@ -12,16 +12,19 @@
12
13
<body>
14
15
- <div id="nav">
+ <nav>
16
17
<a href="home.html" target="_self">Home</a>
18
<a href="about.html" target="_self">About</a>
19
20
- </div>
+ </nav>
21
22
- <div id="content">
23
- <img src="images/tutnisLogo.png" alt="Logo" width="200">
+ <div id="logo" align="center">
+ <img src="images/tutnisLogo.png" alt="Logo" width="250">
24
+ </div>
25
26
+ <div id="content" align="center">
27
+
28
<h1>About the Developer</h1>
29
<p>Hi! I'm Pandesal!</p>
30
0 commit comments