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 { body {
background-color: black; background-color: black;
} }
img.logo {
position: relative;
float: left;
width: 30%;
}
</style> </style>
</head> </head>
<body> <body>
<img src="static/naturalprangsmall.png"> <img class="logo" src="static/naturalprangsmall.png">
<h1>Natural Brand</h1> <h1>Natural Brand</h1>
</body> </body>
</html> </html>