HTML CSS JS Audio Video

CSS LEVEL UP #1

This is a guide for those of you who are looking for how to get/display and create layouts from data sheets to html/js JSON.
I made it as simple as possible to display 1 rows.
In the css section i created my own style, here you don't need to create or fill it in your html anymore, i just want to show it.

In the classes section of the "output" i created a style.
As follows :

font-family: "Audiowide", sans-serif;
padding: 12px 16px;
                

And in the create element section of the "me-row me-card" i created a style.
As follows :

float: left;
width: 33.33%;
padding: 10px;
border-left: 4px solid red;
background: white;
margin-bottom: 4px;
font-family: "Trirong", serif;
                

Last in the create element section of the "me-row" i created a style.
As follows :

content: "";
display: table;
clear: both;
padding: 10px;
                

Great! now we see the js caption Here I'am!