Skip to content

Instantly share code, notes, and snippets.

View needim's full-sized avatar
🎯
Focusing

Nedim Arabacı needim

🎯
Focusing
View GitHub Profile
View empty.css
html, body {
font-family: 'GothamRoundedLight', sans-serif;
font-weight: 300;
background-color: rgb(255, 253, 250);
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
We couldn’t find that file to show.
@needim
needim / mediaqueries.css
Last active August 25, 2023 02:07
Device Specific CSS Media Queries Collection
View mediaqueries.css
/*
Based on:
1. http://stephen.io/mediaqueries
2. https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
*/
/* iPhone X in portrait & landscape */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
View izmir.basic.map.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.