SlideShare a Scribd company logo
1 of 79
Download to read offline
BIG ASS 
BUTTONS
BIG ASS 
BUTTONS 
@brandmitchell
BIG ASS 
BUTTONS 
pxleyes@gmail.com @brandmitchell
Brandon Mitchell
Brandon Mitchell 
Orlandoan Born and raised
Brandon Mitchell 
Orlandoan Born and raised 
Graduated UF in 2003 (go gators!)
Brandon Mitchell 
Orlandoan Born and raised 
Graduated UF in 2003 (go gators!) 
Started at 352 in 2006
Brandon Mitchell 
Orlandoan Born and raised 
Graduated UF in 2003 (go gators!) 
Started at 352 in 2006 
@brandmitchell on twitter
Brandon Mitchell 
Orlandoan Born and raised 
Graduated UF in 2003 (go gators!) 
Started at 352 in 2006 
@brandmitchell on twitter 
and everywhere else
Bigger is Better
Tvs
Tvs
iphones
iphones
Big ass fans
…maybe not
Bigger is Better
Bigger is Better 
Sometimes
FItts’s Law
FItts’s Law 
Fitts's Law is basically an empirical 
model explaining speed-accuracy 
tradeoff characteristics of human 
muscle movement with some analogy to 
Shannon’s channel capacity theorem.* 
*Mehmet Göktürk, associate professor at the Department of Computer Engineering, Gebze 
Institute of Technology in Turkey
FItts’s Law 
T is the time to reach target. 
D is the distance to the target. 
W is the width of the target.
FItts’s Law 
T is the time to reach target. 
D is the distance to the target. 
W is the width of the target.
FItts’s Law 
T is the time to reach target. 
D is the distance to the target. 
W is the width of the target.
FItts’s Law 
T is the time to reach target. 
D is the distance to the target. 
W is the width of the target.
FItts’s Law 
T is the time to reach target. 
D is the distance to the target. 
W is the width of the target.
FItts’s Law 
T is the time to reach target. 
D is the distance to the target. 
W is the width of the target.
Fitts’s Law
Fitts’s law
Fitts’s law
Fitts’s law
Fitts’s law
Ux standards
Ux standards 
both google and apple have already been 
dealing with fitts’s law for 7 years on mobile
Ux standards 
both google and apple have already been 
dealing with fitts’s law for 7 years on mobile 
different designs, styles, and principles but 
similar approach to interactive element sizing
Ux standards 
google
Ux standards 
apple
52x14
55x55
55x55 
44x44
55x55 
44x44
55x55 
84x16 
44x44
Steering Law
Steering Law 
…The steering law is a predictive model of human 
movement, concerning the speed and total time with which 
a user may steer a pointing device (such as a mouse or 
stylus) through a 2D tunnel presented on a screen (i.e. with 
a bird's eye view of the tunnel), where the user must travel 
from one end of the path to the other as quickly as possible, 
while staying within the confines of the path. One potential 
practical application of this law is in modeling a user's 
performance in navigating a hierarchical cascading menu.
Expected behavior
Expected behavior 
what the user expects to happen should 
match what actually happens on screen
Example
Example
Example
Example 
.newsreel li.unit { 
padding: 8px; 
} 
.newsreel li.unit a { 
margin-top: 18px; 
margin-left: 4px; 
} 
.newsreel li.unit:hover a { 
color: #c74b15; 
}
Example 
.newsreel li.unit { 
padding: 8px; 
} 
.newsreel li.unit a { 
margin-top: 18px; 
margin-left: 4px; 
} 
.newsreel li.unit:hover a { 
color: #c74b15; 
}
Example 
.newsreel li.unit { 
padding: 8px; 
} 
.newsreel li.unit a { 
margin-top: 18px; 
margin-left: 4px; 
} 
.newsreel li.unit:hover a { 
color: #c74b15; 
} 
.newsreel li.unit a { 
padding: 26px 8px 8px 12px; 
} 
.newsreel li.unit a:hover { 
color: #c74b15; 
}
Example 
.newsreel li.unit { 
padding: 8px; 
} 
.newsreel li.unit a { 
margin-top: 18px; 
margin-left: 4px; 
} 
.newsreel li.unit:hover a { 
color: #c74b15; 
} 
.newsreel li.unit a { 
padding: 26px 8px 8px 12px; 
} 
.newsreel li.unit a:hover { 
color: #c74b15; 
}
Example 
.newsreel li.unit { 
padding: 8px; 
} 
.newsreel li.unit a { 
margin-top: 18px; 
margin-left: 4px; 
} 
.newsreel li.unit:hover a { 
color: #c74b15; 
} 
3.7x 
.newsreel li.unit a { 
padding: 26px 8px 8px 12px; 
} 
.newsreel li.unit a:hover { 
color: #c74b15; 
}
Example
Example
Example
Example
Example 
…li.nav-item { 
margin-left: 5px; 
} 
li.nav-item span { 
display: block; 
} 
a { 
display: block; 
float: left; 
padding: 0 1em; 
line-height: 2em; 
}
Example 
…li.nav-item { 
margin-left: 5px; 
} 
li.nav-item span { 
display: block; 
} 
a { 
display: block; 
float: left; 
padding: 0 1em; 
line-height: 2em; 
}
Example 
…li.nav-item { 
margin-left: 5px; 
} 
li.nav-item span { 
display: block; 
} 
a { 
display: block; 
float: left; 
padding: 0 1em; 
line-height: 2em; 
} 
…li.nav-item { 
margin-left: 45px; 
} 
li.nav-item span { 
display: inline-block; 
}
Example 
…li.nav-item { 
margin-left: 5px; 
} 
li.nav-item span { 
display: block; 
} 
a { 
display: block; 
float: left; 
padding: 0 1em; 
line-height: 2em; 
} 
…li.nav-item { 
margin-left: 45px; 
} 
li.nav-item span { 
display: inline-block; 
} 
20x
Example
Example
takeaways
takeaways 
Try to keep interactive elements over 44x44px.
takeaways 
Try to keep interactive elements over 44x44px. 
Padding is your friend.
takeaways 
Try to keep interactive elements over 44x44px. 
Padding is your friend. 
Space out buttons and links to prevent mis-clicks.
takeaways 
Try to keep interactive elements over 44x44px. 
Padding is your friend. 
Space out buttons and links to prevent mis-clicks. 
What’s good for mobile is good for desktop.
takeaways 
Try to keep interactive elements over 44x44px. 
Padding is your friend. 
Space out buttons and links to prevent mis-clicks. 
What’s good for mobile is good for desktop. 
Test, test, test!
Thanks

More Related Content

Similar to Big Ass Buttons

Responsive web design
Responsive web designResponsive web design
Responsive web design
erikkross
 
Metaverse Fashion Overview
Metaverse Fashion OverviewMetaverse Fashion Overview
Metaverse Fashion Overview
Alex G. Lee, Ph.D. Esq. CLP
 
Responsive Design Tools & Resources
Responsive Design Tools & ResourcesResponsive Design Tools & Resources
Responsive Design Tools & Resources
Clarissa Peterson
 
SPA Architecture Basics - Colombo JS meetup
SPA Architecture Basics - Colombo JS meetupSPA Architecture Basics - Colombo JS meetup
SPA Architecture Basics - Colombo JS meetup
Hasith Yaggahavita
 

Similar to Big Ass Buttons (20)

Introduction to Responsive Web Design
Introduction to Responsive Web DesignIntroduction to Responsive Web Design
Introduction to Responsive Web Design
 
Upgrade Your Website to HTML5 - VSLive Conference New York @iRajLal
Upgrade Your Website to HTML5 - VSLive Conference New York  @iRajLalUpgrade Your Website to HTML5 - VSLive Conference New York  @iRajLal
Upgrade Your Website to HTML5 - VSLive Conference New York @iRajLal
 
Point Of View Essay Examples Telegraph
Point Of View Essay Examples TelegraphPoint Of View Essay Examples Telegraph
Point Of View Essay Examples Telegraph
 
Wearable UX
Wearable UXWearable UX
Wearable UX
 
NO-DIG Markets in Germany and Testing of Products
NO-DIG Markets in Germany and Testing of ProductsNO-DIG Markets in Germany and Testing of Products
NO-DIG Markets in Germany and Testing of Products
 
6 Ways To Make Augmented Reality Work
6 Ways To Make Augmented Reality Work6 Ways To Make Augmented Reality Work
6 Ways To Make Augmented Reality Work
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Dbq Essay Outline Regents. Online assignment writing service.
Dbq Essay Outline Regents. Online assignment writing service.Dbq Essay Outline Regents. Online assignment writing service.
Dbq Essay Outline Regents. Online assignment writing service.
 
Science and Engineering Out of The Box
Science and Engineering Out of The BoxScience and Engineering Out of The Box
Science and Engineering Out of The Box
 
Metaverse Fashion Overview
Metaverse Fashion OverviewMetaverse Fashion Overview
Metaverse Fashion Overview
 
Responsive Design Tools & Resources
Responsive Design Tools & ResourcesResponsive Design Tools & Resources
Responsive Design Tools & Resources
 
Write My Narrative Essay For Free Personal Narrative Es
Write My Narrative Essay For Free Personal Narrative EsWrite My Narrative Essay For Free Personal Narrative Es
Write My Narrative Essay For Free Personal Narrative Es
 
Robotic
RoboticRobotic
Robotic
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
SPA Architecture Basics - Colombo JS meetup
SPA Architecture Basics - Colombo JS meetupSPA Architecture Basics - Colombo JS meetup
SPA Architecture Basics - Colombo JS meetup
 
Why design matters?
Why design matters?Why design matters?
Why design matters?
 
Unicorn Invasion: The Next Level of Sparkle and Stuff
Unicorn Invasion: The Next Level of Sparkle and StuffUnicorn Invasion: The Next Level of Sparkle and Stuff
Unicorn Invasion: The Next Level of Sparkle and Stuff
 
How to use a blog for publishing scientific research: A training guide part 2
How to use a blog for publishing scientific research: A training guide part 2How to use a blog for publishing scientific research: A training guide part 2
How to use a blog for publishing scientific research: A training guide part 2
 
Information sharing in transportation systems - more than digital pieces of p...
Information sharing in transportation systems - more than digital pieces of p...Information sharing in transportation systems - more than digital pieces of p...
Information sharing in transportation systems - more than digital pieces of p...
 
Simple fuzzy name matching in elasticsearch paris meetup
Simple fuzzy name matching in elasticsearch   paris meetupSimple fuzzy name matching in elasticsearch   paris meetup
Simple fuzzy name matching in elasticsearch paris meetup
 

Recently uploaded

call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation deck
tbatkhuu1
 
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
amitlee9823
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion pills in Kuwait Cytotec pills in Kuwait
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
nirzagarg
 
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
amitlee9823
 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
University of Wisconsin-Milwaukee
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
home
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
amitlee9823
 
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
amitlee9823
 

Recently uploaded (20)

❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation deck
 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, Pune
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
 
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
 
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptx
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
 
Hire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls AgencyHire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
 
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
 
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
 

Big Ass Buttons

  • 2. BIG ASS BUTTONS @brandmitchell
  • 3. BIG ASS BUTTONS pxleyes@gmail.com @brandmitchell
  • 5. Brandon Mitchell Orlandoan Born and raised
  • 6. Brandon Mitchell Orlandoan Born and raised Graduated UF in 2003 (go gators!)
  • 7. Brandon Mitchell Orlandoan Born and raised Graduated UF in 2003 (go gators!) Started at 352 in 2006
  • 8. Brandon Mitchell Orlandoan Born and raised Graduated UF in 2003 (go gators!) Started at 352 in 2006 @brandmitchell on twitter
  • 9. Brandon Mitchell Orlandoan Born and raised Graduated UF in 2003 (go gators!) Started at 352 in 2006 @brandmitchell on twitter and everywhere else
  • 10.
  • 11.
  • 13. Tvs
  • 14. Tvs
  • 19.
  • 20.
  • 22. Bigger is Better Sometimes
  • 24. FItts’s Law Fitts's Law is basically an empirical model explaining speed-accuracy tradeoff characteristics of human muscle movement with some analogy to Shannon’s channel capacity theorem.* *Mehmet Göktürk, associate professor at the Department of Computer Engineering, Gebze Institute of Technology in Turkey
  • 25. FItts’s Law T is the time to reach target. D is the distance to the target. W is the width of the target.
  • 26. FItts’s Law T is the time to reach target. D is the distance to the target. W is the width of the target.
  • 27. FItts’s Law T is the time to reach target. D is the distance to the target. W is the width of the target.
  • 28. FItts’s Law T is the time to reach target. D is the distance to the target. W is the width of the target.
  • 29. FItts’s Law T is the time to reach target. D is the distance to the target. W is the width of the target.
  • 30. FItts’s Law T is the time to reach target. D is the distance to the target. W is the width of the target.
  • 37. Ux standards both google and apple have already been dealing with fitts’s law for 7 years on mobile
  • 38. Ux standards both google and apple have already been dealing with fitts’s law for 7 years on mobile different designs, styles, and principles but similar approach to interactive element sizing
  • 41.
  • 42.
  • 43. 52x14
  • 44.
  • 45.
  • 46.
  • 47. 55x55
  • 52. Steering Law …The steering law is a predictive model of human movement, concerning the speed and total time with which a user may steer a pointing device (such as a mouse or stylus) through a 2D tunnel presented on a screen (i.e. with a bird's eye view of the tunnel), where the user must travel from one end of the path to the other as quickly as possible, while staying within the confines of the path. One potential practical application of this law is in modeling a user's performance in navigating a hierarchical cascading menu.
  • 54. Expected behavior what the user expects to happen should match what actually happens on screen
  • 58. Example .newsreel li.unit { padding: 8px; } .newsreel li.unit a { margin-top: 18px; margin-left: 4px; } .newsreel li.unit:hover a { color: #c74b15; }
  • 59. Example .newsreel li.unit { padding: 8px; } .newsreel li.unit a { margin-top: 18px; margin-left: 4px; } .newsreel li.unit:hover a { color: #c74b15; }
  • 60. Example .newsreel li.unit { padding: 8px; } .newsreel li.unit a { margin-top: 18px; margin-left: 4px; } .newsreel li.unit:hover a { color: #c74b15; } .newsreel li.unit a { padding: 26px 8px 8px 12px; } .newsreel li.unit a:hover { color: #c74b15; }
  • 61. Example .newsreel li.unit { padding: 8px; } .newsreel li.unit a { margin-top: 18px; margin-left: 4px; } .newsreel li.unit:hover a { color: #c74b15; } .newsreel li.unit a { padding: 26px 8px 8px 12px; } .newsreel li.unit a:hover { color: #c74b15; }
  • 62. Example .newsreel li.unit { padding: 8px; } .newsreel li.unit a { margin-top: 18px; margin-left: 4px; } .newsreel li.unit:hover a { color: #c74b15; } 3.7x .newsreel li.unit a { padding: 26px 8px 8px 12px; } .newsreel li.unit a:hover { color: #c74b15; }
  • 67. Example …li.nav-item { margin-left: 5px; } li.nav-item span { display: block; } a { display: block; float: left; padding: 0 1em; line-height: 2em; }
  • 68. Example …li.nav-item { margin-left: 5px; } li.nav-item span { display: block; } a { display: block; float: left; padding: 0 1em; line-height: 2em; }
  • 69. Example …li.nav-item { margin-left: 5px; } li.nav-item span { display: block; } a { display: block; float: left; padding: 0 1em; line-height: 2em; } …li.nav-item { margin-left: 45px; } li.nav-item span { display: inline-block; }
  • 70. Example …li.nav-item { margin-left: 5px; } li.nav-item span { display: block; } a { display: block; float: left; padding: 0 1em; line-height: 2em; } …li.nav-item { margin-left: 45px; } li.nav-item span { display: inline-block; } 20x
  • 74. takeaways Try to keep interactive elements over 44x44px.
  • 75. takeaways Try to keep interactive elements over 44x44px. Padding is your friend.
  • 76. takeaways Try to keep interactive elements over 44x44px. Padding is your friend. Space out buttons and links to prevent mis-clicks.
  • 77. takeaways Try to keep interactive elements over 44x44px. Padding is your friend. Space out buttons and links to prevent mis-clicks. What’s good for mobile is good for desktop.
  • 78. takeaways Try to keep interactive elements over 44x44px. Padding is your friend. Space out buttons and links to prevent mis-clicks. What’s good for mobile is good for desktop. Test, test, test!