-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·63 lines (55 loc) · 1.19 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
body{
background-image: url("img/appartement.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: white;
margin: 0;
min-height: 100vh;
}
form{
background-color: rgba(73, 73, 73, 0.74);
width: 300px;
padding: 87px 0;
margin: auto;
text-align: center;
box-sizing: border-box;
height: 375px;
}
.contenaire{
display: flex;
justify-content: center;
margin-top: 100px;
}
#img{
background-image: url("img/How-to-Find-an-Apartment.png");
background-size: cover;
background-position: 20% 20%;
width: 350px;
height: 374px;
}
h1{
text-align: center;
color: rgb(255, 255, 255);
font-size:3rem;
text-shadow: 2px 3px 10px #4b4b4b;
}
#buttonAPI{
margin-top: 20px;
background-color:rgb(0, 0, 0);
width: 165px;
height: 20px;
color: white;
border: solid 1px white;
border-radius: 5px;
cursor: pointer;
font-size: 14px;
}
#property-type{
background-color:white;
width: 165px;
height: 20px;
color:rgb(124, 124, 124);
cursor: pointer;
font-size: 14px;
}