-
Notifications
You must be signed in to change notification settings - Fork 1
/
span_tags.html
47 lines (37 loc) · 1011 Bytes
/
span_tags.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
37
38
39
40
41
42
43
44
45
46
47
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1" id="wixDesktopViewport" />
<style>
iframe{
border: 2px solid black;
width:95%;
margin-left:30px;
margin-top: 30px;
}
body{
background-color: #00c0ca;
}
img {
align:left;
height: 150px;
width: 150px;
display: inline;
vertical-align: middle;
}
h1 {
color: white;
display: inline;
vertical-align: middle;
margin-left: 10px;
}
</style>
</head>
<body>
<div style="background-color:#008593;width:100%;">
<img src = 'https://static.wixstatic.com/media/6a30aa_7856bce950fe4b29aad596fc2d087a57~mv2.png/v1/crop/x_0,y_0,w_350,h_388/fill/w_200,h_220,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/MindChampLogo_edited.png'>
<h1> Welcome to Mindchamp Coder's Club </h1>
</div>
<iframe src="https://trinket.io/embed/html/9f4516c1c5" width="100%" height="600" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>
</body>
</html>