-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.scss
55 lines (52 loc) · 961 Bytes
/
style.scss
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
body, html {
font-family: "Open Sans", sans-serif;
font-size: 14px;
width:100% ;
height: 100%;
margin: 0;
padding: 0;
}
section {
background-image: url(https://a0.muscache.com/4ea/air/v2/pictures/f53c0152-b329-4a09-a146-2cf030f58cb7.jpg?t=c:w3-h2-go,r:w1440-h960,e:fjpg-c80);
width: 100%;
height: 100%;
background-size: cover;
}
header{
background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
width: 100%;
position: absolute;
left: 0;
top: 0;
ul{
list-style: none;
position: absolute;
right: 0;
li{
color:#fff;
width: 150px;
float: left;
font-weight: 400;
}
}
}
div{
position: absolute;
width: 500px;
height: 500px;
left: 50%;
top:50%;
margin-top: -150px;
margin-left: -250px;
h1 {
font-size: 25px;
color: #fff;
font-weight: 300;
}
input {
width: 100%;
height: 30px;
padding: 20;
border-radius: 25px;
}
}