Skip to content

Instantly share code, notes, and snippets.

View aishaon's full-sized avatar
🎯
Focusing on WordPress & PHP

Ariful Islam Shaon aishaon

🎯
Focusing on WordPress & PHP
View GitHub Profile
@aishaon
aishaon / externalcss.css
Created October 13, 2019 10:12
External CSS and its use
h2{
font-size: 30px;
color: green;
background: yellow;
padding: 10px 25px;
margin-top: 100px;
}
p{
text-align: center;
color: red;
@aishaon
aishaon / cssintro.html
Created October 13, 2019 10:10
CSS basic syntax and use
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<!-- Internal CSS
<style>
h2{
font-size: 30px;