From e19bcbd7ceda0ce638837a16c7f390f335f7b832 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 14 Jul 2017 21:02:46 +0200 Subject: Create bad-password-generator random project --- random-project/bad-password-generator/style.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 random-project/bad-password-generator/style.scss (limited to 'random-project/bad-password-generator/style.scss') 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; + } +} -- cgit v1.1