forked from sahilborse/pbl-project-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminioninfo.html
36 lines (35 loc) · 926 Bytes
/
minioninfo.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
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Minion language information</title>
</head>
<body>
<style>
img{
height: 50vh;
width: 50vh;
border-radius: 50%;
align-items: center;
align-content: center;
margin: auto;
}
.info{
height: 50vh;
align-items: center;
text-align: center;
}
p{
font-size: 3vh;
}
</style>
<div class="info">
<img src="minion.jpg" alt="groot"><br>
<p> This language is spoken by the minions in Despicable Me. <br>
The language is actually lots of languages. <br>
Yi kai yai yai bananna! Minion is a registered trademark of Universal Studios.
</p>
</div>
</body>
</html>