-
Notifications
You must be signed in to change notification settings - Fork 0
/
searchsheet.css
62 lines (57 loc) · 1021 Bytes
/
searchsheet.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
body{
background-color: white(0, 0, 0, 0.671);
display: grid;
margin: 0;
@media screen {
}
}
.hunta{
position: relative;
height: fit-content;
display: inline-block;
padding-right: 1em;
}
.hunta a{
text-decoration: none;
color: black;
}
.hunta a:hover{
text-decoration: underline;
}
.kutgh{
width: fit-content;
line-height: 4em;
text-align: center;
padding-right: 1em;
float: right;
}
.fremro{
position: absolute;
margin: 0;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.textBar{
place-self: center;
border-radius: 24px;
height: 44px;
font-size: 1em;
padding-left: 12px;
padding-right: 12px;
width: 560px;
}
form{
text-align: center;
margin: auto;
font-size: 1em;
width: fit-content;
}
.grosm{
border: 1px solid darkgrey;
height: 36px;
border-radius: 5px;
background-color: grey;
color: white;
}