1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
| @charset "utf-8"; .st { font-family : IBM Plex Mono; font-style : italic; font-size : 42px; color : #FFFFFF; color : rgb(255, 255, 255); opacity : 0.19; filter: alpha(opacity=19) progid:DXImageTransform.Microsoft.Alpha(opacity=19) ; } .st0 { background : #454E93; background : rgba(69, 78, 147, 1); position : absolute ; left : 0px; top : 0px; width : 1296px; height : 1728px; } .st1 { background : #FFFF00; background : rgba(255, 255, 0, 1); position : absolute ; left : 122px; top : 1144px; width : 368px; height : 132px; } .st1 { font-family : IBM Plex Mono; font-size : 78px; color : #000000; color : rgb(0, 0, 0); } .st2 { background : #000000; background : rgba(0, 0, 0, 1); position : absolute ; left : 868px; top : 638px; width : 286px; height : 286px; } .st3 { background : #FFFF00; background : rgba(255, 255, 0, 1); position : absolute ; left : 664px; top : 374px; width : 510px; height : 566px; }
|