Rozes
+Under the grave
(2016)
diff --git a/css/stayl.css b/css/stayl.css new file mode 100644 index 0000000..b9ba3f8 --- /dev/null +++ b/css/stayl.css @@ -0,0 +1,59 @@ +body{ + font-family: Arial; + margin: 0; +} + + +.container{ + display: flex; + -webkit-box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.07); + -moz-box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.07); + box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.07); + +} + +.image{ + margin: 0; + display: flex; +} + +.text{ + font-size: 20px; + align-self: center; + margin-left: 50px; + color: #aaa; + +} + +.stars{ + font-size: 20px; + display: flex; + justify-content: flex-end; + margin-right: 30px; + +} + + h5{ + color: #aaa; + margin: 30px 0 0 30px; + font-size: 25px; + +} + +.stars a { + font-size: 50px; + margin-right: 10px; + text-decoration: none; + display: inline-block; + font-size: 32px; + font-size: 2rem; + color: #888; +} + +.stars:hover a { + color: #EDEA15; +} + +.stars > a:hover ~ a { + color: #888; +} diff --git a/image/calavera.png b/image/calavera.png new file mode 100644 index 0000000..0284cf4 Binary files /dev/null and b/image/calavera.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..a1f8a3f --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ + + +
+ + + + +
+ Under the grave
(2016)