diff --git a/Art/Alexandra2888/cup.css b/Art/Alexandra2888/cup.css new file mode 100644 index 000000000..18eab5503 --- /dev/null +++ b/Art/Alexandra2888/cup.css @@ -0,0 +1,120 @@ +body { + background: #e88aeb; + } + #container { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + } + .steam { + position: absolute; + height: 150px; + width: 150px; + border-radius: 50%; + background-color: #fff; + margin-top: -75px; + margin-left: 75px; + z-index: 0; + opacity: 0; + } + + #steam1 { + -webkit-animation: steam1 4s ease-out infinite; + animation: steam1 4s ease-out infinite; + } + + #steam3 { + -webkit-animation: steam1 4s ease-out 1s infinite; + animation: steam1 4s ease-out 1s infinite; + } + + @-webkit-keyframes steam1 { + 0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;} + 100% {transform: translateY(-200px) translateX(-20px) scale(1); opacity: 0;} + } + + @keyframes steam1 { + 0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;} + 100% {transform: translateY(-200px) translateX(-20px) scale(1); opacity: 0;} + } + + #steam2 { + -webkit-animation: steam2 4s ease-out 0.5s infinite; + animation: steam2 4s ease-out 0.5s infinite; + } + + #steam4 { + -webkit-animation: steam2 4s ease-out 1.5s infinite; + animation: steam2 4s ease-out 1.5s infinite; + } + + @-webkit-keyframes steam2 { + 0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;} + 100% {transform: translateY(-200px) translateX(20px) scale(1); opacity: 0;} + } + + @keyframes steam2 { + 0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;} + 100% {transform: translateY(-200px) translateX(20px) scale(1); opacity: 0;} + } + + #cup { + z-index: 1; + } + + #cup-body { + position: absolute; + height: 200px; + width: 300px; + border-radius: 0 0 150px 150px; + background-color: #fff; + margin: auto; + display: inline-block; + overflow: hidden; + z-index: 1; + } + + #cup-shade { + position: relative; + height: 300px; + width: 200px; + background-color: #F3F3F3; + display: inline-block; + margin-left: 42%; + margin-top: -3px; + transform: rotate(50deg); + z-index: 1; + } + + #cup-handle { + position: relative; + height: 75px; + width: 80px; + border-radius: 0 150px 150px 0; + border: 15px solid #F3F3F3; + margin-bottom: 95px; + margin-left: 250px; + display: inline-block; + z-index: 0; + } + + #saucer { + position: absolute; + height: 30px; + width: 300px; + border-radius: 0 0 100px 100px; + background-color: #F9F9F9; + margin-top: -32px; + margin-left: 5px; + z-index: 2; + } + + #shadow { + height: 10px; + width: 300px; + border-radius: 50%; + margin-top: -5px; + margin-left: 6px; + background-color: #ae51b1; + } \ No newline at end of file diff --git a/Art/Alexandra2888/cup.gif b/Art/Alexandra2888/cup.gif new file mode 100644 index 000000000..bf519b8f1 Binary files /dev/null and b/Art/Alexandra2888/cup.gif differ diff --git a/Art/Alexandra2888/cup.html b/Art/Alexandra2888/cup.html new file mode 100644 index 000000000..12700e51a --- /dev/null +++ b/Art/Alexandra2888/cup.html @@ -0,0 +1,28 @@ + + + + + + Coffee Cup + + + +
+
+
+
+
+ +
+
+
+
+
+
+ +
+ +
+
+ + \ No newline at end of file diff --git a/include.js b/include.js index a58f41e52..ba3111a7c 100644 --- a/include.js +++ b/include.js @@ -138,6 +138,13 @@ let cards = [ imageLink: './Art/Alexandra2888/fan.gif', author: 'Alexandra2888', githubLink: 'https://github.com/Alexandra2888' + }, + { + artName: 'Coffe Cup', + pageLink: './Art/Alexandra2888/cup.html', + imageLink: './Art/Alexandra2888/cup.gif', + author: 'Alexandra2888', + githubLink: 'https://github.com/Alexandra2888' } ];