Skip to content

Instantly share code, notes, and snippets.

Axure RP 7.0注册码
用户名:axureuser
序列号:8wFfIX7a8hHq6yAy6T8zCz5R0NBKeVxo9IKu+kgKh79FL6IyPD6lK7G6+tqEV4LG
@WebiSamurai
WebiSamurai / setup.md
Created December 22, 2018 09:05 — forked from akella/setup.md
Мой сетап

То что я использую в работе и стримах

Софт для разработки

/* (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 */
}