-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
55 lines (55 loc) · 995 Bytes
/
style.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
body{
font-family: Roboto;
margin: 0;
padding: 0;
background-color: #cee2ed;
}
.main{
margin-left: 0.5rem;
background-color: #cee2ed;
}
.nav-bar{
background-color: black;
color: white;
width: 100%;
height: 4rem;
display: flex;
justify-content:center;
align-items: center;
}
.logo{
font-size: 3rem;
font-family: "Kalnia Glaze", serif;
font-optical-sizing: auto;
font-style: normal;
font-variation-settings:
"wdth" 100;
}
.input{
display: flex;
justify-content: center;
}
.input-element{
margin-right: 1rem;
}
.button-container{
display: flex;
justify-content: center;
align-items: center;
}
#find-button{
margin-top: 1rem;
}
.responses{
background-color: #cee2ed;
}
button{
border-radius: 0.5rem ;
border: 0.1rem solid #209be3;
position: absolute;
right: 60rem;
cursor: pointer;
}
#find-button{
position: inherit;
}