mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-14 08:08:24 +02:00
reset - start a new Portfolio with Adonis js
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: arial, sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
margin: 0 100px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
padding: 50px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.dark-mode-theme {
|
||||
background-color: #1c1c1e;
|
||||
color: #fefefe;
|
||||
}
|
||||
Reference in New Issue
Block a user