-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (41 loc) · 855 Bytes
/
style.css
File metadata and controls
51 lines (41 loc) · 855 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
body{
text-align: center;
background-image: url("wood.jpg");
height: 100%;
width: 100%;
background-size: 1500px;
color: #f0a966;
/* font-family: 'Open Sans', sans-serif; */
background-color:lightgreen;
}
.buttons{
background-color: #233142;
border: none;
border-radius: 4px;
color: #ccc;
font-size: 1.5rem;
font-family: "Prata";
}
.Title {
font-size: large;
}
#Build_Your_CV {
font-size:85px;
color: #ffffff;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
background-color: #233142;
}
.buttons {
background-color: #233142; /* Green */
border: none;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 10px;;
}
.cv-container{
border: rgb(241, 132, 8);
font-size: 40px;
color: deeppink;
}