diff --git a/index.html b/index.html index 51e1918..55e5a14 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,19 @@ PADJOKEJ.dev - + + +

diff --git a/mobile.css b/mobile.css new file mode 100644 index 0000000..e72558a --- /dev/null +++ b/mobile.css @@ -0,0 +1,57 @@ +body +{ + font-size: 25px; + font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; + margin: 0; + background: darkslategray; + text-align: center; + color:aliceblue +} +a +{ + font-size: 50px; +} +h1 +{ + margin-bottom: 0; + font-size: 80px; + background: darkslategray; + text-align: center; + color:aliceblue +} +img +{ + border-radius: 20%; + width : 50vw; +} +#button +{ + border-radius: 30px; + border: 8px solid rgb(93, 140, 168); + background: rgb(11, 36, 51); + padding: 20px; + width: 400px; + height: 300px; +} + +a +{ + color: rgb(93, 140, 168); +} + +#footer-bottom { + background-color: #1f1f1f; + background-color: rgba(0,0,0,0.32); + padding: 15px 0 5px; +} + +#footer-info { + text-align: center; + color: #666; + padding-bottom: 10px; + float: none; +} + +#main-footer { + background-color: #222222; +} \ No newline at end of file diff --git a/styles.css b/styles.css index 13b09bf..d281686 100644 --- a/styles.css +++ b/styles.css @@ -1,84 +1,34 @@ -@media (min-aspect-ratio: 1/1) { - body - { - font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; - margin: 0; - background: darkslategray; - text-align: center; - color:aliceblue - } - h1 - { - margin-bottom: 0; - font-size: 25px; - background: darkslategray; - text-align: center; - color:aliceblue - } - - img - { - border-radius: 20%; - width : calc(150px + 4vh); - - } - - #button - { - border-radius: 25px; - border: 2px solid rgb(93, 140, 168); - background: rgb(11, 36, 51); - padding: 20px; - width: 200px; - height: 150px; - } +body +{ + font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; + margin: 0; + background: darkslategray; + text-align: center; + color:aliceblue } - -@media (max-aspect-ratio: 1/1) +h1 { - body - { - font-size: 25px; - font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; - margin: 0; - background: darkslategray; - text-align: center; - color:aliceblue - } - - a - { - font-size: 50px; - } - - h1 - { - margin-bottom: 0; - font-size: 80px; - background: darkslategray; - text-align: center; - color:aliceblue - } - - img - { - border-radius: 20%; - width : 50vw; - } - #button - { - border-radius: 30px; - border: 8px solid rgb(93, 140, 168); - background: rgb(11, 36, 51); - padding: 20px; - width: 400px; - height: 300px; - } - - + margin-bottom: 0; + font-size: 25px; + background: darkslategray; + text-align: center; + color:aliceblue +} +img +{ + border-radius: 20%; + width : calc(150px + 4vh); +} +#button +{ + border-radius: 25px; + border: 2px solid rgb(93, 140, 168); + background: rgb(11, 36, 51); + padding: 20px; + width: 200px; + height: 150px; } - a { color: rgb(93, 140, 168);