File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 15
15
<div class =" card-body" >
16
16
<h2 class =" card-title" >{{ project .title }}</h2 >
17
17
<p class =" card-text" style =" font-size : 10px ;" >{{ project .description }}</p >
18
+ <div style =" margin-top : 10px ;" > <!-- Container for spacing -->
19
+ <div style ="
20
+ display : inline-block ; /* To fit content size */
21
+ padding : 5px 10px ; /* Space inside the rectangle */
22
+ border : 1px solid #ccc ; /* Border of the rectangle */
23
+ background-color : #f0f0f0 ; /* Background color */
24
+ font-size : 12px ; /* Font size for the text */
25
+ color : #333 ; /* Text color */
26
+ border-radius : 4px ; /* Rounded corners */
27
+ " >
28
+ Small Text
29
+ </div >
30
+ </div >
18
31
<div class =" row ml-1 mr-1 p-0" >
19
32
{% if project .github %}
20
33
<div class =" github-icon" >
You can’t perform that action at this time.
0 commit comments