Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
<p align="center">This project is made from the tireless efforts of the community, so feel free to <a href= "https://www.buymeacoffee.com/evavic44">support</a> our work by contributing, staring ✨ the project or <a href="https://camo.githubusercontent.com/37a7cffb8b4d73c06dbfea643b9e783b144ed5383815c08bcffc9d40a1bee61c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73706f6e736f722d3330333633443f7374796c653d666f722d7468652d6261646765266c6f676f3d4769744875622d53706f6e736f7273266c6f676f436f6c6f723d237768697465">sponsoring</a> us. 🙏🏽</p>

<p align="center">
<img src="https://forthebadge.com/images/badges/built-by-developers.svg">
<img src="https://forthebadge.com/images/badges/built-with-love.svg">
<img src="https://forthebadge.com/images/badges/ctrl-c-ctrl-v.svg">
<img src="https://forthebadge.com/images/badges/open-source.svg">
<img src="https://img.shields.io/badge/Ctrl--C%20-Ctrl--V-blue?style=flat-square">
<img src="https://img.shields.io/badge/Built%20with-❤️-grren?style=flat-square&logo=heart">
<img src="https://img.shields.io/badge/Built%20by-Developers-blue?style=flat-square&logo=github">
<img src="https://img.shields.io/badge/Open-Source-blue?style=flat-square&logo=opensourceinitiative">
</p>

<hr>
Expand Down
32 changes: 32 additions & 0 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,35 @@ body {
width: 80%;
}
}






#skills {
background-color: #f9f9f9;
padding: 20px;
margin: 40px auto;
max-width: 800px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
text-align: center;
}

#skills h2 {
font-size: 24px;
margin-bottom: 20px;
color:black !important;
}

#skills ul {
list-style: none;
padding: 0;
}

#skills li {
font-size: 18px;
margin: 10px 0;
color: black !important;
}
Loading