-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
112 lines (105 loc) · 1.9 KB
/
style.css
File metadata and controls
112 lines (105 loc) · 1.9 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
body{
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
background-image: url(https://kq-storage.s3.ap-south-1.amazonaws.com/Github/astronaut/sky-moon-bg%5B1%5D.png);
height:500vh;
width:100vw ;
background-size: 100%;
overflow: hidden;
}
#astronaut-1{
height: 500px;
position: absolute;
top: 5%;
left: 14%;
animation: floating 5s infinite;
}
@keyframes floating{
0%{transform: translateY(0px);}
50%{transform: translateY(30px);}
}
#astronaut-2{
height: 400px;
position: absolute;
top: 300px;left: 500px;
animation: floating 5s infinite;
}
@keyframes floating{
0%{
transform: translateY(0px);
}
50%{
transform: translateY(30px);
}
}
form{
position: absolute;
top: 15%;left: 65%;
width: 350px;
height: 500px;
padding-left: 0px,75px;
background-color: antiquewhite;
display: inline-block;
}
h2{
text-align: center;
}
#country{
position: relative;
left: 40px;
}
#country-name{
position: relative;
left: 40px;
width: 150px;
height: 30px;
}
#number{
position: relative;
left: 40px;
top: 15px;
}
#space-travellers{
position: relative;
left: 40px;top: 20px;
}
#email{
position: relative;
left: 40px;top: 30px;
}
#placeholder{
position: relative;
left: 40px;top: 35px;
}
#spacesuit{
position: relative;
left: 40px;top: 50px;
}
#yes{
position: relative;
left: 50px;top: 30px;
}
#no{
position: relative;
left: 150px;bottom: 40px;
}
#sub{
background-color: rgb(203, 135, 86);
right: 80px;
}
#radio-1{
position: relative;
left: 115px;bottom: 5px;
}
#radio-2{
position: relative;
left: 170px;bottom: 75px;
}
#sub{
border-radius: 35px;
position: relative;
left: 90px;
color:white;
background-color: #e37737;
width: 100px;
height: 30px;
}