<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
Niyat Kaya
  • Hakkımda
  • İstatistik

Merhaba Ben Nihat Kaya

Ben SMTAL'de Bilişim Web tasarım okuyorum. 12.Sınıf öğrencisiyim ve 16 yaşındayım

Hakkımda


Adım Nihat, Selçuklu Mesleki teknik anadolu lisesinde Web Tasarım okuyorum
HTML, CSS, Bootstrap ve PHP biliyorum

İstatistik


HTML
%60

CSS
%40

Bootstrap
%80

PHP
%65

© Nihat Kaya 2022

<style> .m{ margin-top: 2.3vh; margin-bottom: 2.3vh; } .bio{ margin-top:2.4vh; margin-bottom:15.4vh; font-size:1.4em; } .html{ color:#e34c26; text-decoration:underline; } .css{ color:#264de4; text-decoration:underline; } .bootstrap{ color:#59287a; text-decoration:underline; } .php{ color:#8993be; text-decoration:underline; } .stats{ height:80vh; width:100%; } .stat-bg{ background-color:#eee; border-radius:12px; } .htmlstat{ background-color:#e34c26; width:60%; height: 8vh; display:flex; align-items:center; font-size:1.9em; padding:5px; color:white; border-radius:12px; } .cssstat{ background-color:#264de4; width:40%; height: 8vh; display:flex; align-items:center; font-size:1.9em; padding:5px; color:white; border-radius:12px; } .bsstat{ background-color:#59287a; width:80%; height: 8vh; display:flex; align-items:center; font-size:1.9em; padding:5px; color:white; border-radius:12px; } .phpstat{ background-color:#8993be; width:65%; height: 8vh; display:flex; align-items:center; font-size:1.9em; padding:5px; color:white; border-radius:12px; } </style> <script> function scrollAbout(){ window.scrollTo(0, 200); } function scrollStats(){ window.scrollTo(0, 500); } </script>