Você está na página 1de 1

<!

DOCTYPE html>
<html>
<head>
<style>
img {
border-radius: 4px;
padding-left: 220px;
width: 150px;
height: auto;
}
h1 {
text-align: center;
background-color: lightgrey;
}
h2 {
text-align: center;
color:blue;
}
body {

background-image: url("img_tree.png");
background-repeat: no-repeat;
background-position: right top;
}

</style>
</head>
<body>

<img src="paris.jpg" alt="bits" style="width:150px">


<h1>Birla Institute of Technology</h1>
<h2>Cloud computing assignment using AWS</h2>

</body>
</html>

Você também pode gostar