Difference between revisions of "User:Izzychess"

Line 45: Line 45:
 
size(9cm);
 
size(9cm);
 
pen[][] p={{orange, yellow, chartreuse}};
 
pen[][] p={{orange, yellow, chartreuse}};
latticeshade(texpath("this is cool"),p);  
+
latticeshade(texpath("this is nice"),p);  
 
</asy>
 
</asy>

Revision as of 23:02, 30 July 2024

Hi! I’m IzzyChess

I like bubble tea

does HTML work here?

2 7 6
9 5 1
4 3 8
    _   _ ____ _    _    _____  _
   | | | |  __| |  | |  |  _  || |
   | |_| | |__| |  | |  | | | || |
   |  _  |  __| |  | |  | | | || |
   | | | | |__| |__| |__| |_| ||_|
   |_| |_|____|____|____|_____|(_)
   

this is soooooo cool!

fonts I like:

DIN Alternate

DIN Condensed

Arial Rounded MT Bold

Avenir Next Condensed

[asy] size(9cm); pen[][] p={{orange, yellow, chartreuse}}; latticeshade(texpath("this is nice"),p);  [/asy]