-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
71 lines (68 loc) · 1.56 KB
/
Copy pathstyle.css
File metadata and controls
71 lines (68 loc) · 1.56 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
body{
Margin-left: 6rem;
font-family: helvetica;
color: cornsilk;
background-image: linear-gradient(to right top, #496864,#4D6D69,#557974,#66908B,#87AAA5,#92B2AE);
}
.main{
margin-top: 10rem;
}
.head{
text-align: left;
margin-left: 30rem;
font-size: 3vh;
}
.name{
font-size: 2rem;
font-family: bookman;
}
.outer{
background-color: #4D6D69;
margin-right: 6rem;
padding: 5rem;
padding-top: 4rem;
font-size: 3rem;
}
#det{
text-align: right;
margin: 1rem;
font-size: 1rem;
}
#res{
text-align: left 1rem;
margin-left: 30rem;
font-size: 1.25rem;
}
#hr{
width: 70%;
margin-left: 20rem;
}
.anim{
width:23%;
height: 80%;
background-color: #051937;
position:absolute;
top:50%;
left:20%;
transform:translate(-50%,-50%);
background-size:100% 100%;
background-image: url('https://images.pexels.com/photos/4050290/pexels-photo-4050290.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260');
animation-name: slider;
animation-duration:5s;
animation-iteration-count: infinite;
}
@keyframes slider{
0%{
background-image: url('https://i2.wp.com/picjumbo.com/wp-content/uploads/woman-entrepreneur-working-on-her-modern-laptop.jpg?resize=350%2C200&ssl=1')
}
35%{
background-image: url('https://live.staticflickr.com/805/40640189245_414511a60d_b.jpg');
}
75%{
background-image: url('https://www.cuinsight.com/wp-content/uploads/2020/04/bigstock-Woman-Working-On-Laptop-From-H-354464249.jpg')
}
}
#tab{
margin-left: 44rem;
font-size: 1.25rem;
}