Theme Inputs and Buttons. Change font and background

This commit is contained in:
Anjuman
2020-12-21 20:11:32 +05:30
parent 2105b4d1b0
commit 9b05dd44b6
2 changed files with 52 additions and 8 deletions

View File

@@ -6,17 +6,21 @@
<title>Mock Car API Admin</title>
<link rel="stylesheet" href="{{ url_for('static', filename='admin.css')}}" type="text/css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,100&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Mock Data API</h1>
</header>
<div class="change">
<input class="input-box" type="text" name="key" id="key" placeholder="Key">
<input class="input-box" type="text" name="value" id="value" placeholder="Valid JSON values">
</div>
<div class='button-dec'>
<div class='container'>
<button type="submit" id="#submit" onclick="updateData()">Change / Add</button>
</div>
<div class="table-dec">