Fine-tune keywords list in resume
This commit is contained in:
@@ -12,15 +12,32 @@
|
||||
|
||||
#keywords {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
top: 100px;
|
||||
left: 100px;
|
||||
font-size: 75%;
|
||||
background-color: #7f7f7f;
|
||||
background-color: #4d4d4d;
|
||||
color: #ffffff;
|
||||
text-align: justify;
|
||||
width: 50%;
|
||||
padding: .5em;
|
||||
border: 1px solid #f18137;
|
||||
z-index: 200;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.keyword-first-letter {
|
||||
font-weight: bold;
|
||||
color: #f18137;
|
||||
}
|
||||
|
||||
#keywords-close {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-image: url('../images/close.png');
|
||||
z-index: 210;
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: -13px;
|
||||
right: -13px;
|
||||
}
|
||||
|
||||
|
BIN
basics/static/images/close.png
Normal file
BIN
basics/static/images/close.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user