SASS Placeholder Style Mixin

Developer
Size
2,130 Kb
Views
44,528

How do I make an sass placeholder style mixin?

What is a sass placeholder style mixin? How do you make a sass placeholder style mixin? This script and codes were developed by Alex Bergin on 13 June 2022, Monday.

SASS Placeholder Style Mixin Previews

SASS Placeholder Style Mixin - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>SASS Placeholder Style Mixin</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <input type="text" placeholder="First Name" />
</body>
</html>

SASS Placeholder Style Mixin - Script Codes CSS Codes

.type-style, input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input { font-size: 15px; font-family: sans-serif; letter-spacing: 1px;
}
input::-webkit-input-placeholder { color: #82f0ff;
}
input:-moz-placeholder { color: #82f0ff;
}
input::-moz-placeholder { color: #82f0ff;
}
input:-ms-input-placeholder { color: #82f0ff;
}
input { position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: none; outline: none; padding: 18px; background-color: white; border-radius: 5px; color: #ff7378;
}
input:focus { box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
}
html { background-color: #e6e8ea;
}
SASS Placeholder Style Mixin - Script Codes
SASS Placeholder Style Mixin - Script Codes
Home Page Home
Developer Alex Bergin
Username abergin
Uploaded June 13, 2022
Rating 3
Size 2,130 Kb
Views 44,528
Do you need developer help for SASS Placeholder Style Mixin?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Alex Bergin (abergin) Script Codes
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!