added button to download cv
This commit is contained in:
@ -647,6 +647,12 @@ section {
|
||||
/*--------------------------------------------------------------
|
||||
# My Resume
|
||||
--------------------------------------------------------------*/
|
||||
.resume {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.resume .resume-title {
|
||||
font-size: 26px;
|
||||
font-weight: 700;
|
||||
@ -704,6 +710,12 @@ section {
|
||||
border: 2px solid #82909c;
|
||||
}
|
||||
|
||||
.btn {
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
background: #ffb727;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# My Services
|
||||
--------------------------------------------------------------*/
|
||||
|
Reference in New Issue
Block a user