aboutsummaryrefslogtreecommitdiff
path: root/random-project/bad-password-generator/style.scss
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-07-14 21:02:46 +0200
committerNoah Loomans <noahloomans@gmail.com>2017-07-14 21:02:46 +0200
commite19bcbd7ceda0ce638837a16c7f390f335f7b832 (patch)
treeb8dffc6cf1d3e606cc9f4861c4df41e471a97359 /random-project/bad-password-generator/style.scss
parent13ddaef4689ce7ff315113e17e6ab49727ca7e88 (diff)
Create bad-password-generator random project
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;
+ }
+}