-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
147 lines (122 loc) · 2.28 KB
/
style.css
File metadata and controls
147 lines (122 loc) · 2.28 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
body {
background-color: #202124;
margin: 0;
padding: 0;
font-size: 1px;
font-family: arial;
color: #bdc1c6;
position: fixed;
}
#UTF {
border: 2px solid transparent;
align-content: center;
}
body,
input,
button {
font-size: 13px;
font-family: arial, sans-serif;
color: #bdc1c6;
width: 100%;
height: 100%;
}
/* beginning of goggle and search bar */
#logo {
top: 20%;
left: 40%;
position: fixed;
}
#input {
width: 550px;
height: 40px;
border-radius: 19px;
font-size: medium;
background-color: #202124;
border: 1px solid rgb(90, 89, 89);
background: transparent;
padding-left: 40px;
}
.icon {
display: flex;
position: relative;
top: 272px;
left: -200px;
}
#Center {
border: 2px solid rgb(34, 33, 33);
}
/* end of goggle and search bar */
/* navbar beginning */
ul {
list-style-type: none;
margin: 0;
padding: 0;
background-color: rgb(34, 33, 33);
}
li {
float: left;
width: 60;
}
li a {
display: block;
color: white;
padding: 13px 26px;
text-decoration: none;
}
.ims {
width: 20px;
}
#sign {
border: 2px solid rgb(202, 112, 127);
background-color: rgb(131, 112, 202);
border-radius: 25px;
line-height: 9px;
width: 100px;
}
#sign:hover {
border: 0 0 4px white;
}
/* navbar ending */
/* btn beginning */
#button {
border-radius: 5px;
width: 150px;
height: 33px;
background-color: #3a3b3f;
border: 2px solid #3a3b3f;
margin: 4px;
color: #e8eaed;
}
#button:hover {
border: 2px solid #767fa7;
}
/* btn ending */
/* beginning of footer */
#footer1 {
position: fixed;
top: 650px;
width: 100%;
padding-top: 15px 10px;
border: 1px solid rgb(26, 23, 23);
font-size: 15px;
border-top: 15px solid rgb(26, 23, 23);
border-bottom: 15px solid rgb(26, 23, 23);
border-left: 15px solid rgb(26, 23, 23);
background-color: rgb(26, 23, 23);
text-align: left;
}
#footer2 {
position: fixed;
margin-top: 690px;
border: 1px solid rgb(26, 23, 23);
border-width: 100%;
width: 100;
background-color: rgb(26, 23, 23);
}
#footer2 a {
text-decoration: none;
display: inline-block;
color: white;
padding: 18px 60.8px;
}
/* end of footer */