From: Perfectfire33 Date: Tue, 5 Jul 2022 22:44:56 +0000 (-0400) Subject: Updated CSS/HTML on Home Page X-Git-Url: http://openhouseparty.us:13001/gitweb/?a=commitdiff_plain;h=113593fcacd526b58d1418b4ec1e9c6f9363045d;p=openhouseparty.online%2F.git Updated CSS/HTML on Home Page --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4518253..8c79378 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,23 +2,13 @@ - - - - - - - - - - - - - - + + + + @@ -355,13 +393,6 @@ - - - - - - - @@ -379,13 +410,6 @@ - - - - - - - @@ -423,16 +447,6 @@ - - - - - - - - - - @@ -506,13 +520,6 @@ - - - - - - - @@ -617,13 +624,6 @@ - - - - - - - @@ -631,20 +631,6 @@ - - - - - - - - - - - - - - @@ -687,6 +673,23 @@ + + + + + + + + + + + + + + + + + @@ -694,15 +697,50 @@ - + - - + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/flaskr/static/home_sampleHouse1.png b/flaskr/static/home_sampleHouse1.png new file mode 100644 index 0000000..cd3bf4c Binary files /dev/null and b/flaskr/static/home_sampleHouse1.png differ diff --git a/flaskr/static/home_sampleHouse2.png b/flaskr/static/home_sampleHouse2.png new file mode 100644 index 0000000..837886c Binary files /dev/null and b/flaskr/static/home_sampleHouse2.png differ diff --git a/flaskr/static/style.css b/flaskr/static/style.css index a5231ed..caee809 100644 --- a/flaskr/static/style.css +++ b/flaskr/static/style.css @@ -1,5 +1,6 @@ html { font-family: sans-serif; background: #eee; padding: 1rem; } -body { max-width: 960px; margin: 0 auto; background: white; } +/* body { max-width: 960px; margin: 0 auto; background: white; } */ +body { max-width: 90%; margin: 0 auto; } h1 { font-family: serif; color: #377ba8; margin: 1rem 0; } a { color: #377ba8; } hr { border: none; border-top: 1px solid lightgray; } @@ -24,7 +25,71 @@ nav ul li a, nav ul li span, header .action { display: block; padding: 0.5rem; } .content textarea { min-height: 12em; resize: vertical; } input.danger { color: #cc2f2e; } input[type=submit] { align-self: start; min-width: 10em; } -bottom { background: lightyellow; display: flex; align-items: center; padding: 0 0.5rem; } +.bottom { background: lightyellow; display: flex; align-items: center; padding: 0 0.5rem; } + +p2 {background-color: black; color: orange; font-size: 30px; } + +.center { + display: block; + margin-left: auto; + margin-right: auto; +} + +.mainX { + display: block; + height: 650px; + align-items: center; +} +.mainX .main_left { + float: left; + width: 550px; + height: 600px; + +} + +.mainX .main_left2 { + float: left; + width: 400px; + height: 600px; + background: black; + color: orange; + text-align: center; + padding-left: 50px; + padding-right: 50px; +} +.mainX .main_left2 .fontSizeX { + font-size: 30px; +} + +.mainX .main_left3 { + float: left; + width: 550px; + height: 600px; + overflow: hidden; +} + + +.homeX { + background-image: url("/static/home_party_house_kit.png"); + background-repeat: no-repeat; + + +} +.homeX2 { + height: 600px; +} + +/* +.mainX .main_left { + display: block; + margin-left: auto; +} + +.mainX .main_right { + display: block; + margin-right: auto; +} +*/ /* The dropdown container */ .dropdown { diff --git a/flaskr/static/winter_trees.png b/flaskr/static/winter_trees.png new file mode 100644 index 0000000..c860529 Binary files /dev/null and b/flaskr/static/winter_trees.png differ diff --git a/flaskr/templates/base.html b/flaskr/templates/base.html index 384ac2c..a7ee225 100644 --- a/flaskr/templates/base.html +++ b/flaskr/templates/base.html @@ -1,5 +1,5 @@ -{% block title %}{% endblock %} - Flaskr +{% block title %}{% endblock %} Site Logo