-
Notifications
You must be signed in to change notification settings - Fork 155
/
Copy pathindex.css
112 lines (90 loc) · 1.52 KB
/
index.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
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
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
.form-container {
margin: auto;
height: 100vh;
width:100vh;
display:flex;
transform: translate(-28%, -35%);
}
form {
margin:auto;
border: none;
}
#particles-js {
position: absolute;
width: 100%;
height: 100%;
z-index:-1;
background: inherit;
}
.ball {
position: absolute;
border-radius: 100%;
opacity: 0.7;
}
body {
min-height: 100vh;
background: #171717;
overflow:hidden;
}
h1 {
text-align: center;
top: 100px;
font-family: 'Poppins';
font-size: 100px;
color: #aba0a0;
}
.navbar {
background-color:#212121;
width:80%;
height:60px;
margin:auto;
align-items:center;
justify-content:center;
display:flex;
border-radius: 10px;
}
.nav-option {
vertical-align:middle;
float:left;
font-size:20px;
font-family:'Poppins';
text-decoration: none;
color: white;
margin-right:50px;
}
i{
margin-right:5px;
}
.search {
width: 300px;
height: 57px;
border-radius: 5px;
background: transparent;
border: none;
color: white;
font-size: 18px;
outline: none;
margin-left:10px;
}
::placeholder {
color: white;
font-size: 18px;
border: none;
}
.submit-button {
background: transparent;
border: none;
width: 55px;
height: 60px;
color: white;
margin-left:5px;
}
.searchbox{
width: 400px;
height: 60px;
background: #0f0f0f;
border-radius: 5px;
margin:auto;
border: 2px white solid;
}