• The Two Brothers - Rare interview about growing up and secrets to succe

    From =?UTF-8?B?8J+YiSBHb29kIEd1eSDwn5iJ?@21:1/5 to All on Sun Sep 20 01:30:00 2020
    XPost: alt.comp.microsoft.windows, alt.comp.os.windows-10, alt.comp.os.windows-xp
    XPost: alt.windows7.general, microsoft.public.windowsxp.general

    This is a multi-part message in MIME format.
    You can't read my posts if you don't have the correct newsreader. Please killfile me for now until you are able to use the latest software package.

    --

    With over 1.2 billion devices now running Windows 10, customer
    satisfaction is higher than any previous version of windows.


    <html>
    <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,
    initial-scale=1.0">
    <title>Document</title>
    <style>
    * {
    box-sizing: border-box;
    padding: 0;
    margin: 0
    }

    body {
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    background-color: #00573d;
    color: #fff
    }

    .container {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat (4, 1fr);
    grid-template-rows: 0.5fr 2fr 2fr 0.5fr;
    gap: .2rem;
    border-radius: 5px;
    color: #000;
    grid-template-areas: "header header header header""main main main main""row row row row""footer footer footer footer";
    padding: 20px
    }

    header {
    grid-area: header;
    display: grid;
    justify-items: center;
    align-items: center;
    background-color: #ca8f40;
    color: #00f
    }

    main {
    grid-area: main;
    display: grid;
    align-items: center;
    background-color: #e7ffd8;
    padding: 30px 100px
    }

    .row {
    background-color: #73ffba;
    grid-area: row;
    border-radius: 5px;
    display: grid;
    justify-items: center;
    align-items: center
    }

    footer {
    background-color: #1de9b6;
    grid-area: footer;
    border-radius: 5px;
    display: grid;
    justify-items: center;
    align-items: center
    }

    ul {
    list-style-type: "\1F44D"
    }
    </style>
    </head>
    <body>
    <div class="container">
    <header>
    <h3>The Two Brothers - Rare interview about growing up and
    secrets to success</h3>
    </header>
    <main>
    <p> In this first-of-its-kind conversation, the two brothers
    (one rather ubiquitous) discuss their early influences, habits
    for success, and predictions for the future. </p>
    <p> </p>
    <h3 style="color: #0000ff;"> <a
    href="https://youtu.be/Hq89wYzOjfs">Click Here For More Info</a>
    </h3>
    </main>
    <div class="row">
    <p> <a href="https://i.imgur.com/k6MoZ9l.png"> <img
    src="https://i.imgur.com/k6MoZ9l.png" alt="The two unknown
    brothers share their secrets"></a></p>
    </div>
    <footer>
    <div style="background-color: blue; color: yellow; font-weight:
    bolder; display: grid; align-items: center; justify-items:
    center; min-height: 80px; font-size: 1.0em; border-radius:
    50px; ">
    <p>With over 1.2 billion devices now running Windows 10,
    customer satisfaction is higher than any previous version of
    windows.</p>
    </div>
    </footer>
    </div>
    </body>
    </html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)