Adding RegEx input checks and removing license #40
+3
-3
@@ -34,7 +34,7 @@ body {
|
||||
|
||||
.textbox {
|
||||
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 */
|
||||
border-radius: 20px; /* Abgerundete Ecken */
|
||||
border: 2px solid #580000; /* Optional: Border-Farbe */
|
||||
@@ -69,7 +69,7 @@ body {
|
||||
background-color: #101010;
|
||||
border-radius: 20px;
|
||||
margin: 10px;
|
||||
padding: 10px
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.body_box {
|
||||
@@ -87,5 +87,5 @@ body {
|
||||
}
|
||||
|
||||
.text {
|
||||
margin: 15px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
@@ -68,6 +68,10 @@ export default function Home() {
|
||||
<button className="button">
|
||||
add
|
||||
</button>
|
||||
<br></br>
|
||||
<button className="button">
|
||||
Calculate
|
||||
</button>
|
||||
</div>
|
||||
<div className="grid grid-cols-1 grod-rows-3">
|
||||
<div className="body_box">
|
||||
@@ -79,6 +83,42 @@ export default function Home() {
|
||||
<div className="body_title">
|
||||
Variables
|
||||
</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 className="body_box">
|
||||
<div className="body_title">
|
||||
|
||||
Reference in New Issue
Block a user