-
Notifications
You must be signed in to change notification settings - Fork 0
/
task 3.html
29 lines (28 loc) · 1.54 KB
/
task 3.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<title>Task 3</title>
</head>
<body>
<br>
<div class="container">
<div class="alert " role="alert" style="background-color:rgb(253, 233, 53); ">
<b>Holy guacamole!</b> Best check yo self, you are not <b>looking too good.</b>
</div>
<div class="alert" role="alert" style="background-color: rgba(255, 0, 0, 0.815); color: beige;">
<b>Oh snap!</b> Change this and that and <b>try again.</b>
</div>
<div class="alert " role="alert" style="background-color: rgb(21, 182, 21); color: beige;">
<b>Well done!</b> you successfully read <b>this</b> message
</div>
<div class="alert " role="alert" style="background-color: rgb(32, 211, 202); color: beige;">
<b>Heads up!</b> This is an alert that needs your attention, but it's not a <b>huge priority</b> just yet
</div>
</div>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</body>
</html>