• This woman will be in the news - as early as tomorrow!!

    From =?UTF-8?B?8J+YiSBHb29kIEd1eSDwn5iJ?@21:1/5 to All on Mon Sep 21 14:00: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 have still not been able to master the simple drill here. To read HTML posts, you need Mozilla Thunderbird. Learn this by rote so that you don't embarrass yourself again!

    --

    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">
    <link
    href="https://fonts.googleapis.com/css2?family=Brawler&amp;display=swap"
    rel="stylesheet">
    <style>
    * {
    box-sizing: border-box;
    padding: 0;
    margin: 0
    }

    body {
    font-family: 'Brawler', serif;
    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;
    color: #00f;
    }

    .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>This woman will be in the news - as early as tomorrow!!</h3>
    </header>
    <main>
    <p> Judge Amy Coney Barrett is regarded as the leading contender
    to replace Justice Ruth Bader Ginsburg. </p>
    <p> To Conservatives, Barrett Has ‘Perfect Combination’ of
    Attributes for Supreme Court </p>
    </main>
    <div class="row">
    <p> <a href="https://i.imgur.com/Ecj1eaZ.jpg"> <img
    src="https://i.imgur.com/Ecj1eaZ.jpg" 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)