kom mit css und anpassungen
Aufgabe von kom und bissel css sowie andere anpassungen. php storm dateien wurden hinzugefügt
This commit is contained in:
8
.idea/.gitignore
generated
vendored
Normal file
8
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
8
.idea/modules.xml
generated
Normal file
8
.idea/modules.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/schule-24-25.iml" filepath="$PROJECT_DIR$/.idea/schule-24-25.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
20
.idea/php.xml
generated
Normal file
20
.idea/php.xml
generated
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="MessDetectorOptionsConfiguration">
|
||||
<option name="transferred" value="true" />
|
||||
</component>
|
||||
<component name="PHPCSFixerOptionsConfiguration">
|
||||
<option name="transferred" value="true" />
|
||||
</component>
|
||||
<component name="PHPCodeSnifferOptionsConfiguration">
|
||||
<option name="highlightLevel" value="WARNING" />
|
||||
<option name="transferred" value="true" />
|
||||
</component>
|
||||
<component name="PhpProjectSharedConfiguration" php_language_level="8.3" />
|
||||
<component name="PhpStanOptionsConfiguration">
|
||||
<option name="transferred" value="true" />
|
||||
</component>
|
||||
<component name="PsalmOptionsConfiguration">
|
||||
<option name="transferred" value="true" />
|
||||
</component>
|
||||
</project>
|
||||
8
.idea/schule-24-25.iml
generated
Normal file
8
.idea/schule-24-25.iml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
BIN
komp/bilder/hauptseite_bild.png
Normal file
BIN
komp/bilder/hauptseite_bild.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
25
komp/hauptseite.css
Normal file
25
komp/hauptseite.css
Normal file
@@ -0,0 +1,25 @@
|
||||
.bild-100x100 {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
.text-gruen {
|
||||
color: #34ff34;
|
||||
}
|
||||
.text-allign-middle{
|
||||
text-align: center;
|
||||
}
|
||||
.allign-left{
|
||||
|
||||
}
|
||||
* {
|
||||
border : 1px solid black;
|
||||
}
|
||||
.text-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
.p-10 {
|
||||
padding: 10px;
|
||||
}
|
||||
.li-abstand {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
24
komp/hauptseite.html
Normal file
24
komp/hauptseite.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
<link rel="stylesheet" href="hauptseite.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Link: 192.168.229.35/schule-24-25/komp/hauptseite.html-->
|
||||
<h1 class="text-gruen text-allign-middle">2BKI11</h1>
|
||||
<div>
|
||||
<h3>Daniel</h3>
|
||||
<p>Iron 3 LoL Player </p>
|
||||
</div>
|
||||
<img src="bilder/hauptseite_bild.png" alt="picture could not be load" class="bild-100x100">
|
||||
<ul>
|
||||
<li class="li-abstand"><a href="https://u.gg/lol/profile/euw1/darkhuawarim-3253/overview" class="text-bold">League Profile</a></li>
|
||||
<li class="li-abstand"><a href="24-10-16/aufgabe.html">Tabelle (Mit anderen Sachen)</a></li>
|
||||
<li class="li-abstand"><a href="https://search.brave.com">Brave</a></li>
|
||||
<li class="li-abstand"><a href="https://www.wvss-mannheim.de/">WVSS Mannheim</a></li>
|
||||
<li class="li-abstand"><a href="https://leagueoflegends.com">League of Legends</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
@@ -111,7 +111,7 @@
|
||||
$i=0;
|
||||
|
||||
if ($groesse == 0){
|
||||
echo "<p style='color:red;'>KEINE ZAHL ANGEBEN</p><br>";
|
||||
echo "<p style='color:#000000;'>KEINE ZAHL ANGEBEN</p><br>";
|
||||
} else {
|
||||
echo "<h2>BMI - Berechnungsergebnisse</h2>";
|
||||
echo "Körpergröße: <strong>".$groesse." cm</strong><br><br>";
|
||||
|
||||
Reference in New Issue
Block a user