Created stylesheet
This commit is contained in:
22
webpage/style.css
Normal file
22
webpage/style.css
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
/*
|
||||||
|
* @Author: KevinMidboe
|
||||||
|
* @Date: 2017-04-07 00:47:40
|
||||||
|
* @Last Modified by: KevinMidboe
|
||||||
|
* @Last Modified time: 2017-04-07 01:13:27
|
||||||
|
*/
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* valid color */
|
||||||
|
.input-field input[type=text].valid {
|
||||||
|
border-bottom: 1px solid #00a69a;
|
||||||
|
box-shadow: 0 1px 0 0 #00a69a;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* invalid color */
|
||||||
|
.input-field input[type=text].invalid {
|
||||||
|
border-bottom: 1px solid #9e9e9e;
|
||||||
|
box-shadow: 0 1px 0 0 #9e9e9e;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user