beeg beeg one
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
(widget my-panel
|
||||
(box :class "panel-container"
|
||||
(label :text "Hello, world!" :class "hello-label")))
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
* {
|
||||
all: unset;
|
||||
font-family: "JetBrainsMono Nerd Font", "monospace";
|
||||
}
|
||||
|
||||
.panel-container {
|
||||
background-color: rgba(30, 30, 30, 0.9);
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.hello-label {
|
||||
color: white;
|
||||
font-size: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user