-
Notifications
You must be signed in to change notification settings - Fork 2
/
styleabout.css
122 lines (118 loc) · 1.7 KB
/
styleabout.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
h1
{
font-family: 'Exo 2', sans-serif;
letter-spacing: 5px;
}
#nav2
{
background-image: url("images/pitchblack.png");
height: 60px !important;
}
h4
{
font-family: 'Tomorrow', sans-serif;
letter-spacing: 2px;
}
#thin
{
display: block;
margin: 10px;
}
#herro
{
background-image: url("images/pitchblack.png");
/* position:fixed;
width:100%; */
}
#giff
{
background-image: url('images/about.gif');
background-size: repeat;
opacity: 1;
height: 100%;
padding:0px;
margin:0px;
}
#und
{
text-decoration: none;
display: inline-block;
padding: 15px 20px;
position: relative;
}
#und:after
{
background: none repeat scroll 0 0 transparent;
bottom: 0;
content: "";
display: block;
height: 2px;
left: 50%;
position: absolute;
background: #fff;
transition: width 0.3s ease 0s, left 0.3s ease 0s;
width: 0;
}
#und:hover:after
{
width: 100%;
left: 0;
}
@media screen and (max-height: 300px)
{
ul
{
margin-top: 40px;
}
}
div
{
font-family: 'Tomorrow', sans-serif;
padding: 20px;
}
#blink
{
-webkit-animation: flicker 2s infinite;
}
.card
{
padding: 0px;
opacity: 0.75;
}
.card:hover
{
opacity: 1;
}
@-webkit-keyframes flicker
{
0% {opacity:0;}
9% {opacity:0;}
10% {opacity:.5;}
13% {opacity:0;}
20% {opacity:.5;}
25% {opacity:1;}
}
.card
{
border-radius: 25px;
padding: 0px;
height: 100%;
}
.column {
float: left;
width: 20%;
padding: 10px;
}
.row:after {
content: "";
display: table;
clear: both;
}
#by
{
font-family: 'Nixie One', cursive;
}
#final
{
letter-spacing: 4px;
}