parent
e52bd70f11
commit
781568ccdf
@ -1,3 +1,10 @@
|
|||||||
<div class="code_input">
|
<div class="code_input">
|
||||||
<textarea class="code_input_textarea" id="code_input" name="code_input" placeholder="Enter your code here..."></textarea>
|
<textarea
|
||||||
|
class="code_input_textarea"
|
||||||
|
id="code_input"
|
||||||
|
name="code_input"
|
||||||
|
placeholder="Enter your code here..."
|
||||||
|
></textarea>
|
||||||
|
<button (click)="onRunButtonClicked()">Run</button>
|
||||||
|
<p>{{ reponse }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
.header-card {
|
||||||
|
width: 35%;
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 10%;
|
||||||
|
}
|
||||||
|
}
|
@ -1 +1,6 @@
|
|||||||
<p>header works!</p>
|
<div class="header-card">
|
||||||
|
<h2>{{ title }}</h2>
|
||||||
|
<p>{{ description }}</p>
|
||||||
|
<p>Version : {{ version }}</p>
|
||||||
|
<img [src]="imgSrc" alt="imgSrc" />
|
||||||
|
</div>
|
||||||
|
After Width: | Height: | Size: 24 KiB |
@ -1 +1,3 @@
|
|||||||
/* You can add global styles to this file, and also import other style files */
|
* {
|
||||||
|
font-family: Roboto, Helvetica, sans-serif;
|
||||||
|
}
|
Loading…
Reference in new issue