-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathx.css
More file actions
59 lines (57 loc) · 1.15 KB
/
x.css
File metadata and controls
59 lines (57 loc) · 1.15 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
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body
{
/* position: relative; */
background-image: url(https://img.freepik.com/premium-photo/rain-water-drop-falling-city-street-floor-heavy-rain-day_1962-2005.jpg?w=2000);
background-repeat: no-repeat;
background-size: cover,contain;
}
.container
{ margin: auto auto;
position :absolute;
left: 50%;
transform: translate(-50%);
/* background-color: black; */
margin-top: 200px;
/* margin-left: auto;
margin-right: auto; */
/* margin-bottom: 50%; */
}
.inputbox
{
width: 400px;
/* height: 50px; */
padding: 10px 10px;
/* box-sizing: border-box; */
/* background-color: #d3f9d8; */
border-radius: 7px;
}
.inputbox:hover
{
box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.19) ;
}
.div2
{
margin: 0 43%;
/* transform: translate(-80%); */
}
.btn
{
padding: 15px 15px;
border-radius: 12px;
background-color: goldenrod;
}
.btn:hover
{
/* box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.19) ; */
}
#mark
{ font-size: 80px;
color:green;
font-size: 40px;
}