summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 11 hands-on assignments/Ch11_msglm/11.9.ch11details/11.9.index.html
blob: e9f8d0446ab2562514ab0aa09449044a53aa9f64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Principles of Visual Design</title>
    </head>
    <body>
        <h1>Principles of Visual Design</h1>

        <details>
            <summary>Repetition</summary>
            <p>Repeat visual components throughout the design</p>
        </details>
        <details>
            <summary>Contrast</summary>
            <p>Add visual excitement and draw attention</p>
        </details>
        <details>
            <summary>Proximity</summary>
            <p>Group related items</p>
        </details>
        <details>
            <summary>Alignment</summary>
            <p>Align elements to create visual unity</p>
        </details>

    </body>
</html>