From 2da3c57668b9af74ed322e5afd789df58a4993b9 Mon Sep 17 00:00:00 2001 From: aj Date: Sat, 16 Feb 2019 15:30:12 +0000 Subject: [PATCH] working on css --- static/bodystyle.css | 7 +++++++ static/style.css | 26 +++++++++++++++++++++++++- templates/index.html | 7 ++++++- 3 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 static/bodystyle.css diff --git a/static/bodystyle.css b/static/bodystyle.css new file mode 100644 index 0000000..ce23d91 --- /dev/null +++ b/static/bodystyle.css @@ -0,0 +1,7 @@ +h3 { + + color: white; + font-family: 'Ubuntu', sans-serif; + font-size: 12px; + +} diff --git a/static/style.css b/static/style.css index 767da11..4622904 100644 --- a/static/style.css +++ b/static/style.css @@ -5,7 +5,14 @@ body { h1 { color: white; font-family: 'Ubuntu', sans-serif; - font-size: 10vw; + font-size: 14vw; + text-shadow: 3px 3px 3px #aaa; +} + +h3 { + color: white; + font-family: 'Ubuntu', sans-serif; + font-size: 4vw; text-shadow: 3px 3px 3px #aaa; } @@ -16,3 +23,20 @@ a { font-size: 2vw; text-shadow: 2px 2px 2px #aaa; } + +p { + + color: white; + font-family: 'Ubuntu', sans-serif; + font-size: 4vw; + text-shadow: 2px 2px 2px #aaa; +} + + +.header { + background-color: #58518e; + padding: 25px; + + text-align: center; + margin: auto; +} diff --git a/templates/index.html b/templates/index.html index 0844629..53da477 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,11 +4,16 @@ sarsoo - + // +

sarsoo

+
+

electronic engineering student

+ github +