-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreate-point.css
77 lines (59 loc) · 1.19 KB
/
create-point.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
75
76
77
:root{
--title-color: #000000;
}
html{
font-family: serif
}
body{
background:url("../assets/home-background10.jpg") ;
background-attachment: fixed;
background-size: 100%;
background-repeat: no-repeat;
};
#page-home{
margin-left: 50px;
}
#page-home h1{
margin-left: 550px;
}
#page-home form{
display: inline-block;
margin: 5px 485px auto;
align-items: center;
}
#page-home header{
display: flex;
justify-content: space-between;
}
#page-home a{
justify-content: space-between;
}
#page-home small{
-webkit-appearance: push-button;
}
#page-home header {
margin-top: auto;
display: flex;
align-items: center;
justify-content: space-between;
}
#page-home header a{
display: flex;
color: var(--title-col);
font-weight: 700;
margin-left: 900px;
}
#page-home header a span{
margin-right: 5px;
display: flex;
background-image: url("../assets/arrow-left.svg");
margin-top: -1px;
width: 20px;
height: 20px;
}
#page-home header img {
mix-blend-mode: multiply;
}
#page-home div{
margin-left: 100px;
}