File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > ASKotze</ h3 >
3+ < p > Hello guys, my name is Braam and I am an almost 50 year old Python beginner.</ p >
4+ < h4 > Programming languages I use:</ h4 >
5+ < section class ="container " >
6+ < div class ="badge " style ="background-color: #3874a4; color: white ">
7+ Python
8+ </ div >
9+ </ section >
10+
11+ < h4 > Tools I use</ h4 >
12+ < section class ="container ">
13+ < img
14+ class ="icon "
15+ src ="https://upload.wikimedia.org/wikipedia/commons/1/1d/PyCharm_Icon.svg "
16+ />
17+ < img
18+ class ="icon "
19+ src ="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png "
20+ />
21+ </ section >
22+ </ article >
23+ < style >
24+ body {
25+ font-family : sans-serif;
26+ }
27+ .container {
28+ display : flex;
29+ flex-wrap : wrap;
30+ gap : 1rem ;
31+ }
32+ .badge {
33+ padding : 0.5rem ;
34+ border-radius : 0.25rem ;
35+ }
36+ .icon {
37+ width : 2rem ;
38+ }
39+ </ style >
You can’t perform that action at this time.
0 commit comments