View Single Post
Old 11-04-2023, 09:30 AM   #33
HeartWare
Enthusiast
HeartWare began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Nov 2023
Location: Copenhagen, DK
Device: ReadEra Android, Samsung Galaxy Tab S7+, Android 13
Quote:
Originally Posted by Turtle91 View Post
I’m glad you got it to work
You can use multiple selectors and combine them separately.

.L {float:left}
.R {float:right}

.s50 {width:50%}
.s33 {width:33%}

<div class="R s50">
<div class="L s33">
That doesn't work :-)

But I get an interesting effect - the image is shown at full resolution (so is wider than the viewport) and the text is within the image :-) at the distance from the left side as defined by the S-selector.
HeartWare is offline   Reply With Quote