본문 바로가기

webdesign

outlook email rendering issues elasticemail.com/blog/transactional_email/email-rendering-issues-in-outlook-and-hacks-to-save-the-day Email Rendering Issues in Outlook and Hacks to Save the Day With a plethora of email clients available for the end user and each one rendering emails in different ways, coding and designing an email has been a turmoil for email marketers. elasticemail.com Unfortunately, Outlook 2007-2013 does no.. 2020. 12. 2. 05:43 더보기
CSS 3d transform - to fix the flickering error mouse hover flickering https://maximelafarie.com/avoid-css-flickering Avoid CSS flickering The purpose of this article is to focus on the most efficient way to avoid CSS flickering on HTML elements, especially with elements near a transitioned tr... maximelafarie.com If you have several HTML elements that are nested into a common element (the parent) and you attached a transform effect with a tr.. 2020. 11. 28. 07:26 더보기
generate icon-font step1 > Convert strokes to vector objects Figma Mac: Shift Command O help.figma.com/hc/en-us/articles/360049283914-Apply-and-adjust-stroke-properties#Outline_stroke step2 > icomoon.io/app/ IcoMoon App - Icon Font, SVG, PDF & PNG Generator icomoon.io fontello.com/ Fontello - icon fonts generator This site will not work if cookies are completely disabled. {"assets_hash":"e6db8b6b0a3b12752de78e5d31.. 2020. 11. 19. 07:40 더보기
Chrome dev tool - constructed stylesheet bugs.chromium.org/p/chromium/issues/detail?id=946975 946975 - chromium - An open-source project to help move the web forward. - Monorail bugs.chromium.org UA - User Agent DevTools: report constructed stylesheets as regular origin not UA Constructed stylesheets (new CSSStyleSheet) have no associated node or href, so they were appearing as 'user agent' styles in DevTools. Since they are still user.. 2020. 11. 17. 23:18 더보기
unminify 'min.file' ★ ★ ★ www.freeformatter.com/css-beautifier.html Free Online CSS Beautifier / Formatter - FreeFormatter.com CSS Beautifier Formats a CSS files with the chosen indentation level for optimal readability. Supports 4 indentation levels: 2 spaces, 3 spaces, 4 spaces and tabs. *The maximum size limit for file upload is 2 megabytes. All files bigger than 500k will be f www.freeformatter.com mrcoles.com/.. 2020. 10. 12. 23:31 더보기
What Is Open Graph Protocol (OGP)? www.popwebdesign.net/what-is-ogp.html What Is Open Graph Protocol (OGP)? Open Graph Protocol (OGP) is a set of instructions intended for highlighting the title, description, URL and the image of a website you are sharing via Facebook. www.popwebdesign.net OGP was created in 2010 by Facebook engineers and has been used since solely and exclusively to control the connection of content and its shar.. 2020. 10. 12. 23:29 더보기
visual studio code can’t be opened because apple cannot check it for malicious software https://stackoverflow.com/questions/58457958/visual-studio-code-cant-be-opened-because-apple-cannot-check-it-for-malicious Visual Studio Code can't be opened because "Apple cannot check it for malicious software" I have downloaded Visual Studio Code for the first time but I keep getting message below: "Visual Studio Code" can't be opened because Apple cannot check it for malicious software. This.. 2019. 12. 19. 23:13 더보기
before: / after: vs. before:: / after:: https://youtu.be/zGiirUiWslI : (single colon) pseudo class a:hover :: (double colon) pseudo element ::before, ::after ::before (right way to represent a pseudo element based on CSS3), :before it used to be the same but CSS3 changed it to distinguish pseudo elements from pseudo classes. but browser still support both of them. (because they don't want to break all of the old stuff and how it used .. 2019. 5. 5. 17:09 더보기