Skip to content

Instantly share code, notes, and snippets.

@muzafferkoluman
Created December 12, 2017 08:35
Show Gist options
  • Save muzafferkoluman/ae3949a7faf5c6a0f206206b6f6a59ec to your computer and use it in GitHub Desktop.
Save muzafferkoluman/ae3949a7faf5c6a0f206206b6f6a59ec to your computer and use it in GitHub Desktop.
Css position
/*
*static*
*absolute*
*fixed*
*relative*
*static: default gelen özelliktir.
*relative: etrafındakileri etkilemeden yapılan değişiklik biçimi
*absolute: kimseyi tanımaz en başa gider.
**relative içinde absolute yaparsak içerde hapis kalır. relative göre konum alır.
*fixed: sabit durur ve nereye inersen in hep aynı yerde durur.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment