diff options
author | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-05-05 19:14:18 +0430 |
---|---|---|
committer | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-05-05 19:30:53 +0430 |
commit | b56625857655fe459ab46715a035313d3bb87359 (patch) | |
tree | e5cebce81fc681d99e727542156b663727f7c7ed /about.html | |
parent | 55f87bbe318276862ed694782a0abe486ff91f0f (diff) |
Add comments, mind the CSS styling
* Clarify selectors and elements with comments
* Delete duplicate styles
* Change ID names to something that makes more sense
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -49,10 +49,10 @@ <div id="container"> <header role="banner"> <!-- global navigation --> - <nav role="navigation" id="hamnav"> - <label for="hamburger">☰</label> - <input type="checkbox" id="hamburger"/> - <div id="hamitems" class="button"> + <nav role="navigation" id="nav-hamburger-wrapper"> + <label for="nav-hamburger-input">☰</label> + <input type="checkbox" id="nav-hamburger-input"/> + <div id="nav-hamburger-items" class="button"> <a href="index.html">Home</a> <a href="about.html">About</a> <a href="http://git.maneage.org/project.git/">⤓ Git</a> |