diff --git a/animation.html b/animation.html new file mode 100644 index 0000000..e69de29 diff --git a/css/style.css b/css/style.css index bd6ade7..ab1a8c1 100644 --- a/css/style.css +++ b/css/style.css @@ -344,4 +344,68 @@ padding: 40px; } .card-text{ font-size: 15px; -} \ No newline at end of file +} +figure { + position: relative; + display: inline-block; + } +@media(min-width:900px){ + .portfolio1{ + display: -webkit-box; + display: flex; + -webkit-box-pack: center; + justify-content: space-around; + -webkit-box-align: center; + align-items: center; + } + .portfolio2{ + display: -webkit-box; + display: flex; + -webkit-box-pack: center; + justify-content: space-around; + -webkit-box-align: center; + align-items: center; + } +} + .img { + border-radius: 50%; + vertical-align: middle; + width:300px; + height:300px; + padding:30px; + opacity: 0.45; + -webkit-filter: blur(3px); + filter: blur(3px); + border-radius: 50%; + vertical-align: middle; + + } + .img:hover { + color: white; + opacity: 5; + -webkit-filter: blur(0px); + filter: blur(0px); + } + + figcaption { + border-radius: 10px; + position: absolute; + top: 50%; + width: 100%; + margin-top: -1em; + line-height: 2em; + margin-bottom:10px; + color: white; + text-align: center; + font-family: 'Raleway',sans-serif; + font-size: 25px; + + } + + .img:hover + figcaption { + display: none; + } + .page3{ + background-image: url(../img/marble.jpg); + } + \ No newline at end of file diff --git a/farmhouse.html b/farmhouse.html new file mode 100644 index 0000000..e69de29 diff --git a/img/css2.png b/img/css2.png index 0828445..b9d1a70 100644 Binary files a/img/css2.png and b/img/css2.png differ diff --git a/img/farmhouse2.png b/img/farmhouse2.png index ec5b025..375d1a5 100644 Binary files a/img/farmhouse2.png and b/img/farmhouse2.png differ diff --git a/img/mag2.jpg b/img/mag2.jpg index 66a4556..c73ad83 100644 Binary files a/img/mag2.jpg and b/img/mag2.jpg differ diff --git a/index.html b/index.html index 8bc94bc..5a8948e 100644 --- a/index.html +++ b/index.html @@ -67,29 +67,56 @@ Meira -
-
-
CSS Animation Project
- CSS Animation -
-

This CSS project was for my advanced web design class was about exploring parts of CSS. I chose CSS animations and animated and created a cat using CSS animations and transitions.

-
-
-
-
Nutmeg Magazine
- Nutmeg Magazine -
-

This card has supporting text below as a natural lead-in to additional content.

-
+
+ -
-
Farmhouse Cafe
- farmhouse -
-

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

-
+ + +
+ diff --git a/nutmeg.html b/nutmeg.html new file mode 100644 index 0000000..e69de29