make it float right
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body style="background-color:#6cc3eb;">
|
<body style="background-color:#6cc3eb;">
|
||||||
<h1>Welcome to my small site</h1>
|
<h1>Welcome to my small site</h1>
|
||||||
|
<img class="float-left" src="pictures/bahi0u_chibi.png" width="430" height="366" alt="hey, its rick">
|
||||||
<p>Hi, i'm Rick. Welcome to my small site<br/>
|
<p>Hi, i'm Rick. Welcome to my small site<br/>
|
||||||
Don't expect to much rn, hopefully the site will extend over some time.</p>
|
Don't expect to much rn, hopefully the site will extend over some time.</p>
|
||||||
|
|
||||||
@@ -13,7 +14,6 @@
|
|||||||
I like to tinker around with Linux/Electronics stuff since 1995.<br/>
|
I like to tinker around with Linux/Electronics stuff since 1995.<br/>
|
||||||
In my freetime i like to play games on my switch and watch anime ^^</p>
|
In my freetime i like to play games on my switch and watch anime ^^</p>
|
||||||
|
|
||||||
<img class="float-right" src="pictures/bahi0u_chibi.png" width="430" height="366" alt="hey, its rick">
|
|
||||||
|
|
||||||
<p>At fist i gonna use it as a blog where i post stuff about Linux/Electronics stuff.<br/>
|
<p>At fist i gonna use it as a blog where i post stuff about Linux/Electronics stuff.<br/>
|
||||||
I also use this site to tinker around with webstuff, learning new things is always interesting.</p>
|
I also use this site to tinker around with webstuff, learning new things is always interesting.</p>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ table, th, td {
|
|||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.float-right{
|
.float-left{
|
||||||
float:right;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user