Skip to content

Instantly share code, notes, and snippets.

View fahdi's full-sized avatar

Fahad Murtaza fahdi

View GitHub Profile
<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>
@fahdi
fahdi / onqpela.markdown
Last active August 5, 2022 08:06
window.alert + console.log
@fahdi
fahdi / change-me-on-click.markdown
Created July 31, 2022 14:56
Change Me on Click