forked from TinkerHubKMCTCE/Fi-Pro-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
37 lines (36 loc) · 938 Bytes
/
style.css
File metadata and controls
37 lines (36 loc) · 938 Bytes
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
.hi{
background-image: url('https://i.pinimg.com/originals/f4/52/a2/f452a2f4b634b3011e065da8eaf0a5c3.gif');
background-size: cover;
width: 100%;
height: 100vh;
padding:0;
margin:0;
}
.about h1 {
font-family: 'Courier New', Courier, monospace;
font-size: 3rem;
opacity: .7 ;
color: snow;
text-shadow: 0 2px rgb(71, 51, 184), 0 3px #fffda0;
}
.skill h1 {
font-family: 'Courier New', Courier, monospace;
font-size: 3rem;
opacity: .7 ;
color: snow;
text-shadow: 0 2px rgb(71, 51, 184), 0 3px #fffda0;
}
.edu h1 {
font-family: 'Courier New', Courier, monospace;
font-size: 3rem;
opacity: .7 ;
color: snow;
text-shadow: 0 2px rgb(71, 51, 184), 0 3px #fffda0;
}
.contact h1 {
font-family: 'Courier New', Courier, monospace;
font-size: 3rem;
opacity: .7 ;
color: snow;
text-shadow: 0 2px rgb(71, 51, 184), 0 3px #fffda0;
}