-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcvhome.css
More file actions
69 lines (61 loc) · 1.19 KB
/
cvhome.css
File metadata and controls
69 lines (61 loc) · 1.19 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
body,html{
background-repeat: no-repeat;
height:100%;
width:100%;
background-color:rgb(23, 54,78)}
/*hero image*/
.hero-image{
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('images/home.jpeg');
height:100%;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.hero-text{
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
text-align:center;
position: absolute;
height:20%;
left:40%;
color:white;
}
.sidenav{
background-repeat:no-repeat;
display:none;
height:100%;
width:250px;
position:fixed;
z-index:1;
top:0;
left:0;
background-color: white;
overflow-x:hidden;
padding-top:60px;
}
span{
color:white;
}
.sidenav a{
padding:30px 20px 8px 32px ;
text-decoration:none;
font-size:25px;
color:grey;
display:block;
}
.sidenav a:hover{
color:orange;
}
.sidenav .closebtn{
position:absolute;
color:black;
top: 0;
right: 25px;
font-size:40px;
margin-left:50px;
}
img{
width:85%;
height:25%;
padding-top: 80%;
padding-left:8%;
}