-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest.css
More file actions
60 lines (52 loc) · 1.02 KB
/
Copy pathtest.css
File metadata and controls
60 lines (52 loc) · 1.02 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
*{
margin:0px;
padding:0px;
}
body
{
background-image: url("ocean.jpg");
background-attachment: fixed;
background-size: cover;
}
#sg1{
height: 500px;
width:400px;
background-color: rgba(14, 10, 78, 0.623);
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%) ;
border:5px solid rgba(14, 10, 78, 0.623);
}
img{
height:100px;
border-radius:70px;
margin-top:10px;
}
input{
height:40px ;
width:300px;
background: transparent;
outline:0px;
border:0px;
border-bottom: 4px solid ;
border-bottom-color: rgba(2, 1, 14, 0.8);
text-align: center;
font-size:20px;
color:white;
opacity:0.75;
}
::placeholder{
text-align:center;
font-size:20px;
color:white;
}
button {
height: 40px;
width:100px;
border-radius: 30px;
border:0px;
background-color: rgb(95, 184, 12);
box-shadow: 3px 2px;
}