+ 6
I need some feedbacks...
Can anybody tell me how they see my code displayed on their screens... I think to have some resolution issues... can anybody help me to fix that? (the <svg> should be at the center of the screen and the background color should be plain light yellow at the beginning) 😊 https://code.sololearn.com/WSEOeEUUh8O5/?ref=app
10 Respostas
+ 4
On my phone, your X/O are too big for the squares. The first line top and the squares are fine. The bottom of the bottom line is missing about the bottom quarter of the letter.
+ 4
Personally, I'd use svg to draw X/O so the coordinate system is the same. I haven't gotten good results across various window sizes as yet with my programs.
+ 3
ok, now it SHOULD be better (tell if i'm right ^^)
+ 2
Do you know how to display a block properly on any screen (I'm not very good with CSS). I tried with @media, but I suppose that there should be another method...
+ 2
Ole113 啊额 I haven't learnt jQuery yet 😓
+ 2
It was fine for me.
+ 1
Cool code when I add a x or o it's kinda a little to the upper left other than that its cool
+ 1
Personally I would have made the code with js and jQuery so sorry I don't know how to do it with css
+ 1
It's important you can do $("ID(#) OR CLASS(.)).hide(); and when you call it the element will be hidden
+ 1
It was good on my screen. Great job!!