Skip to content
Snippets Groups Projects
Commit 6b356fc1 authored by Kevin Dutier's avatar Kevin Dutier
Browse files

cleaned and commented code

parent 2d0721ca
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
</head>
<!-- NOTE:
this page is fully customizable, feel free to edit/add/remove any link
this page is fully customizable, feel free to edit/add/remove any link or category
to change a link, simply replace the ' href="..." ' attribute, and the name of the link
you can also add the attribute ' target="_blank" ' if you prefer the link to open in a new tab
......
/* colors: https://colorhunt.co/palettes/vintage */
/* nice colors: https://colorhunt.co/palettes/vintage */
* {
margin: 0;
......@@ -17,10 +17,7 @@ body {
user-select: none; /* Standard syntax */
}
h1,
ul,
li,
p {
h1, ul, li, p {
/* color of the text (links and time) */
color: #f7f7f7;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment