added languages

This commit is contained in:
Karma Riuk
2023-09-07 13:55:54 +02:00
parent db4f5b8b51
commit e4b90621b3
4 changed files with 104 additions and 7 deletions

View File

@ -100,6 +100,9 @@ h6 {
*/
.navbar {
padding: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar ul {
@ -618,14 +621,14 @@ section {
margin-top: 30px;
}
.about .skills-content .progress {
.progress {
height: 60px;
display: block;
background: none;
border-radius: 0;
}
.about .skills-content .progress .skill {
.progress .skill {
padding: 10px 0;
margin: 0 0 6px 0;
text-transform: uppercase;
@ -635,16 +638,16 @@ section {
color: #3b434a;
}
.about .skills-content .progress .skill .val {
.progress .skill .val {
float: right;
font-style: normal;
}
.about .skills-content .progress-bar-wrap {
.progress-bar-wrap {
background: #e6e8eb;
}
.about .skills-content .progress-bar {
.progress-bar {
width: 1px;
height: 10px;
transition: 0.9s;