diff --git a/Manjila/Project 1/ales-krivec-107499.jpg b/Manjila/Project 1/ales-krivec-107499.jpg new file mode 100644 index 0000000..c6243eb Binary files /dev/null and b/Manjila/Project 1/ales-krivec-107499.jpg differ diff --git a/Manjila/Project 1/css/main.css b/Manjila/Project 1/css/main.css index 5acbf04..74c3734 100644 --- a/Manjila/Project 1/css/main.css +++ b/Manjila/Project 1/css/main.css @@ -1,6 +1,9 @@ /***** BASE STYLES *****/ +*{ + box-sizing: border-box; +} body{ - font-family: 'Lora', serif; + font-family: 'Raleway', serif; } @@ -19,7 +22,6 @@ body{ .half-width{ width: 50%; float: left; - /*display: flex;*/ flex-wrap: wrap; } @@ -51,16 +53,6 @@ body{ height: auto; } -/*header h1 { - padding: 50px 0; - font-family: 'Lora', serif; - font-size: 30px; - color: #55552b; - flex-wrap: wrap; -}*/ - - - header .full-width { align-items: right; text-align: center; @@ -70,12 +62,6 @@ width: 100%; .fixed-background{ } -/*button{ - border-radius: 5px; - width: 20%; - padding: 10px; - color: white; -}*/ i{ color: white; @@ -85,6 +71,7 @@ header h2 { color: white; font-size: 72px; line-height: 80px; +font-family: 'Kaushan Script', cursive; } header h2 span { @@ -200,7 +187,7 @@ a:hover{ width: 80%; } -#contact h2, #email-header, #socialmedia-header, #contact ul { +#contact h2, #email-header, #socialmedia-header{ padding-left: 115px; } @@ -212,6 +199,7 @@ a:hover{ #contact h2 { font-family: 'Lora', serif; font-size: 36px; + padding-bottom: 15px; } #email-header{ @@ -233,6 +221,10 @@ a:hover{ font-size: 28px; } +footer ul{ + text-align: center; +} + i{ padding: 20px; } @@ -259,11 +251,14 @@ i:hover{ #contact ul img { padding-right: 48px; } + .half-width a{ display: flex; flex-wrap: wrap; } +/***** INSPIRATION *****/ + .inspo{ text-align: center; color: #828282; @@ -303,25 +298,113 @@ i:hover{ line-height: 40px; } -footer ul{ - text-align: center; +/***** MODAL *****/ + +button{ + margin-left: 43%; + margin-right: 40%; + margin-bottom: 2%; + border-radius: 5px; + padding: 5px 50px 5px 50px; + text-transform: uppercase; + background-color: white; + font-family: 'Lora', serif; + color: #828282; + +} + +input{ + display: block; + width: 50%; + margin-top: 10px; + margin-bottom: 10px; + border: 1px solid grey; +} + +textarea{ + width: 50%; + height: 200px; + color: #828282; + border: 1px solid grey; + margin-top: 8px; } -footer ul li{ - padding: 0 50px 0 50px; +.modal { + /* padding: 20px;*/ + background-color: rgba(0, 0, 0, .3); + display: none; + justify-content: center; + align-items: center; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; } +.mailus{ + display: flex; + flex-direction: column; + align-items: center; +} + +.modal-content { + /*padding: 20px 10px;*/ + color: #828282; + background-color: white; + width: 60%; + text-align: center; +} + +.modal-content i{ + color: #969691; +} +.modal-content button{ + margin-left: 40%; + margin-top: 4%; + border: 1px solid grey; +} + +.modal-open { + overflow: hidden; +} +.close p{ + display: flex; + justify-content: flex-end; +} +#X{ + text-align: right; + padding: 20px; + font-weight: bold; +} +.half-width button{ + margin-left: 20%; + margin-top: 3%; +} + +/*.gallery{ + display: flex; + justify-content: space-around; + +} +.col-1-3{ + width: 20%; + +} +.col-1-3 img{ + width: 100%; + display: block; +} +*/ + @media screen and (max-width: 1170px) { - /*h1{ - font-size:16px; - }*/ header h2{ font-size: 45px; padding: 10px; } - } - @media screen and (max-width: 950px) { +} +@media screen and (max-width: 950px) { #contact-img{ display:block; @@ -337,3 +420,7 @@ footer ul li{ margin-top: 10px; } } + +@media screen and (max-width: 660px) { + + } diff --git a/Manjila/Project 1/img/ales-krivec-107499.jpg b/Manjila/Project 1/img/ales-krivec-107499.jpg index c6243eb..a6259ae 100644 Binary files a/Manjila/Project 1/img/ales-krivec-107499.jpg and b/Manjila/Project 1/img/ales-krivec-107499.jpg differ diff --git a/Manjila/Project 1/index.html b/Manjila/Project 1/index.html index ad663ab..7aa5bab 100644 --- a/Manjila/Project 1/index.html +++ b/Manjila/Project 1/index.html @@ -8,6 +8,7 @@ + @@ -28,7 +29,7 @@
-