Updating license and Fixing minor issues #41
+3
-3
@@ -34,7 +34,7 @@ body {
|
|||||||
|
|
||||||
.textbox {
|
.textbox {
|
||||||
width: 100%; /* Nimmt die volle Breite des Containers ein */
|
width: 100%; /* Nimmt die volle Breite des Containers ein */
|
||||||
margin-top: 10px; /* Optional: Abstand oberhalb der Textbox */
|
margin: 10px; /* Optional: Abstand oberhalb der Textbox */
|
||||||
padding: 10px; /* Optional: Innenabstand für die Textbox */
|
padding: 10px; /* Optional: Innenabstand für die Textbox */
|
||||||
border-radius: 20px; /* Abgerundete Ecken */
|
border-radius: 20px; /* Abgerundete Ecken */
|
||||||
border: 2px solid #580000; /* Optional: Border-Farbe */
|
border: 2px solid #580000; /* Optional: Border-Farbe */
|
||||||
@@ -69,7 +69,7 @@ body {
|
|||||||
background-color: #101010;
|
background-color: #101010;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
padding: 10px
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body_box {
|
.body_box {
|
||||||
@@ -87,5 +87,5 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
margin: 15px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -68,6 +68,10 @@ export default function Home() {
|
|||||||
<button className="button">
|
<button className="button">
|
||||||
add
|
add
|
||||||
</button>
|
</button>
|
||||||
|
<br></br>
|
||||||
|
<button className="button">
|
||||||
|
Calculate
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div className="grid grid-cols-1 grod-rows-3">
|
<div className="grid grid-cols-1 grod-rows-3">
|
||||||
<div className="body_box">
|
<div className="body_box">
|
||||||
@@ -79,6 +83,42 @@ export default function Home() {
|
|||||||
<div className="body_title">
|
<div className="body_title">
|
||||||
Variables
|
Variables
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="container">
|
||||||
|
<br></br>
|
||||||
|
<textarea
|
||||||
|
className="textbox"
|
||||||
|
placeholder="Variable"
|
||||||
|
/>
|
||||||
|
<button className="button">
|
||||||
|
remove
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<div className="container">
|
||||||
|
<br></br>
|
||||||
|
<textarea
|
||||||
|
className="textbox"
|
||||||
|
placeholder="Variable"
|
||||||
|
/>
|
||||||
|
<button className="button">
|
||||||
|
remove
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<div className="container">
|
||||||
|
<br></br>
|
||||||
|
<textarea
|
||||||
|
className="textbox"
|
||||||
|
placeholder="Variable"
|
||||||
|
/>
|
||||||
|
<button className="button">
|
||||||
|
remove
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<button className="button">
|
||||||
|
add
|
||||||
|
</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div className="body_box">
|
<div className="body_box">
|
||||||
<div className="body_title">
|
<div className="body_title">
|
||||||
|
|||||||
Reference in New Issue
Block a user