forked from ShaifArfan/one-page-website-html-css-project
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhallowstyle.css
76 lines (63 loc) · 1.49 KB
/
hallowstyle.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
@import url('https://fonts.googleapis.com/css2?family=Mountains+of+Christmas:wght@700&family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mountains+of+Christmas:wght@700&family=Oswald:wght@500&family=Quicksand&display=swap');
body,
html {
background-image:url('halloweenbackground.gif'); background-repeat:no-repeat;
background-size: cover;
background-attachment: fixed;
font-family: 'Mountains of Christmas', lobster;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
span {
color:black;
text-align: center;
display: none;
font-family: 'Oswald', sans-serif;
line-height: 100px;
font-size: 5vh;
}
#title {
color:white;
text-align: center;
font-size: 12.5vh;
}
#fullTime {
display: block;
}
p {
text-align: center;
font-size: 5vh;
background-color:#fe974b;
width:max-content;
}
a {
font-size:200%;
}
h6 {
color:black;
text-align: center;
font-size: 2vh;
}
h1 {
color:white;
background-color:#000000;
width:max-content;
}
span {
color:white;
background-color:#000000;
width:max-content;
}
a {
color: #ff8a8d;
display: block;
text-decoration: none;
}
p{
color:black;
}