Kezdetek
This commit is contained in:
commit
4af98a857d
BIN
Images/hatter_ideiglenes.jpeg
Normal file
BIN
Images/hatter_ideiglenes.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
Images/wc_ideiglenes.jpg
Normal file
BIN
Images/wc_ideiglenes.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
28
PPindex.html
Normal file
28
PPindex.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="hu">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="PPstyle.css">
|
||||
<link rel="icon" type="image/x-icon" href="Images/wc_ideiglenes.jpg">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
|
||||
<title>PeePal</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<nav>
|
||||
<input type="checkbox" id="check">
|
||||
<label for="check" class="checkbtn">
|
||||
<i class="fas fa-bars"></i>
|
||||
</label>
|
||||
<label class="cim">PeePal</label>
|
||||
<ul>
|
||||
<li><a href="#fooldal">Főoldal</a></li>
|
||||
<li><a href="#illem" target="_blank">Illemhelyeink</a></li>
|
||||
<li><a href="#ertekeles">Értékelj!</a></li>
|
||||
<li><a href="#rolunk">Rólunk</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</body>
|
||||
</html>
|
75
PPstyle.css
Normal file
75
PPstyle.css
Normal file
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
0
Sources_Websites.txt
Normal file
0
Sources_Websites.txt
Normal file
Loading…
Reference in New Issue
Block a user