-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.css
67 lines (57 loc) · 1.05 KB
/
page.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
.border {
width: 100%;
height: 500px;
margin-top: 30px;
/* background-image: url('https://miro.medium.com/max/2925/1*xdIqlH52ebNcLoGF9xzCcg.png'); */
}
#search-box {
font-size: 15px;
}
#button {
font-size: 15px;
}
.border .your-feeling {
width: 100%;
height: 100px;
display: flex;
justify-content: space-around;
margin-top: 70px;
}
h1 {
margin-top: 50px;
text-align: center;
color: white;
}
.menu-bar {
background-color: #90A4AE;
}
.menu-bar .menu-bar-inner {
width: 100%;
height: 55px;
display: flex;
justify-content: space-around;
font-size: 20px;
}
.menu-bar .menu-bar-inner a {
color: white;
text-decoration: none;
}
body {
padding: 0;
width: 100%;
height: 100%;
background-size: over;
}
.menu-bar #search-box {
width: 400px;
box-sizing: border-box;
border: 1px solid black;
border-radius: 10px;
margin-left: 35%;
}
.border .your-feeling .txt-mood-icon {
width: 250px;
text-align: center;
margin-top: 10px;
color: white;
}