- used data attributes for global flex css

- started grid layout
This commit is contained in:
asus
2023-11-18 23:50:34 +01:00
parent 0dfafb81d2
commit 12e5204051
10 changed files with 163 additions and 135 deletions

View File

@@ -1,3 +1,4 @@
@font-face {
font-family: "notomono";
src:
@@ -25,3 +26,9 @@ li {
li::marker {
font-size: 1.2rem;
}
a::after {
content: attr(href);
}
h1 {
margin: 30px 0px;
}