-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
49 lines (42 loc) · 1.15 KB
/
stylesheet.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
body
{background-color:#B5CBBB}
#div1 {position:relative; width:550px; height:450px; margin: 30px auto 0; }
#div1 a {position:absolute; top:0px; left:0px; font-family:impact; font-size:80; color:#fff; font-weight:bold; text-decoration:none; padding: 3px 6px; }
#div1 a:hover {border: 1px solid #eee; background:#F5F5DC; }
#div1 .blue {color:blue;}
#div1 .red {color:#FF6666;}
#div1 .yellow {color:yellow;}
#div1 .purple {color:#660066;}
#div1 .pink {color:#FF69B4;}
#div1 .grey {color:#483D8B;}
#div1 .forest {color:#458b74;}
#div1 .green {color:#9ACD32;}
#div1 .orange {color:#ed9314}
#div1 .lightblue {color:#5cacee}
#div1 .blue {color:#5F9EA0;}
#div1 .steelblue {color:#4682B4;}
textarea {
position: relative;
top: 50%;
left: 35%;
width:400px;
height:30px;
background-color: #FFFAFA;
border: none;
border-radius: 3px;
}
#submitButton{
position: relative;
top: 60%;
left: 46%;
text-align: center;
font: 15px impact;
background-color: #FF6666;
color: white;
width: 110px;
height: 25px;
border: none;
}
p { font: 30px impact; text-align: center; color: #ba0c0c; }
p a { font-size: 30px; color: #ba0c0c; }
p a:hover { color: red; }