-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
48 lines (43 loc) · 987 Bytes
/
Copy pathstyles.css
File metadata and controls
48 lines (43 loc) · 987 Bytes
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
@font-face {
font-family: 'HeavyFalcon';
src: url('fonts/HeavyFalcon-Z3Lz.otf');
}
.title {
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: aliceblue;
}
header {
background-color: aliceblue;
width: 60%;
min-width: 100px;
max-width: 1000px;
margin: auto;
border: 0;
}
body {
background-image: url('images/pcb.jpg');
background-repeat: no-repeat;
background-attachment: fixed;/**/
/*background-color: forestgreen;/**/
background-size: 100% 100%;
font-family: 'HeavyFalcon', sans-serif;
margin: 0;
padding: 0;
}
main {
/*background-image: url('images/falcon.png');/**/
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-color: aliceblue;/**/
max-width: 1000px;
min-width: 100px;
width: 60%;
height:1000px;
margin-left: auto;
margin-right: auto;
padding: 10px;
border: 0px;
}