40
40
display : inline-block;
41
41
font-size : 12px ;
42
42
}
43
+ small {
44
+
45
+ margin : 0 10px ;
46
+
47
+ }
43
48
</ style >
44
49
</ head >
45
50
< body >
49
54
< h1 > Parse CSS and Convert to PHP Array</ h1 >
50
55
51
56
< p > for convert icon font css to php array like flaticon / fontawesome etc.</ p >
52
- < p > < small > < a href ="https://github.com/EmranAhmed/vue-generate-php-font-array "> Github</ a > </ small > </ p >
57
+ < p >
58
+ < small > < a target ="_blank " href ="https://github.com/EmranAhmed/vue-generate-php-font-array "> Github</ a > </ small >
59
+
60
+ < small > < a target ="_blank " href ="https://cdn.materialdesignicons.com/1.6.50/css/materialdesignicons.min.css "> Material Design Icons</ a > </ small >
61
+
62
+ < small > < a target ="_blank " href ="http://fontawesome.io/assets/font-awesome/css/font-awesome.css "> FontAwesome</ a > </ small >
63
+
64
+ < small > < a target ="_blank " href ="http://www.flaticon.com/ "> FlatIcon</ a > </ small >
65
+ </ p >
53
66
54
67
< label >
55
68
< input type ="radio " v-model ="prefix " @change ="beforeClassPrefix " before ="" value ="flaticon- "> Flat Icon
@@ -60,7 +73,7 @@ <h1>Parse CSS and Convert to PHP Array</h1>
60
73
< label >
61
74
< input type ="radio " v-model ="prefix " @change ="beforeClassPrefix " before ="mdi " value ="mdi- "> Material Design Icon
62
75
</ label >
63
- < textarea v-model ="css " cols ="30 " placeholder ="Paste Icons CSS " rows ="10 "> </ textarea >
76
+ < textarea v-model ="css " cols ="30 " placeholder ="Paste CSS Contents " rows ="10 "> </ textarea >
64
77
< textarea v-show ="php " readonly v-model ="php " cols ="30 " rows ="10 "> </ textarea >
65
78
66
79
0 commit comments