-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtempCodeRunnerFile.html
41 lines (41 loc) · 1.77 KB
/
tempCodeRunnerFile.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!-- ELEMENT INFORMATION -->
<div class="element-information element-information--independant">
<h2 class="element-information__title">A name here</h2>
<div class="element-information__bar"></div>
<div class="element-information__content">
<div class="row-card-container">
<a href="" class="row-card row-card--independant">
<span class="row-card__head">
<i class="fas fa-list"></i>
1774
</span>
<span class="row-card__content"
>Here is a short description</span
>
<span class="row-card__extra">Info</span>
</a>
<a href="" class="row-card">
<span class="row-card__head">
<i class="fas fa-list"></i>
444
</span>
<span class="row-card__content"
>Here is a quite long description to see render</span
>
<span class="row-card__extra">Info</span>
</a>
<a href="" class="row-card">
<span class="row-card__head">
<i class="fas fa-list"></i>
1345
</span>
<span class="row-card__content"
>Here a very very very very very long description to se
render on website</span
>
<span class="row-card__extra">Info</span>
</a>
</div>
</div>
</div>
<!-- END ELEMENT INFORMATION -->