-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmgong1p.css
91 lines (82 loc) · 1.32 KB
/
mgong1p.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
78
79
80
81
82
83
84
85
86
87
88
89
90
/*css for hw1 Author: Mengyi Gong */
span{
background-color:#B4009E;
color:#ffffff;
cursor:default;
}
span:hover:after{ /* mouse over */
background-color:#DEB887;
color:#000000;
content:"Spring2014-cs554-HW2";
visibility:visible;
}
body{
margin:20px;
margin-left:9%;
margin-right:9%;
border:20px;
padding:10px;
background-image:url(pics/bg.JPG);
background-size:100% 100%;
background-repeat:no-repeat;
}
#rule{
width:130px;
height:60px;
background-color:pink;
}
#WordPuzzle{
width:350px;
height:70px;
padding:10px;
float:right;
border:1px solid #aaaaaa;
}
#WordPuzzle div{
width:20px;
height:10px;
padding:0;
}
table{
width: 490px;
height: 400px;
padding: 0.5em;
}
td{
width:105px;
height:110px;
border: 1px;
}
#DogPuzzle img{
width:105px;
height:110px;
}
#DogPuzzle{
float:left;
width:450px;
}
#DogPuzzle div{
float:left;
width:450px;
height:500px;
padding:0;
}
table{
width: 490px;
height: 400px;
}
#PuzzleArea{
width: 490px;
height: 400px;
padding: 0.5em;
float: right;
margin: 10px;
background-color:#FFFFCC;
}
#PuzzleArea div{
float:left;
width:120px;
height:130px;
padding:0;
border:1px solid #aaaaaa;
}