-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader_text_style.css
24 lines (23 loc) · 971 Bytes
/
header_text_style.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
@import url("https://fonts.googleapis.com/css?family=Roboto");
.logo {
margin: 0 auto;
text-align: center; }
.logo h1 {
text-decoration: none;
transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
transition: all 0.5s;
display: inline-block;
text-align: center;
text-transform: uppercase;
font-size: 75px;
font-weight: 700;
font-family: 'Rubik Mono One', sans-serif;
line-height: 1;
color: #fbd62a;
text-shadow: 0 -1px 15px rgba(0, 0, 0, 0.9), 0 1px 0 #7f6303, 0 3px 0 #846703, 0 5px 0 #896b03, 0 7px 0 #8e6f03, 0 9px 0 #937203, 0 6px 50px rgba(252, 223, 92, 0.8); }
.logo h1:first-line {
font-size: 0.8em; }
.logo h1:hover {
transform: perspective(8em) rotateX(11deg) scale(1.2);
text-shadow: 0 -1px 15px black, 0 1px 0 #7f6303, 0 2px 0 #846703, 0 0px 0 #896b03, 0 1px 0 #8e6f03, 0 2px 0 #937203, 0 2px 30px rgba(252, 223, 92, 0.6); }
/*# sourceMappingURL=header_text_style.css.map */