change style
This commit is contained in:
parent
ee9428a6fe
commit
8c737a5966
14
index.php
14
index.php
|
@ -13,23 +13,11 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
|
||||||
font-family: helvetica;
|
|
||||||
color: rgb(55, 53, 47);
|
|
||||||
}
|
|
||||||
textarea {
|
textarea {
|
||||||
height: 500px;
|
height: 500px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-family: inherit;
|
|
||||||
font-size: inherit;
|
|
||||||
outline: none;
|
|
||||||
border: none;
|
border: none;
|
||||||
color: inherit;
|
outline: none;
|
||||||
}
|
|
||||||
input {
|
|
||||||
font-family: inherit;
|
|
||||||
font-size: inherit;
|
|
||||||
color: inherit;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue