Timeline for Recreate the Stack Overflow logo
Current License: CC BY-SA 4.0
20 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 28, 2021 at 7:01 | review | Suggested edits | |||
| May 28, 2021 at 7:15 | |||||
| May 24, 2021 at 13:13 | comment | added | user100690 | @Kaddath not for the bars, because an element cannot have 2 IDs. | |
| May 24, 2021 at 8:50 | comment | added | tsh |
1. space before { may be removed; 2. If multiple className have same CSS styles, try .b,.e{/* styles goes here */}
|
|
| May 24, 2021 at 7:23 | comment | added | Kaddath |
You could use id instead of class to shorten your div styles
|
|
| May 23, 2021 at 18:59 | comment | added | 640KB | You could shave off at least 10% of the score by using HTML/CSS minify/uglify/compression to take out all of the unnecessary bytes. In an HTML+CSS answer, are inline <style> tags not counted in byte score? | |
| S May 23, 2021 at 14:08 | history | edited | hyperneutrino ♦ | CC BY-SA 4.0 |
bytecount added, removed duplicate code and just used snippet
|
| S May 23, 2021 at 14:08 | history | suggested | user100690 | CC BY-SA 4.0 |
bytecount added
|
| May 23, 2021 at 13:48 | review | Suggested edits | |||
| S May 23, 2021 at 14:08 | |||||
| May 23, 2021 at 6:08 | comment | added | pxeger |
z1 and z2 can be renamed to z and y or something for -2 bytes
|
|
| S May 22, 2021 at 18:59 | history | suggested | Unmitigated | CC BY-SA 4.0 |
Added snippet.
|
| May 22, 2021 at 18:58 | review | Suggested edits | |||
| S May 22, 2021 at 18:59 | |||||
| May 22, 2021 at 14:59 | comment | added | Rushabh Mehta | @Shaggy Agreed. I meant in general, but I should have looked at what language the code was written in. | |
| May 22, 2021 at 14:58 | comment | added | Shaggy | @DonThousand, TIO can't run HTML so a SE Snippet would be the best option. | |
| May 22, 2021 at 14:42 | comment | added | Kirit | @ophact Thank you for the compliment and the tips. Let’s see what I can get my answer down to. | |
| May 22, 2021 at 14:41 | comment | added | user100690 | Yes, users are allowed to post multiple submissions, as long as they are not the same language. Additionally, they should be in separate answers. | |
| May 22, 2021 at 14:40 | comment | added | Kirit | @DonThousand Thank you. I came to take a look and literally the top question was something I could attempt so I went for it. I have not even tried to "golf" the code. I will provide a byte count. Can I ask, are users welcome to submit multiple answers? | |
| May 22, 2021 at 14:40 | comment | added | user100690 | Welcome to Code Golf and nice first answer! When answering, try to provide a bytecount so we can rank your solution. Also, a Stack Snippet is preferred for HTML submissions. The aim of this particular challengs is to use the shortest possible code, so you can golf your code down by a few bytes by removing trailing semicolons, spaces between the selector and the curly braces, shortening your first two class names, using id instead of class, and possibly finding another suitable tag. | |
| May 22, 2021 at 14:37 | comment | added | Rushabh Mehta | Welcome to codegolf, Kirit! For codegolf competitions, we generally ask answerers to provide a byte-count for their solution at the top, as well as a brief explanation of the solution (although this code may not need it). Additionally, for testing validity of code, we prefer using tio.run over other sites. | |
| May 22, 2021 at 14:33 | review | First posts | |||
| May 22, 2021 at 14:51 | |||||
| May 22, 2021 at 14:32 | history | answered | Kirit | CC BY-SA 4.0 |