Python 入門指南 5.0

exercise4201.css

 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
h1 {
    text-align: center;
    padding: 0.8em;
    margin: 0.42em;
    border: thick double #f33;
}

p, div {
    padding: 0.8em;
    margin: 0.8em;
    border: thick double #32a1ce;
}

p input {
    width: 100%;
    height: 3em;
}

div.back, p#display, div#result {
    text-align: center;
}

ul {
    list-style: none;
}

table {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
}

td {
    text-align: center;
    border: thick double gray;
    width: 50%;
}

td.cal {
    width: 25%;
}

td.cal2 {
    border: none;
    width: 34%;
}

td.cal3 {
    border: none;
    width: 33%;
}

td#dice1, td#dice2 {
    font-size: 3em;
}

td.cal input {
    width: 100%;
}

td.cal2 input {
    width: 100%;
}

td.cal3 input {
    width: 100%;
}

form {
    text-align: center;
}

/* 檔名: exercise4201.css
   說明:《Python入門指南》的範例程式
   網站: http://kaiching.org
   作者: 張凱慶
   時間: 2023 年 12 月 */

回到練習題目
上一頁 exercise4110.html
回 Python 入門指南 5.0 首頁
下一頁 exercise4202.html
回 Python 教材首頁
回程式語言教材首頁