mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
test
This commit is contained in:
parent
13a87451cc
commit
92c7b9af17
@ -14,12 +14,6 @@
|
|||||||
<img src="" class="floatRight">
|
<img src="" class="floatRight">
|
||||||
|
|
||||||
<img onclick="window.location.href='http://example.com'" class="alignnone size-full wp-image-1303" class="floatRight" src="https://www.firstbenefits.org/wp-content/uploads/2017/10/placeholder.png" alt="" width="850" height="1250" />
|
<img onclick="window.location.href='http://example.com'" class="alignnone size-full wp-image-1303" class="floatRight" src="https://www.firstbenefits.org/wp-content/uploads/2017/10/placeholder.png" alt="" width="850" height="1250" />
|
||||||
|
|
||||||
img {
|
|
||||||
position: absolute;
|
|
||||||
top: 0px;
|
|
||||||
right: 0px;
|
|
||||||
}
|
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<p>Games:</p>
|
<p>Games:</p>
|
||||||
<p><a href="/2048">2048</a></p>
|
<p><a href="/2048">2048</a></p>
|
||||||
|
|||||||
16
style.css
16
style.css
@ -1 +1,15 @@
|
|||||||
.floatRight{float:right;margin-left:20px}
|
.floatRight{float:right;margin-left:20px}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
#content img {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
<div id="content">
|
||||||
|
<img src="https://www.firstbenefits.org/wp-content/uploads/2017/10/placeholder.png" class="ribbon"/>
|
||||||
|
<div>some text...</div>
|
||||||
|
</div>
|
||||||
Loading…
x
Reference in New Issue
Block a user