this whole website is about me styling my own personal page which can be your own chrome extention
Desmond Nana Adjei by nana0560
Details
Authornana0560
Licenseccone
Categorydesmondadjei
Created
Updated
Code size959 B
Code checksum2c2a5dfc
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Adding extension to your own chrome
Source code
/* ==UserStyle==
@name discord.com/channels/988365908009447485/1097530858421895278 - Oct 2023
@version 20231030.13.50
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://discord.com/channels/988365908009447485/1097530858421895278") {
/* Reset some default styles for better consistency */
body,
h1,
h2,
p,
ul {
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
}
header {
background-color: #333;
color: #fff;
padding: 10px 0;
text-align: center;
}
nav ul {
list-style: none;
}
nav ul li {
display: inline;
margin-right: 20px;
}
nav ul li a {
color: #fff;
text-decoration: none;
}
.main-content {
padding: 20px;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
position: fixed;
bottom: 0;
width: 100%;
}
}