-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassessment.css
62 lines (52 loc) · 1.03 KB
/
assessment.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
body {
background-color: #ffffff;
/*** センター配置 ***/
width: 400px;
margin-right: auto;
margin-left: auto;
color: rgb(167, 47, 77);
/*** googlefont ***/
font-family: 'Kokoro';
}
#card {
border-radius: 3px 3px 3px 3px;
box-shadow: 2px 2px 4px 2px gray;
width: 400px;
height: 220px;
margin-right: auto;
margin-left: auto;
border: 1px dashed #ff9900;
background-image: url('images/p0043_m.jpg');
}
.charactercard {
table-layout: fixed;
font-family: 'Fredoka One', cursive;
}
#title {
background-color: rgb(191, 219, 255);
}
.bg {
background-color: azure;
border-radius: 3px 3px 3px 3px;
}
#img {
border: 1px dashed rgb(228, 165, 94);
border-radius: 3px 3px 3px 3px;
background-image: url('');
background-color: snow;
background-size: cover;
}
#tit {
text-align: left;
}
#name {
text-align: left;
}
button {
padding: 5px 20px;
background-color: rgb(179, 179, 179);
border-color: red;
}
input {
height: 20px;
}