Qwee is free



IF YOU LIKE THE QWEE SYMBOL, EMBLEM, & POEMS

Qwee give you permission to reproduce the Qwee symbol, emblem,
and poems for personal, non-commercial use.

Permission to reproduce Qwee for non-profit purposes by non-profit organizations
benefitting the Qwee community must be obtained from The Qween Be in writing first.

QWEE PREFER YOU TO DO IT YOURSELF AS ALL GOOD PUNKS DO

Tools you can use are provided on the Qwee print page:
print Qwee cards and posters on recycled paper,
silkscreen Qwee-shirts on organic cotton T-'s,
get a Quaker to make you a Qwee shaker!
reproduce the symbol on websites,
design your own Qwee jewelry,
build a shrine to Qwee!

THE QWEE SYMBOL & EMBLEMS ARE PROTECTED TRADEMARKS

No one is ever granted permission to sell Qwee or use it to promote a sale.
Proceeds from lawsuits will be used to give away more free Qwee!

LIMITED EDITION QWEE PRODUCTS AVAILABLE FOR PURCHASE

Limited Editions Qwee products are offered for exclusively here for sale
to maintain our trademark protection

and to allow the bored bourgeoisie way to free money!
All donations to Qwee will be used to give away more free Qwee!



Qwee-shirt (lavender or silver on dark grey)



Qwee pendant (metal)



Qwee pin (metal)



Qwee shaker (wood)



Qwee flag




Qwee cards (pack of 69)




free delivery in 6-9 weeks

item


shirt size






































recipe for digital Qwee


css
#Qwee {

    border-color: #B57EDC;
    border-radius: 100% 100% 100% 100%;
    border-style: solid;
    border-width: 10px;
    height: 80px;
    position: relative;
    width: 80px;

}

#Qwee:before {

    border: 10px solid #B57EDC;
    border-radius: 100% 100% 100% 100%;
    content: "";
    height: 35px;
    left: -6px;
    position: absolute;
    top: 25px;
    width: 35px;

}

#Qwee:after {

    border: 10px solid #B57EDC;
    border-radius: 100% 100% 100% 100%;
    content: "";
    height: 35px;
    left: 31px;
    position: absolute;
    top: 0px;
    width: 35px;

}
html
<body style="background:#444444;">
<div id="Qwee"></div>
</body>