-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
46 lines (41 loc) · 928 Bytes
/
style.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
*{
margin: 0;
padding: 0;
}
body{
background: rgb(175, 92, 207);
}
#img{
width: 516px;
height: 480px;
margin: 0px 0px 0px -57px;
transition: 500ms;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-image: url(./img/img02.png);
}
.text{
width: 686px;
margin: -363px 0px 0px 490px;
font-weight: normal;
transition: left, 400ms;
font-size: 14px;
color: white;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
input{
width: 109px;
height: 36px;
background: white;
border-style: none;
border-radius: 21px;
font-size: 16px;
cursor:pointer;
margin: 48px 0px 0px 623px;
box-shadow: 5px 6px rgba(164, 30, 182, 0.199);
}
footer{
margin: 183px 0px 0px 52px;
color: white;
}