From beed630e90747669a5a652f169dcad4ee8a111ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alperen=20=C4=B0sa=20Nalbant?= <66299502+Afacanc38@users.noreply.github.com> Date: Thu, 29 Sep 2022 20:47:34 +0300 Subject: [PATCH] Delete s.css --- s.css | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 s.css diff --git a/s.css b/s.css deleted file mode 100644 index cd70c83..0000000 --- a/s.css +++ /dev/null @@ -1,44 +0,0 @@ -* { - margin: 0; - padding: 0; - font-family: system-ui; -} - -.kapsayici img { - width: 200px; - height: 200px; -} - -.kapsayici h1 { - font-size: 25px; -} - -.kapsayici a { - text-decoration: none; -} - -.kapsayici a:nth-of-type(2) { - margin: 20px; -} - -.kapsayici { - display: flex; - min-height: 100vh; - max-width: 100%; - flex-direction: column; - align-items: center; - justify-content: center; -} - -.atif { - text-align: center; - margin-top: 10px; - font-size: 13px; - color: #606060; -} - -.atif a { - margin: 0 !important; - color: #606060; - text-decoration: underline dashed; -} \ No newline at end of file