File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > Induanuga</ h3 >
3+ < h4 > Programming languages I use</ h4 >
4+ < section class ="container ">
5+ < div class ="badge " style ="background-color: #3874a4; color: white ">
6+ Python
7+ </ div >
8+ < div class ="badge " style ="background-color: #f7df1e; color: black; ">
9+ JavaScript
10+ </ div >
11+ </ section >
12+
13+ < h4 > Tools I use</ h4 >
14+ < section class ="container ">
15+ < img class ="icon " src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg " />
16+ < img class ="icon " src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg " />
17+ </ section >
18+ </ article >
19+ < style >
20+ body {
21+ font-family : sans-serif;
22+ }
23+
24+ .container {
25+ display : flex;
26+ flex-wrap : wrap;
27+ gap : 1rem ;
28+ }
29+
30+ .badge {
31+ padding : 0.5rem ;
32+ border-radius : 0.25rem ;
33+ }
34+
35+ .icon {
36+ width : 2rem ;
37+ }
38+ </ style >
You can’t perform that action at this time.
0 commit comments