Skip to content
View HarryAdney's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report HarryAdney

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Accessible navigation using Flexbox Accessible navigation using Flexbox
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    
                  
    4
    <head>
    5
        <meta charset="UTF-8">
  2. Accessible, css only navbar Accessible, css only navbar
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    <head>
    4
        <meta charset="UTF-8">
    5
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
  3. accessible accordian accessible accordian
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    <head>
    4
      <meta charset="UTF-8">
    5
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
  4. accessible navigation example accessible navigation example
    1
    <!-- examples.anysurfer.be/dropdown/ -->
    2
    <!doctype html>
    3
    <html lang="en">
    4
    
                  
    5
    <head>