-
Notifications
You must be signed in to change notification settings - Fork 11
/
i.css
132 lines (127 loc) · 2.79 KB
/
i.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
.content {
background: black;
background-size: cover;
background-position: center center;
background-attachment: fixed;
height: 100vh;
overflow-y: hidden;
box-shadow: 0px 0vw 70vw 1vw rgb(0 0 0) inset, 0px 0vw 13vw 2vw rgb(0 0 0) inset;
}
.large-header {
position: relative;
width: 100%;
overflow: hidden;
height: 100%;
/*z-index: 1;*/
}
/*
.demo .large-header {
background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/499416/demo-bg.jpg");
}
*/
.main-title {
position: absolute;
margin: 0;
padding: 0;
color: #F9F1E9;
/*text-align: center;*/
top: 37%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
font-weight: 500;
}
.demo .main-title {
text-transform: uppercase;
font-size:180px;
font-weight: 520;
letter-spacing: 0.1em;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.demo .main-title-2 {
position: absolute;
margin: 0;
padding: 0;
color: #F9F1E9;
font-size: 45px;
font-family: Georgia, 'Times New Roman', Times, serif;
top: 49%;
text-align: center;
}
@media(max-width:938px)
{
.demo .main-title {
text-transform: uppercase;
font-size:150px;
font-weight: 520;
letter-spacing: 0.1em;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.main-title
{
top:35%;
}
.demo .main-title-2
{
top:47%;
font-size: 50px;
}
}
@media(max-width:700px)
{
.demo .main-title {
text-transform: uppercase;
font-size:130px;
font-weight: 520;
letter-spacing: 0.1em;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.main-title
{
top:30%;
}
.demo .main-title-2
{
top:40%;
font-size: 45px;
}
}
@media(max-width:570px)
{
.demo .main-title {
text-transform: uppercase;
font-size:100px;
font-weight: 520;
letter-spacing: 0.1em;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.main-title
{
top:30%;
}
.demo .main-title-2
{
top:40%;
font-size: 45px;
}
}
@media(max-width:460px)
{
.demo .main-title {
text-transform: uppercase;
font-size:60px;
font-weight: normal;
letter-spacing: 0.1em;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.main-title
{
top:36%;
}
.demo .main-title-2
{
top:42%;
font-size: 22px;
text-align: center;
}
}