Skip to content

Instantly share code, notes, and snippets.

View xlvg-arjun's full-sized avatar
💭
I'll not forget you

Arjun Raju Pillai xlvg-arjun

💭
I'll not forget you
View GitHub Profile
function MultipleConsoleLogs(){
for(let i=0; i < 10; ++i){
console.log(i);
};
};
h3{
color: #000000; /* テキスト色 */
font-size: 1.25em; /* フォントサイズ */
font-weight: bold; /* フォント太さ */
background-color: #99cc00; /* 背景色 */
position: relative; /*相対位置*/
padding: 0.4em; /*内部余白*/
}