aboutsummaryrefslogtreecommitdiff
path: root/about.css
blob: 5af0aebec6cfb38e49c6b509710c8da886db3da2 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.verticaltext {
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.row {
    display: flex;
}

.col {
    flex: 33%;
    padding: 40px;
}

.col2 {
    float: left;
    width: 100%;
}

.text {
    margin-left: 20px;
}

.invisibletd {
    padding-left: 20px;
}

.title {
    font-size: 36px;
}

header *{
    display: inline-block;
}

*{
    vertical-align: middle;
    max-width: 100%;
}

.pic100 {
    width: 100%;
}

.pic50 {
    width: 49%;
}

.pic2 {
    width: calc(100% / 3);
}

.img {
    margin-bottom: 10px;
}

.div {
    margin: auto;
    max-width: 1024px;
}

.aecenter {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

p, li {
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .div {
    width: 100%;
    }
}

table, th, td {
    border: 1px solid black;
}