Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/wiki.remmina.org.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTukusej’s Sirs <tukusejssirs@protonmail.com>2021-07-18 17:11:12 +0300
committerRemmina Bot <admin@remmina.org>2021-07-18 17:11:12 +0300
commitbeaf91c66f442e397d0f61677ca44115d9211277 (patch)
treeccfcc15c24d3116268a5d4cb96c3a3554013bdee
parent7db8555581aaf5cc8483d9cf44442e096cbb7a11 (diff)
docs: create test_select_css
-rw-r--r--test_select_css.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/test_select_css.html b/test_select_css.html
new file mode 100644
index 0000000..e1bd2a2
--- /dev/null
+++ b/test_select_css.html
@@ -0,0 +1,30 @@
+<!--
+title: test_select_css
+description:
+published: true
+date: 2021-07-18T14:11:08.749Z
+tags:
+editor: code
+dateCreated: 2021-07-18T14:11:08.749Z
+-->
+
+<h2>Custom Select</h2>
+
+<!--surround the select box with a "custom-select" DIV element. Remember to set the width:-->
+<div class="custom-select" style="width: 8em;">
+ <select>
+ <option value="0">Select car:</option>
+ <option value="1">Audi</option>
+ <option value="2">BMW</option>
+ <option value="3">Citroen</option>
+ <option value="4">Ford</option>
+ <option value="5">Honda</option>
+ <option value="6">Jaguar</option>
+ <option value="7">Land Rover</option>
+ <option value="8">Mercedes</option>
+ <option value="9">Mini</option>
+ <option value="10">Nissan</option>
+ <option value="11">Toyota</option>
+ <option value="12">Volvo</option>
+ </select>
+</div> \ No newline at end of file