From ccf75a54ac7c8403a56a9320712b687f7922a65c Mon Sep 17 00:00:00 2001 From: ada <> Date: Thu, 4 May 2023 13:12:01 +0200 Subject: [PATCH 1/2] rosetta folder was added --- rosettastone/index.html | 19 +++++++++++++++ rosettastone/stylesheet.css | 48 +++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 rosettastone/index.html create mode 100644 rosettastone/stylesheet.css diff --git a/rosettastone/index.html b/rosettastone/index.html new file mode 100644 index 0000000..57e3e84 --- /dev/null +++ b/rosettastone/index.html @@ -0,0 +1,19 @@ + + + + + + + +
+ +
+ + + + diff --git a/rosettastone/stylesheet.css b/rosettastone/stylesheet.css new file mode 100644 index 0000000..8f6a55a --- /dev/null +++ b/rosettastone/stylesheet.css @@ -0,0 +1,48 @@ +@import url(https://fonts.googleapis.com/css?family=Open+Sans); + +body{ + background: #f2f2f2; + font-family: 'Open Sans', sans-serif; +} + +.search { + width: 100%; + position: relative; + display: flex; +} + +.searchTerm { + width: 100%; + border: 3px solid #00B4CC; + border-right: none; + padding: 5px; + height: 20px; + border-radius: 5px 0 0 5px; + outline: none; + color: #9DBFAF; +} + +.searchTerm:focus{ + color: #00B4CC; +} + +.searchButton { + width: 40px; + height: 36px; + border: 1px solid #00B4CC; + background: #00B4CC; + text-align: center; + color: #fff; + border-radius: 0 5px 5px 0; + cursor: pointer; + font-size: 20px; +} + +/*Resize the wrap to see the search bar change!*/ +.wrap{ + width: 30%; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} \ No newline at end of file From c0212a2b849fa94b97dfcf4c710c0dd3baee1b99 Mon Sep 17 00:00:00 2001 From: ada <> Date: Tue, 9 May 2023 16:21:26 +0200 Subject: [PATCH 2/2] implement conversion js function or something like this --- AdaBobbiCara/enconv.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/AdaBobbiCara/enconv.html b/AdaBobbiCara/enconv.html index da634ab..84b89f0 100644 --- a/AdaBobbiCara/enconv.html +++ b/AdaBobbiCara/enconv.html @@ -5,7 +5,7 @@ - + @@ -19,7 +19,7 @@
- +
@@ -33,4 +33,11 @@ +