|
@@ -35,7 +35,7 @@ categories: Gucci
|
|
|
<img style="width: 400;height: 400;" src="https://static.jqwei.com/vip/blog/gucci-5.jpg" alt="1">
|
|
|
</div>
|
|
|
|
|
|
-<div style="padding: 20px 20px;">
|
|
|
+<div class="float_div" style="padding: 20px 20px;">
|
|
|
|
|
|
<h1>Gucci </h1>
|
|
|
|
|
@@ -92,5 +92,8 @@ categories: Gucci
|
|
|
|
|
|
grid-template-columns: 50% 50%;
|
|
|
}
|
|
|
+.float_div{
|
|
|
+ float:left;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|