// Css files For Developers To Play Around ;)

.test input[type="text"]{
	color: #000;
}
.test-both::-webkit-input-placeholder {
    color: red;
}
