-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtmlsecondsite.css
95 lines (93 loc) · 1.33 KB
/
htmlsecondsite.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
94
95
#h11{
text-align: center;
color: aquamarine;
}
#h12{
text-align: center;
color: black;
}
#sec1{
background-color: rgb(170, 238, 185);
}
.container{
display: flex;
align-items: center;
}
.label{
color: blue;
}
input:hover{
background-color: rgb(145, 219, 145);
}
input:focus::placeholder{
color: transparent;
}
.input1{
border-color: sandybrown;
}
input[type="radio"]{
accent-color: rgb(245, 10, 245);
}
#button{
background-color: brown;
color: blue;
}
#button:hover{
background-color: green;
color:brown ;
}
#h12{
text-align: center;
color: red;
}
#sec2{
background-color: rgb(33, 83, 67);
}
#div2{
display: flex;
}
#txtarea{
background: rgb(33, 83, 67);
resize: none;
}
textarea:focus::placeholder{
color: transparent;
}
input[type="file"]{
color: aqua;
}
#date {
background: rgb(33, 83, 67);
}
#datechooser{
color: blueviolet;
}
#yourage{
background: rgb(33, 83, 67);
}
#age{
color: blueviolet;
}
#savebutton{
background-color: rgb(170, 88, 88);
}
#savebutton:hover{
background-color: rgb(103, 103, 219);
color: rgb(255, 5, 151);
}
#h13{
color: brown;
text-align: center;
}
#sec3{
background-color: rgb(78, 156, 78);
}
ul{
color: rgb(182, 75, 75);
}
ol{
color: rgb(121, 88, 5);
}
ol + p {
color: rgb(1, 247, 185);
}