![]()
![]()
This is an unordered list:
This is bold. This is italic.
![]()
This is a title with the event branding.
Media Queries are sweet:
@media screen and (max-width: 640px) {
#sidebar { display: none; }
}
function isSmall() {
return window.matchMedia("(min-device-width: ???)").matches;
}
function hasTouch() {
return Modernizr.touch;
}
function detectFormFactor() {
var device = DESKTOP;
if (hasTouch()) {
device = isSmall() ? PHONE : TABLET;
}
return device;
}
This content should be centered!
You have been a great audience!
Shoot your questions at forum.campushash.com.