-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsign.css
52 lines (47 loc) · 1.04 KB
/
sign.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
#box{
height: 400px;
width: 30%;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
margin: auto;
/* background-color: beige; */
display: flex;
align-items: center;
margin-top: 50px;
/* background-color:lightcyan; */
}
#took{
height: 100%;
width: 100%;
line-height: 3;
padding:0px 50px 20px 70px;
box-sizing: border-box;
}
input{
width: 300px;
height: 25px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border: 2px solid grey;
}
button{
height: 40px;
width: 100px;
margin-left: 99px;
margin-top: 30px;
background-color: white;
padding: 10px;
border-radius: 15px;
font-weight: bold;
}
h2{
/* margin-left: 78px; */
color: brown;
font-size: 40px;
text-align: center;
}
button:hover{
background-color: lightgrey;
cursor: pointer;
}
body{
background: url(https://wallpapercave.com/wp/wp4102991.jpg);
}