1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 body{ background-image: url("sunset.jpg"); background-color: #800000; font-family: "serif"; } .page { width: 900px; min-height: 900px; background-color: #f2f2f2; margin-left: auto; margin-right: auto; margin-top: -20px; border: 2px solid black; } .top-bar { position: fixed; width: 900px; background : white; height: 200px; border-bottom: solid black 2px; padding-bottom: 15px; text-align: center; } .top-bar { width: 900px; background: White; height: 175px; border-bottom: solid black 1px; text-align: center; position:fixed; z-index: 1;} .top-bar img{ margin-top: -20px; } .menu ul{ display: inline-block; margin: auto; } .menu li{ display: inline; margin: 15px; } .menu a { text-decoration: none; font-size: 20px; font-family: inherit; } .menu a:hover { font-weight: bold; } .section{ padding: 155px 0px 0px 10px; text-align: center; margin-bottom: 10px; min-height: 600px; } .content { margin-top: 195px; } .gallery img { width: 200 px; height: 200 px; padding: 10px; } .slideshow { position: relative; height: 550px; width: 400px: } .slideshow img { border: 3px solid black; border-radius: 20px; } .slideshow figure{ position: absolute; width: 100%; margin: 0; opacity: 0; } #slide1 { animation: xfade 10s 0s infinite; } #slide2 { animation: xfade 10s 2.5s infinite; } #slide3 { animation: xfade 10s 5s infinite; } #slide4 { animation: xfade 10s 7.5s infinite; } @keyframes xfade{ 0%{ opacity: 0; } 5%{ opacity: 1; } 25%{ opacity: 1; } 30%{ opacity: 0; } } .CreativeArts-gallery{ height: 120px; } .CreativeArts-gallery img{ height: 100px; margin-top: 10px; margin-bottom: 10px; } .CreativeArts-gallery img:hover{ animation: grow 0.5s forwards; } @keyframes grow { 100% { height: 120px; margin-top: 0px; margin-bottom: 0px; } } .CreativeArts-preview { margin-top:10px; } .CreativeArts-preview span { display:none; margin-top: calc(-500px - 335px - 10px); padding-top: 335px; text-align: center; } .CreativeArts-preview span:target { display:block; } .CreativeArts-preview img { border: 3px solid black; border-radius: 25px; height:500px; margin:0; } Monica Gerlach2

Graphic Design

Ceramics/Painting

Creative Arts