toggle font button
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
</main>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -6,7 +6,33 @@
|
||||
<title>avg convo</title>
|
||||
<link href="text_analysis.css" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style id="style-heonian" disabled>
|
||||
.convo-heonian {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.convo-roman {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
<style id="style-roman">
|
||||
.convo-heonian {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.convo-roman {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<noscript>
|
||||
<style>
|
||||
#font-button {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
</noscript>
|
||||
<p class="button" id="font-button">toggle font</p>
|
||||
<main>
|
||||
Reference in New Issue
Block a user