-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
90 lines (73 loc) · 1.38 KB
/
main.css
File metadata and controls
90 lines (73 loc) · 1.38 KB
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
82
83
84
85
86
87
88
89
90
body {
background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-dark.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
section {
padding: 20px 60px 20px 60px;
}
h3 {
/*線の種類(実線) 太さ 色*/
border-bottom: solid 2px rgb(117, 115, 115);
}
th {
text-align: left;
}
.title {
background-color: #dddddd;
padding: 30px 10px 30px 24px;
margin-bottom: 10px;
}
.container {
width: 840px;
margin: 0 auto;
background-color: #ffffff;
}
.contents-item {
overflow: hidden;
margin-bottom: 10px;
}
.contents-item h4 {
margin: 10px;
}
.contents-photo {
float: left;
}
img.another_teacher {
width: 400px;
margin-right: 10px;
}
img.smile_jumper {
width: 400px;
margin-right: 10px;
}
img.melting {
width: 400px;
margin-right: 10px;
}
img.mail_friend {
width: 400px;
margin-right: 10px;
}
img.pensieve {
width: 400px;
margin-right: 10px;
}
.noimage {
position: relative;
width: 400px;
height: 266px;
margin-right: 10px;
border: medium solid #dddddd;
}
.noimage p {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.footer {
background-color: #e0e0e0;
height: 180px;
text-align: center;
margin-top: 10px;
}