-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle.css
More file actions
52 lines (45 loc) · 783 Bytes
/
google.css
File metadata and controls
52 lines (45 loc) · 783 Bytes
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
*{
background-color: #3C4043;
}
h3{
color: aliceblue;
font-family:Arial, Helvetica, sans-serif;
text-align: center;
font-size: 100px;
margin-bottom: 150px;
text-align:;
}
input[type="text"]{
border: 1px solid #fbfdff4e;
width: 600px;
height: 50px;
border-radius: 150px;
display: block;
margin: auto;
}
table{
text-align: center;
margin: auto;
color: aliceblue;
border: 0px;
}
th{
background-color: #4e5152;
padding: 10px;
border-radius: 5px;
}
h2{
background-color: #34373a;
padding: 5px;
width: 200px;
}
h5{
color: rgba(212, 217, 217, 0.727);
text-align: center;
}
.ee{
color: aliceblue;
text-align: end;
border: 2px solid ;
margin-right: auto;
}