Commit 491bb298ee9372dfd5d40ef0d9e9790a7df838ab

Authored by Georg Hopp
1 parent ec693e9e

some more stuff

@@ -71,7 +71,7 @@ p { @@ -71,7 +71,7 @@ p {
71 left: 80%; 71 left: 80%;
72 transform: translate(-50%, -50%); 72 transform: translate(-50%, -50%);
73 73
74 - width: 410px; 74 + width: 430px;
75 } 75 }
76 #logo img,#logo a { 76 #logo img,#logo a {
77 position: absolute; 77 position: absolute;
@@ -152,7 +152,7 @@ p { @@ -152,7 +152,7 @@ p {
152 color: rgb(255,255,255); 152 color: rgb(255,255,255);
153 } 153 }
154 154
155 -#about, #entymology { 155 +#about, #etymology {
156 display: block; 156 display: block;
157 list-style: none; 157 list-style: none;
158 text-align: justify; 158 text-align: justify;
@@ -161,7 +161,7 @@ p { @@ -161,7 +161,7 @@ p {
161 transform: translate(0, -50%); 161 transform: translate(0, -50%);
162 position: absolute; 162 position: absolute;
163 } 163 }
164 -#about:after, #entymology:after { 164 +#about:after, #etymology:after {
165 display: inline-block; 165 display: inline-block;
166 width: 100%; 166 width: 100%;
167 height: 0; 167 height: 0;
@@ -177,7 +177,7 @@ p { @@ -177,7 +177,7 @@ p {
177 #about a { 177 #about a {
178 outline: 0; 178 outline: 0;
179 } 179 }
180 -#entymology .textbox { 180 +#etymology .textbox {
181 text-align: left; 181 text-align: left;
182 padding: 10px; 182 padding: 10px;
183 width: 30%; 183 width: 30%;
@@ -16,9 +16,9 @@ @@ -16,9 +16,9 @@
16 <nav id="nav"> 16 <nav id="nav">
17 <ul> 17 <ul>
18 <li><a href="#section1" class="active" title="Next Section" >About</a></li> 18 <li><a href="#section1" class="active" title="Next Section" >About</a></li>
19 - <li><a href="#section2" title="Next Section">Freedom</a></li>  
20 - <li><a href="#section3" title="Next Section">Slide 3</a></li>  
21 - <li><a href="#section4" title="Next Section">Custom Code</a></li> 19 + <li><a href="#section2" title="Next Section">Custom Code</a></li>
  20 + <li><a href="#section3" title="Next Section">Etymology</a></li>
  21 + <li><a href="#section4" title="Next Section">Freedom</a></li>
22 </ul> 22 </ul>
23 </nav> 23 </nav>
24 </div> 24 </div>
@@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
47 </div> 47 </div>
48 <div id="section3" class="section"> 48 <div id="section3" class="section">
49 <div class="content"> 49 <div class="content">
50 - <div id="entymology"> 50 + <div id="etymology">
51 <div class="textbox"> 51 <div class="textbox">
52 <h1>WEIRD</h1> 52 <h1>WEIRD</h1>
53 <div class="dictionary"> 53 <div class="dictionary">
Please register or login to post a comment