diff --git a/index.css b/index.css deleted file mode 100644 index 6a84fae..0000000 --- a/index.css +++ /dev/null @@ -1,29 +0,0 @@ -html { - color: rgb(51, 51, 46); - font-family: "monospace"; - font-size: 1rem; -} - -pre { - font-size: 0.7rem; -} - -#links { - line-height: 1.5; -} - -#links a { - color: #2525d8; -} - -@media (max-width: 600px) { - html { - font-size: 1rem; - } - pre { - font-size: 2.6vw - } - #links { - line-height: 1.6; - } -} diff --git a/photography/index.html b/photography/index.html index 4860f41..1f68315 100644 --- a/photography/index.html +++ b/photography/index.html @@ -7,14 +7,34 @@ + - - - + - - - diff --git a/photography/photography.css b/photography/photography.css deleted file mode 100644 index 6e5e0c9..0000000 --- a/photography/photography.css +++ /dev/null @@ -1,24 +0,0 @@ -#container { - width: 100%; - display: flex; - flex-direction: column; -} - -.photo { - width: 38em; - max-width: 100%; - background-color: aliceblue; - margin-bottom: 8px; - - aspect-ratio: 3/2; - overflow: hidden; - display: flex; - align-items: center; - justify-content: center; -} - -.photo img { - width: 100%; - vertical-align: middle; - -} \ No newline at end of file