Skip to content

Instantly share code, notes, and snippets.

View adirickyk's full-sized avatar

Adi Ricky K adirickyk

View GitHub Profile
@adirickyk
adirickyk / media-query.css
Created March 31, 2019 02:20 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
@adirickyk
adirickyk / gist:30827ae43e16e58b256e39425ba62cfd
Created May 3, 2020 14:00 — forked from Mikodes/gist:be9b9ce42e46c3d4ccb6
All Media queries for resolutions
/* (320x480) iPhone (Original, 3G, 3GS) */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* insert styles here */
}
/* (320x480) Smartphone, Portrait */
@media only screen and (device-width: 320px) and (orientation: portrait) {
/* insert styles here */
}
# AngularJS Project
Welcome to the AngularJS project! This project is built using AngularJS, a popular JavaScript framework for building dynamic web applications.
## Getting Started
To get started with the project, follow these steps:
1. **Clone the repository:**