Skip to content

Instantly share code, notes, and snippets.

View fahdi's full-sized avatar

Fahad Murtaza fahdi

View GitHub Profile
@fahdi
fahdi / bg-changer-js-events-example.markdown
Created January 26, 2023 03:16
BG Changer JS events example
@fahdi
fahdi / front-page.php
Created October 17, 2022 11:18
get_theme_file_uri example
<?php get_header();
?>
<div class="Home-Banner" style="background-image: url(<?php echo get_theme_file_uri('/images/HomeSection1.png') ?>);">
<div style="width:60%">
<h1 >We Are WordPress Website Creators</h1>
<button class="Hero-btn">Know More About Us</button>
</div>
</div>
<html>
<head>
<title>
Hello Silted - This is Flexbox
</title>
<style type="text/css">
.container {
@fahdi
fahdi / css-flexbox.html
Created August 27, 2022 14:57
CSS Flexbox - Flexbox Direction
<html>
<head>
<title>
Hello Silted - This is HTML formatting
</title>
<style type="text/css">
.container {
display: flex; /* or inline-flex */
@fahdi
fahdi / js-intro.html
Created August 21, 2022 15:11
JavaScript Intro - Silted
<html>
<head>
<title>
Hello Silted - This is HTML formatting
</title>
<style type="text/css">
.container {
width: 80%;
@fahdi
fahdi / formatting-with-css.html
Created August 21, 2022 12:16
Formatting with CSS
<html>
<head>
<title>
Hello Silted - This is HTML formatting
</title>
<style type="text/css">
.container {
width: 80%;
@fahdi
fahdi / html-formatting.html
Created August 15, 2022 06:11
HTML Formatting
<html>
<head>
<title>
Hello Silted - This is HTML formatting
</title>
</head>
<body>
@fahdi
fahdi / silted_second_lesson.html
Created August 13, 2022 15:00
Second lesson about HTML
<html>
<head>
<title>
Hello Silted
</title>
</head>
<body style="font-size: 14px; color: #333333;">
<h1 style="color: black">
Hello Sisters from Silted
@fahdi
fahdi / silted_first_lesson.html
Created August 7, 2022 15:09
Silted - HTML 101 - 001
<html>
<head>
<title>
Hello Silted
</title>
</head>
<body>
<h1>
Hello Sisters from Silted
</h1>
@fahdi
fahdi / index.html
Created August 1, 2022 21:06
Variables
<html>
<head>
</head>
<body>
<div id="message"><div>
</body>
</html>