Commit 491bb298ee9372dfd5d40ef0d9e9790a7df838ab

Authored by Georg Hopp
1 parent ec693e9e

some more stuff

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