-
Notifications
You must be signed in to change notification settings - Fork 0
/
d14.css
57 lines (54 loc) · 1.02 KB
/
d14.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
body{
background-image: url('110.jpg');
background-size: cover;
background-repeat: no-repeat;
}
input{
position: absolute;
top:50%;
left:50%;
width:200px;
height:60px;
transform: translate(-50%,-50%);
border-radius: 50px;
outline: none;
background: transparent;
border:2px solid #fff;
color: #fff;
font-family:'Times New Roman', Times, serif;
font-size:20px;
}
ul {
list-style: none;
margin:0;
padding:0;
}
ul li a{
display: block;
width:100px;
float: left;
background:rgba(0, 0, 0, 0.3);
height:30px;
color:#fff;
margin: 5px;
padding-top:15px;
text-align: center;
text-decoration: none;
border-radius:20px;
}
a:hover{
border:1px solid #fff;
}
input:hover{
background-color:#fff;
color:#000;
transition: 0.5s;
}
.list{
position: absolute;
top:20%;
left:52%;
transform: translate(-50%,-50%);
width:400px;
height: 50px;
}