From ccd6836ac5658f86565b2fbf06e5ec31befa8aea Mon Sep 17 00:00:00 2001 From: kankys Date: Sun, 8 Sep 2024 17:27:07 +0200 Subject: [PATCH] create my world it --- nbproject/project.xml | 2 +- world-it/assets/css/style.css | 17 +++++++++++++++++ world-it/index.php | 27 +++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 world-it/assets/css/style.css create mode 100644 world-it/index.php diff --git a/nbproject/project.xml b/nbproject/project.xml index 53cffa3..a597afc 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -3,7 +3,7 @@ org.netbeans.modules.php.project - PhpProject + Blog_PhpProject diff --git a/world-it/assets/css/style.css b/world-it/assets/css/style.css new file mode 100644 index 0000000..76f48f5 --- /dev/null +++ b/world-it/assets/css/style.css @@ -0,0 +1,17 @@ +/* + Created on : 8. 9. 2024, 17:19:40 + Author : kankys +*/ + +* { + margin: 0; + + padding: 0; + + box-sizing: border-box; +} +body { + max-width: 1000px; + margin: 0 auto; + font-family: "Ubuntu", sans-serif; +} \ No newline at end of file diff --git a/world-it/index.php b/world-it/index.php new file mode 100644 index 0000000..6ae166b --- /dev/null +++ b/world-it/index.php @@ -0,0 +1,27 @@ + + + + + + + + + + + + + My IT World + + + Můj svět v IT"; +echo "
"; +echo "

Návody, články, zajímavosti ze světa Linuxu, tvorby webu, opensource a dalších témat:

"; + ?> + +