Skip to content

Instantly share code, notes, and snippets.

@robingi
robingi / codespector.css
Last active June 16, 2017 12:36
smooth image slider
/* smooth image slider */
body, html {
height: 100%;
margin: 0;
padding: 0;
}
.container {
overflow: hidden;
height: 100%;
@robingi
robingi / codespector.css
Last active June 12, 2017 19:28
full height scroll
/* full height scroll */
body{
padding: 0;
margin: 0;
height: 100%;
width: 100%;
overflow-y: hidden;
}
@robingi
robingi / codespector.css
Last active June 6, 2017 09:46
endless pure javascript slider
/*
endless pure javascript slider
*/
body {
padding: 0;
margin: 0;
}
#rgi-slider-view {
@robingi
robingi / codespector.css
Last active June 2, 2017 12:23
endless pure javascript slider
/*
endless pure javascript slider
*/
body {
padding: 0;
margin: 0;
}
#rgi-slider-view {
@robingi
robingi / codespector.css
Last active June 1, 2017 09:05
grid example
/* grid example */
.container {
width: 960px;
}
.logo-container {
width: 100%;
height: 100px;
}
@robingi
robingi / codespector.css
Last active May 30, 2017 09:21
Non https and non www redirect
/**
Non https and non www redirect
*/