|
You are here |
matuzo.at | ||
| | | | |
www.bram.us
|
|
| | | | | I recreated the Google Antigravity website with Modern CSS. | |
| | | | |
justmarkup.com
|
|
| | | | | justmarkup is the site of Michael Scharnagl, a front-end developer living in Berlin. | |
| | | | |
12daysofweb.dev
|
|
| | | | | Exploring new ways of approaching CSS by querying custom properties and their values. | |
| | | | |
hjr265.me
|
|
| | | So here is a simple JavaScript task I had to tackle for Toph: When a user clicks the Print button, open a new tab/window and activate the print dialog. Close the window when the user confirms the print or cancels the dialog. Attempt 1: Call window.close() Immediately After window.print() I used the onclick attribute on the Print button to open the page to be printed on a new tab/window. 1 | ||