Sublime
An inspiration engine for ideas

Added a really simple preview setup so I can share demos on my personal site vs needing to link off to external service.
https://t.co/Mx0HKTm3bF https://t.co/uygICMB0cH
text responds to background colors
- text mask, text-shadow, and backdrop filter
code below https://t.co/rqC60yMBKo
JohnPhamousx.com🚨 In case you missed it, I published an article on how I redesigned my website.
Here is a demo explaining the CSS behind the hats section on the home page 😄
https://t.co/XVR0qpCkCP https://t.co/EjfGgkkUMi
Ahmad Shadeedx.com!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kit and Set Tools - Final Output</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
line-height: 1.6;
}
table {
width: 100%;
border-collapse: collapse;
margin-bot... See more
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kit and Set Tools - Final Output</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
line-height: 1.6;
}
table {
width: 100%;
border-collapse: collapse;
margin-bot... See more
Outlook


💡 CSS Tip!
Do you want a set of buttons to be equal in width to the widest one? A few lines of CSS and you are done!
https://t.co/e4MJYK8bFZ https://t.co/XU1iIQA5KG