diff --git a/Password Generator/index.css b/Password Generator/index.css index b8bbf74..fd05670 100644 --- a/Password Generator/index.css +++ b/Password Generator/index.css @@ -41,7 +41,9 @@ hr{ width: 17em; height: 3em; line-height: normal; - display: block; + display: grid; + grid-template-columns: 4fr 1fr; + gap:5px; border-radius: .5rem; background-color: #273549; color:#000000; @@ -52,6 +54,19 @@ hr{ .Password2{ color:#55F991; } +#copy-btn1{ + display: none; + align-items: center; + padding: 2px 5px 5px 5px; + font-size: 25px; +} +#copy-btn2{ + display: none; + align-items: center; + padding: 2px 5px 5px 5px; + font-size: 25px; +} + #headline1{ margin-top: 2em; diff --git a/Password Generator/index.html b/Password Generator/index.html index 4e75e50..52b501f 100644 --- a/Password Generator/index.html +++ b/Password Generator/index.html @@ -4,6 +4,8 @@ + + Password Generator @@ -16,8 +18,10 @@

random password