aboutsummaryrefslogtreecommitdiff
path: root/random-project/bad-password-generator/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'random-project/bad-password-generator/style.scss')
-rw-r--r--random-project/bad-password-generator/style.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/random-project/bad-password-generator/style.scss b/random-project/bad-password-generator/style.scss
new file mode 100644
index 0000000..c4ca707
--- /dev/null
+++ b/random-project/bad-password-generator/style.scss
@@ -0,0 +1,18 @@
+.random-project__project__bad-password-generator {
+ text-align: center;
+ flex-grow: 1;
+
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+
+ #changing-passwd {
+ font-weight: bold;
+ font-size: 5em;
+ text-transform: capitalize;
+ }
+
+ .text {
+ margin-top: -64px;
+ }
+}