-
Notifications
You must be signed in to change notification settings - Fork 0
/
w3lab2.css
93 lines (93 loc) · 1.74 KB
/
w3lab2.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
91
92
93
@charset "utf-8";
.riddle {
width: 100px;
height: 300px;
border: 2px double green;
position: absolute;
top: 100px;
left: 250px;
padding: 7px;
background-image: url("images/desert.jpg");
}
.dumbledore {
width: 200px;
height: 200px;
border: 7px purple dashed;
position: absolute;
top: 50px;
left: 100;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 3px;
background-image: url("images/smiley.gif");
background-color: #C2C2C2;
background-repeat: no-repeat;
background-position: bottom left;
}
.incrimson{
color: red;
}
.purdueyellow{
color: yellow;
position: absolute;
}
.Sherlock{
position:absolute;
top:300px;
right:100px;
padding-top: 1px;
padding-bottom: 1px;
padding-left:2px;
width: 300px;
height: 100px;
margin: 2in 2in 2in 2in;
background-color: blue;
border: thin;
color: yellow;
font: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.IU{
position:absolute;
top:200px;
right:100px;
padding-top: 2px;
padding-bottom: 3px;
padding-left:3px;
width: 400px;
height: 100px;
margin: 2in 2in 2in 2in;
background-color: red;
border:medium;
color: white;
font: button;
margin: 2in 2in 2in 2in;
}
.Hoosiers{
width: 300x;
height: 100px;
border: 2px double black;
position: absolute;
top: 300px;
left: 300px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 2px;
background-color: yellow;
margin: 2in 2in 2in 2in;
}
.Betman{
margin: 2in 3in 4in 4in;
position: absolute;
border:1px solid #75D1D3;
font:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
width:auto;
height:auto;
padding:2px 1px 1px 2px;
background-color: #9FF0BA;
}
.Sophmore{
color:blue;
}
.fail{
color:gray;
}