image change

This commit is contained in:
Cameron Squire
2018-01-21 14:54:05 -08:00
parent e8a98cb9b9
commit c6dbc5c0ff
+6 -1
View File
@@ -10,10 +10,15 @@
body {
background-color: black;
}
img.logo {
position: relative;
float: left;
width: 30%;
}
</style>
</head>
<body>
<img src="static/naturalprangsmall.png">
<img class="logo" src="static/naturalprangsmall.png">
<h1>Natural Brand</h1>
</body>
</html>