commit 4af98a857db93abff2d16bbb272f94137370c378 Author: magonysandormate Date: Mon Dec 2 09:53:44 2024 +0100 Kezdetek diff --git a/Images/hatter_ideiglenes.jpeg b/Images/hatter_ideiglenes.jpeg new file mode 100644 index 0000000..9821ca6 Binary files /dev/null and b/Images/hatter_ideiglenes.jpeg differ diff --git a/Images/wc_ideiglenes.jpg b/Images/wc_ideiglenes.jpg new file mode 100644 index 0000000..a5fce89 Binary files /dev/null and b/Images/wc_ideiglenes.jpg differ diff --git a/PPindex.html b/PPindex.html new file mode 100644 index 0000000..5d52c3c --- /dev/null +++ b/PPindex.html @@ -0,0 +1,28 @@ + + + + + + + + + PeePal + + + + + + + \ No newline at end of file diff --git a/PPstyle.css b/PPstyle.css new file mode 100644 index 0000000..4156db4 --- /dev/null +++ b/PPstyle.css @@ -0,0 +1,75 @@ +*{ + padding: 0; + margin: 0; + text-decoration: none; + list-style: none; + box-sizing: border-box; +} + +body{ + background-color: beige; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; +} + +nav{ + background-color:rgba(210, 105, 30, 0.411); + height: 80px; + width: 100%; +} + +label.cim{ + color: cadetblue; + font-size: 40px; + line-height: 80px; + padding: 0 70px; + font-weight: bold; +} + +nav ul{ + float: right; + margin-right: 20px; +} + +nav ul li{ + display: inline-block; + line-height: 80px; + margin: 0 5px; +} + +nav ul li a{ + color:#5f9ea0; + font-size: 20px; + text-transform: uppercase; + padding: 4px 10px; + border-radius: 10px; +} + +a:hover{ + background: #1b393a; + transition: .4s; +} + +.checkbtn{ + font-size: 30px; + color: azure; + float: right; + line-height: 80px; + margin-right: 40px; + cursor: pointer; + display: none; +} + +#check{ + display: none; +} + +@media (max-width: 952px){ + label.cim{ + font-size: 30px; + padding-left: 50px; + } + nav ul li a{ + font-size: 16px; + } +} + diff --git a/Sources_Websites.txt b/Sources_Websites.txt new file mode 100644 index 0000000..e69de29