-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex1.css
74 lines (70 loc) · 1.3 KB
/
index1.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
body
{
margin: 0;
padding: 0;
background: url(.jpg);
background-size: cover;
/*font-family: sans-serif;*/
font-family: 'Open Sans','sans-serif';
background-color: #ffffff;
}
.bckgrund{
/*position: fixed;*/
left: 0;
right: 0;
z-index: -10;
display: block;
background-image: url('depositphotos_34736153-stock-photo-old-age-couple.jpg');
width: 100%;
height:100%;
background-repeat: no-repeat;
}
.d{
display:block;
margin: 0 auto;
padding-top: 10px;
top: 50%
left: 50%;
/*transform: translate(-50%,-50%);*/
width: 435px;
height: auto;
box-sizing: border-box;
background: rgba(0,0,0,.0);
padding-bottom: 10px;
border-radius: 10px;
margin-top: 10px;
box-sizing: border-box;
margin-top: 30px;
}
.imgage{
width: 400px;
height:400px;
}
.signup{
margin: 0px auto 0px auto;
text-decoration: none;
display: block;
width: 300px;
height: 50px;
background: #000;
border-radius: 15px;
color: #ffffff;
font-size: 18px;
text-align: center;
/*margin-bottom: 0px;*/
padding-top: 25px;
}
.login{
margin: 0 auto;
text-decoration: none;
display: block;
width: 300px;
height: 50px;
background: #000;
border-radius: 15px;
color: #ffffff;
font-size: 18px;
text-align: center;
margin-top: 5px;
padding-top: 25px;
}