-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.css
More file actions
64 lines (64 loc) · 953 Bytes
/
Copy pathsearch.css
File metadata and controls
64 lines (64 loc) · 953 Bytes
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
body{
text-align: center;
background-image: url('images/back.png');
background-size: cover;
background-repeat: no-repeat;
background-attachment:fixed;
}
.bar{
position: absolute;
top:10%;
width: 100%;
}
input{
padding: 12px 16px;
background-color: transparent;
color: white;
border: none;
border-radius: 3px;
float: left;
box-sizing: border-box;
}
a#home{
border:1px solid white;
border-radius: 3px;
text-decoration:none;
background-color: white;
opacity: 0.4;
font-size: 1.5em;
color:black;
position: relative;
top: -5px;
}
div.button{
display: inline-block;
width: 40%;
}
div.container{
position: absolute;
top: 55%;
right: 30%;
left: 30%;
border: 1px solid white;
width: 40%;
background-color: rgba(128,128,128,0.4);
}
input.search{
width:80%;
}
input.submit{
width:20%;
}
.logo{
position: absolute;
top: 20%;
width: 100%;
}
#skills{
width: 100%;
font-size: 1.5em;
}
#person{
width: 100%;
font-size: 1.5em;
}