-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathryan.css
74 lines (65 loc) · 1.17 KB
/
ryan.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
a {
color:inherit;
text-decoration:none;
}
a:hover {
}
body {
background-color: #239f59;
font-family: "Open Sans", sans-serif;
color: white;
-webkit-font-smoothing: antialiased;
}
.container {
position: relative;
top:50vh;
max-width: 50rem;
margin-top: -20rem;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.name {
font-family: "Roboto Slab","Rockwell",sans-serif;
font-weight: 700;
font-size: 6rem;
text-shadow: 2px 3px #061F11;
}
.icons {
font-size: 3rem;
letter-spacing: 1rem;
line-height:em;
text-shadow: 1px 2px #061F11;
}
.tooltip{
line-height:normal;
display: inline;
position: relative;
}
.tooltip:hover:after{
background: #061F11;
border-radius: 3px;
bottom: 63px;
color: #fff;
content: attr(title);
font-size: 16px;
letter-spacing: 0px;
left: 5%;
padding: 5px 15px;
position: absolute;
z-index: 98;
/*width: 220px;*/
}
.tooltip:hover:before{
border: solid;
border-color: #061F11 transparent;
border-width: 6px 6px 0 6px;
bottom: 57px;
content: "";
left: 20%;
position: absolute;
z-index: 99;
}
.tech {
line-height:50rem;
}