Skip to content

Instantly share code, notes, and snippets.

View kennedybarros's full-sized avatar
Hopefully not blowing anything up

Kennedy Barros kennedybarros

Hopefully not blowing anything up
View GitHub Profile
@ssdev-95
ssdev-95 / init.md
Last active April 24, 2022 00:21
Design must topics

UI Trending topics

Everything you should know to start up :D

  1. Aprender os princípios de UI Design: Antes de começar a montar telas, é preciso saber o que faz uma tela ser bonita e funcional:
    • Princípios de Gestalt
    • Hierarquia Visual
    • Carga Cogitava
    • Espaço Negativo
  • Contraste
@gokulkrishh
gokulkrishh / media-query.css
Last active August 28, 2025 16:27
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */