Changed the screen resolution for 640x480. Created centered class for screen;
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" class="tui-bg-blue-black">
|
||||
<html lang="en" class="">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
@@ -9,27 +9,16 @@
|
||||
<script src="plugins/jquery-3.4.1.min.js"></script>
|
||||
<script src="../dist/tuicss.min.js"></script>
|
||||
<link rel="stylesheet" href="../dist/tuicss.min.css">
|
||||
<style>
|
||||
.col {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body style="padding: 50px;">
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col s12 m6 l6"><button class="tui-button full-width">6</button></div>
|
||||
<div class="col s12 m6 l6"><button class="tui-button full-width">6</button></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col offset-l3 offset-m3 s12 m3 l3"><button class="tui-button full-width">3</button></div>
|
||||
<div class="col offset-l3 offset-m3 s12 m3 l3"><button class="tui-button full-width">3</button></div>
|
||||
</div>
|
||||
<body >
|
||||
<!-- Change the shadow size of the window -->
|
||||
<div class="tui-window tui-shadow-2">
|
||||
<fieldset class="tui-fieldset">
|
||||
<legend>Window</legend>
|
||||
...
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
|
||||
</nav>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
<option>Second</option>
|
||||
<option>Third</option>
|
||||
</select><br>
|
||||
File <input class="tui-input full-width" type="file" />
|
||||
</fieldset>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user