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 @@
electronic engineering student
+ github +