-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
108 lines (103 loc) · 1.94 KB
/
styles.css
File metadata and controls
108 lines (103 loc) · 1.94 KB
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
.header{
position: relative;
top: -60px;
}
.gtes h1{
max-width: 100%;
position: relative;
top: -100px;
text-align: center;
color: black;
font-family: cursive;
}
.header img {
float: left;
width: 200px;
height: 100px;
background-color: #d31245;
}
.header h1 {
top: -25px;
left: 200px;
text-align: right;
font-style:inherit;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 100px;
color: #FFFFFF;
background-color: #d31245;
}
.gtes{
display: inline;
/* animation: animate 10s linear infinite; */
}
.gtes h1{
animation: animate 10s linear infinite;
}
@keyframes animate{
100%{
transform: translate(-100%,0);
}
}
.akshat{
display: inline;
margin: 25px;
width: 60px;
}
.akshat_img{
height: 175px;
width: 175px;
border-radius: 50%;
margin-left: 10%;
margin-top: -25px;
transition: .5s ease;
}
.akshat_overlay{
color: white;
opacity: 0;
transition: opacity .25s;
}
.akshat_overlay > *{
transition: tranform 0.25s;
}
.akshat_overlay:hover{
opacity: 1;
background-color: black;
}
.akshat_overlay:hover > *{
transition: translateY(0);
}
.title{
position: absolute;
top: 330px;
left: 210px;
}
.description{
position: absolute;
top: 350px;
left: 210px;
}
.techs{
text-align: center;
position: relative;
font-size: large;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.events{
text-align: center;
position: relative;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: large;
}
.holidays{
text-align: center;
position: relative;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: large;
}
.table{
position: relative;
left: 530px;
margin: 25px;
text-align: center;
color: darkred;
}