Skip to content

Instantly share code, notes, and snippets.

View DamaMichaelYohanna's full-sized avatar

Dama Michael Yohanna DamaMichaelYohanna

View GitHub Profile
@DamaMichaelYohanna
DamaMichaelYohanna / qtabwidget.css
Created October 3, 2023 18:58 — forked from espdev/qtabwidget.css
A QTabWidget Custom Stylesheet Example
QTabWidget::pane {
border: 1px solid black;
background: white;
}
QTabWidget::tab-bar:top {
top: 1px;
}
QTabWidget::tab-bar:bottom {
@DamaMichaelYohanna
DamaMichaelYohanna / index.html
Last active November 14, 2023 12:41
CSS INTRODUCTION
<html>
<head>
<title> Introduction to CSS </title>
<!-- Link for adding external CSS -->
<link rel="stylesheet" href="style.css">
<!-- Internal/infile style -->
<style>
body{
margin:0px;