forked from nmssilva/sensation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
39 lines (39 loc) · 768 Bytes
/
Copy pathstyles.css
File metadata and controls
39 lines (39 loc) · 768 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
@font-face {
font-family: "Sansation_Light";
src: url("./sansation/Sansation_Light.ttf");
}
@font-face {
font-family: "Sansation_Bold";
src: url("./sansation/Sansation_Bold.ttf");
}
html, body {
height:100%;
}
a {
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: black;
}
.bg{
/* bottom, image */
background-color: #000;
background-position: center center;
background-repeat:no-repeat;
background-size: cover;
}
.center {
margin: auto;
position: relative;
text-align: center;
top: 37%;
width: 100%;
}
.intro{
color:white;
font-size: 70px;
font-family: Sansation_Bold;
}
.sensation{
color:white;
font-size: 100px;
font-family: Sansation_Bold;
}