forked from saicaca/fuwari
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: Design Principles | ||
published: 2024-12-17 | ||
description: Learning Design for Web Development | ||
image: cover.png | ||
tags: [Technology] | ||
category: English | ||
draft: false | ||
--- | ||
|
||
:::note[References] | ||
|
||
- Robin Williams, [_Non-Designers Design Book_](https://123dok.com/document/q51xl8wy-designers-design-design-typographic-principles-visual-novice-edition.html), Peachpit Press; 4th edition, 2014 | ||
|
||
::: | ||
|
||
4 Basic Principles of Design | ||
---------------------------- | ||
|
||
1. Proximity | ||
2. Alignment | ||
3. Repetition | ||
4. Contrast | ||
|
||
### Proximity | ||
|
||
:::tip[Principle of Proximity] | ||
|
||
__Group related items together__ | ||
|
||
::: | ||
|
||
The purpose of the principle is to give viewer an instant visual clue to the organization and content of the page. When | ||
several items are in close proximity to each other, they become one visual unit rather than several separate units. | ||
|
||
To be continued ... |