No replies
ProPokerUK
ProPokerUK's picture
Offline
Regular
Reading, UK
Last seen: 5 years 6 weeks ago
Reading, UK
Timezone: GMT+1
Joined: 2017-11-05
Posts: 11
Points: 18

Hoping someone can give me clues or links.

cheers Laughing out loud

HTML ...
included as attachment. (Squirrel-1_html.txt)

..

CSS ...

    .media {
        display: flex;
        flex-flow: row;  
    }
 
    .figure {
        flex: 1 1 33%;
        align-self: flex-start;
        order: 0;
        padding: 0 5px 0 0;
        max-height: 300 px;
        width: auto;
    }
 
    .media-body {
        flex: 1 1 66%;
    }
 
    p {
        margin: 0 10px 20px 10px;
    }

Have also attached the image file, and the main.css and base.css with "txt" extensions.

AttachmentSize
Suirrel_page-1.jpg156.97 KB
Suirrel_page-2.jpg271.44 KB
base.txt1.29 KB
main.txt611 bytes
Squirrel-1_html.txt2.4 KB