-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp1.css
More file actions
85 lines (77 loc) · 1.53 KB
/
Copy pathp1.css
File metadata and controls
85 lines (77 loc) · 1.53 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
body {
background-color: lightblue;
text-align: center;
font-family: Georgia;
margin-top: 25px;
margin-bottom: 25px;
}
#myfirstform{
width:300px;
height: auto;
margin: 60px auto;
border-radius: 10px;
text-align: center;
}
h1 {
color: blue;
font-family: Georgia;
font-size: 35px;
text-align: center;
border: 5px dotted blue;
margin-left: 450px;
margin-right: 450px;
}
.header {
background-color: lightskyblue;
padding: 5px;
}
p::first-letter {
color: blue;
font-size: x-large;
}
#choose {
background-color: lightseagreen;
}
#choose2{
background-color: lightseagreen;
}
#choose3 {
background-color: lightseagreen;
}
#choose4 {
background-color: lightslategray;
}
#choose5 {
background-color: lightslategray;
}
.personal {
background-color: lightcyan;
}
.others{
background-color: lightgray;
}
#hover:hover {
background-color: lightgreen;
opacity: 0.7;
}
#hover2:hover {
background-color: lightgreen;
opacity: 0.7;
}
.footer {
background-color: lightskyblue;
font-family: "Times New Roman", Times, serif;
color: blue;
text-align: center;
padding: 10px;
}
.javamessages{
font-family: "Times New Roman", Times, serif;
color: red;
text-align: center;
}
.javacorrect{
font-family: "Times New Roman", Times, serif;
color: green;
text-align: center;
}