mirror of
https://github.com/opelly27/cweb.git
synced 2026-05-20 02:47:38 +00:00
image change
This commit is contained in:
+6
-1
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user