-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathangry.html
More file actions
31 lines (27 loc) · 881 Bytes
/
Copy pathangry.html
File metadata and controls
31 lines (27 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<title>Angry</title>
<link href="./style.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<div>
<span>Visual Respiration</span>
</div>
</header>
<main>
<img id="angryred" alt="Painting filled with red color" src="./angryred.jpg">
<br>
<br>
<div id="suggestion">
<p style="color:cyan; font-size: 28px">Why are you feeling so angry?</p>
<br>
<form>
<input type="text" placeholder="Enter your text here.." name="inpsuggestion" style="height: 40px">
<input type="submit" value="Submit" id="subButton">
</form>
</div>
</main>
</body>
</html>