Skip to content

Instantly share code, notes, and snippets.

View johnakhilomen's full-sized avatar
💭
Cooking node-badger and looking forward to the stable-release soon

John Akhilomen johnakhilomen

💭
Cooking node-badger and looking forward to the stable-release soon
View GitHub Profile
@johnakhilomen
johnakhilomen / Jenkinsfile
Created July 7, 2023 06:18 — forked from merikan/Jenkinsfile
Some Jenkinsfile examples
Some Jenkinsfile examples
@johnakhilomen
johnakhilomen / CSS3 Media Queries Template
Created March 15, 2021 05:50
CSS3 Media Queries template
/*
* Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}